3

After installing Visual Studio 2010 (multiple times), the IDE refuses to detect .NET framework 4.0 (it shows 3.5 and below only). I have confirmed that the framework and the multi-targeting pack are, in fact, installed.
I've tried repairing the VS install, but to no avail— it tells me that it the install has failed because it didn't attempt to install the multi-targeting pack. Any help would be appreciated as this has been a thorn in my side for about half a week now.
Edit: I am running Windows 8.1

HotelCalifornia
  • 317
  • 5
  • 16

1 Answers1

0

Did you install the .net v4 redistributable package or the development package? Try this link: http://go.microsoft.com/?linkid=9831986

Edit:

There are 2 more things you could try:

1) This solution from http://social.msdn.microsoft.com/Forums/vstudio/en-US/3dede142-82ce-430c-bbe6-d824f0fb94a4/visual-studio-does-not-detect-net-framework-4?forum=netfxsetup

Downloading and starting "Windows Phone Developer Tools" ... after the first installation process is finished (.net4 Multi-Targeting...) i stopped the installation process and then restarted VS2010 and ... it found the .net4 Framework. (Yes, i tried to uninstall/reinstall all frameworks and vs2010 several times, but nothing else worked here. Win7/64bit)

2) Create a new user account and test it with that.

Mutex
  • 72
  • 4