I just installed visual studio 2010 but when i create a new project Framework 4 does not appear in the options for target framework. I know framework 4 installed correctly because the new app pools set to v4 were created in IIS. For some reason it's just not showing up in visual studio. I tried repairing dotnet 4 and reinstalling visual studio but still no luck. Anyone else have this problem or know how to fix it?
|
|
Changes which lead to missing .Net4 problem: |
||||
|
|
I had the same problem and it turned out to be that I needed the Microsoft .NET Framework 4 Multi-Targeting Pack. No other combination of actions would fix this. |
|||||||||||
|
|
First of all you shoul use the .NET Framework Setup Verification Tool to check the .NET 4 have been properly installed. I also recommend you to check the both products language, sometimes it could be the problem. If everything is ok, i guess you have registry problem, so you would have to check the installation keys or use .NET uninstall tools. More info: Detection keys for .NET Framework 4.0 and Visual Studio 2010 Visual Studio does not detect .NET Framework 4 Hope helps! |
|||||||
|
|
I'm seeing the same problem. We were using my build box to test installs of a WinForms app on a machine without 4.0. We bundled 4.0 in the manifest and the app works, Framework 4 Client Profile and Framework 4 Extended show up in add/remove programs, but there is still no 4.0 Framework in the VS2010 options. BTW, reloading SP1 was no help. I finally got this working by running the VS2010 setup in repair mode. I now see Framework 4.0 options in VS2010. That was a long and tedious process and now I have to patch to SP1 again. MSFT should fix this behavior in a SP soon. |
|||||
|
|
Had the same problem. Numerous uninstalls and reinstalls of visual studio 2010 and the .NET 4.X frameworks didn't fix it. Manually uninstalling the "Microsoft Visual Studio Macro Tools" item and then doing a repair install of VS2010 seems to have done the trick. |
|||
|
|
|
I had the same problem this week and it got resolved by installing Visual Studio 2012 RC. Removing and reinstalling .NET Framework 4 didn't help and I couldn't reinstall Visual Studio 2010. After installing the 2012 RC the Framework 4 |
|||
|
|
|
I had installed .NET 4.5, which ended up breaking something, so decided to uninstall. VS 2010 could not longer see .NET 4.0. I tried using the .NET cleanup tool and reinstalling, but no go. Eventually what worked was what is posted at http://social.msdn.microsoft.com/Forums/eu/netfxsetup/thread/3dede142-82ce-430c-bbe6-d824f0fb94a4. I installed Windows Phone Developer Tools (http://www.microsoft.com/en-us/download/details.aspx?id=13890) up until the multi-targeting package, at which point I canceled installation. |
|||
|
