Questions tagged [.net]

The .NET Framework is a software framework for Microsoft Windows operating systems. It includes a large library, and it supports several programming languages which allows language interoperability

Please note that the .NET Framework is not specific to any one programming language. The C#, VB.NET, C++/CLI and F# programming languages from Microsoft, and many other languages from other vendors, all use the same .NET Framework.

472 questions
8
votes
3 answers

Are .NET versions backwards compatible?

Over the years various versions of .NET have been deployed to my client machines via WSUS. Now it seems that on many machines these installations have hosed eachother, and certain .NET security updates are failing. I verified that I can run the…
Boden
  • 5,008
4
votes
2 answers

Arguments against deploying .Net 4.0 Framework on internal desktops

Edit in response to early answer and comments The biggest tangible argument for support .Net 4.0 apps is developer productivity - due to language enhancements, but also due to access to a greater amount of pre/built functionality. I am trying to…
Jason
  • 41
3
votes
4 answers

Is .NET Framework v3.5 an upgrade to v3 or a separate product?

Basically, SharePoint says it needs .NET Framework 3 but when you search on that version on www.microsoft.com, it guides you towards v3.5 Cheers, Rob.
2
votes
1 answer

Sonarqube 6.7 Analyses suspended

I have installed Sonarqube 6.7 and "Analyses suspended. Please set a valid license for the commercial features you installed.Go to License page." error appeared to me. I checked and I do not have any plugins that are commercial. Could I ask you to…
Iced
  • 111
2
votes
2 answers

What is .Net Rc1

Does .Net Rc1/Rc2 is a separate installation from .Net extended and client profile. Can some explain the difference in the application, MVC or RC1
Riyas
  • 301
  • 1
  • 4
  • 14
1
vote
1 answer

What package should I install for running a deployed .Net Core application?

I'm building a .Net Core API which will be hosted on a Ubuntu based server. I'm installing the required packages I need on the server i.e. MySQL and Nginx, but I also need to install .Net Core of course for the application to run. I found a tutorial…
1
vote
10 answers

What's the business case for upgrading to .Net 4.0?

The powers that be would like to know a good business reason to upgrade 2500 desktops to .NET 4.0. What are good business reasons for doing so?
Graeme
1
vote
1 answer

Why are .NET service packs installed when .NET is not on the machine?

I have noticed this a few times when installing a Windows XP virtual machine. On a clean copy of Windows XP Microsoft Update installs the service packs for .NET, for example .NET 2.0 SP2 is installed. However this seems to only partially install…
Paul
  • 123
  • 1
  • 9
1
vote
1 answer

What happens to running applications of .net 3.0 while upgrade happens to .net 4.0?

Will upgrade of .net framework from 3 to 4 will shut down all the applications running in .net 3.0.? I had the server in which we have hosted some applications in IIS. But what i have seen is due to upgrade of framework all applications were…
Ershad
1
vote
3 answers

What .NET framework version do you have installed on production servers?

Just out of curiosity - what version of the .NET framework does your company have installed on its production Windows web and SQL Servers ? How big a struggle will it be to get a new .NET version on those servers, e.g. .NET 4.0 when it comes out…
marc_s
  • 1,172
1
vote
3 answers

How to make a Web Application run under a particular IP

I have created a .Net Web Application. Now i need to run my application under my machine IP instead of local host. Can anybody give me the solution?
Srikanth
1
vote
3 answers

offline install.NET 3.5 with Windows 10

I have a work computer running windows 10, and with the way win10 does everything for you under the hood I would like clarification/help on the following because it seems like I am at a point of this cannot be done and I find it hard to…
ron
  • 835
0
votes
2 answers

Installing .NET 3.5 then service packs - how many reboots are needed?

I am installing .NET 3.5 on a target server. The Microsoft Download site is recommending I install the following: dotnetfx35.exe ndp20sp2-kb95481-x86.exe ndp30sp2-kb958483-x86.exe ndp35sp1-kb958484-x86.exe After I run dotnetfx35.exe, it says "The…
0
votes
4 answers

MBSA shows server needs .NET 3.5 but server has .NET 4.0 already installed

I have one server that requires a .NET3.5 patch KB951847 (per MBSA) but vulnerability scan does not report that patch as needed... the details: Server W2003 has .NET4.0 installed but MBSA tells me that I need to install KB 951847 patch that installs…
fl0w3r
  • 3
0
votes
1 answer

How do I load this .NET DLL into the Global Assembly Cache for COM access?

I built a DLL on my 64bit Windows 7 machine in Visual Studio 2010. The project is a class library. I copied the whole project folder to our 64 bit Windows 2008 Server Web to try and make the library accessible to ASP classic websites we have running…
rg89
  • 143
1
2