0

I am trying to work in Visual Studio 2010 and whenever I try to start a new project or open an existing one, I get an error depending on the situation. I have .NET 4.0 installed, but it seems like VS2010 is trying to use .NET 2.0, as it comes up with this error:

Error One

After using Google, I delete the Registry entry for that and use .NET cleanup to remove all .NET versions. I reinstalled .NET 4.0 and tried again. Now, I get this:

Error Two

I thought I found a registry fix, but it didn't work

John Garza
  • 94
  • 3
  • 12
  • 2
    A similar question is here [http://stackoverflow.com/questions/8497931/msbuild-does-not-contain-a-value-for-the-vctargetspath-property](http://stackoverflow.com/questions/8497931/msbuild-does-not-contain-a-value-for-the-vctargetspath-property) might help you. – Praveen Jun 28 '13 at 05:35

1 Answers1

0

Better take a look at the feedback given in Microsoft connect.

Maybe you may need to work around with your SP1 or make use of the workaround suggested the Microsoft Connect SO Question.

Community
  • 1
  • 1
Praveen
  • 55,303
  • 33
  • 133
  • 164