Stellen Sie eine FrageStellen Sie eine Frage
 

Allgemeine DiskussionTools Version

  • Sonntag, 21. Dezember 2008 23:34Coron2008 TeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillen
     
    Hi.
    First of all, I didn't really know where to post this, and I'm desperate for some help..

    I got the Visual Studio 2008 trial edit, and everytime I create/load a project I get this error:

    The tools version "3.5" is unrecognized.


    Please help me.

    //Coron

    By the way, it worked before.. I don't know what "destroyed" it..

Alle Antworten

  • Dienstag, 23. Dezember 2008 07:09Roahn LuoMSFT, ModeratorTeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillen
     

    Hello,

     

    We provide you with several suggestions here:

    1. Please check if your .NET Framework 3.5 has already been installed correctly.

    If that’s the case, please download it here.

    You could check it by looking at Add and Remove Program in the Control Panel.


    2. 
    Please check if these registry keys are exist:

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSBuild]

     

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSBuild\3.5]  “DefaultToolsVersion” = “2.0”

     

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSBuild\ToolsVersions]

     

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSBuild\ToolsVersions\2.0]

    “MSBuildToolsPath” = “C:\\Windows\\Microsoft.NET\\Framework\\v2.0.50727\\”

     

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSBuild\ToolsVersions\3.5]

    “MSBuildToolsPath” = “C:\\Windows\\Microsoft.NET\\Framework\\v3.5\\”

     

    Please try to check and see if they are missing.

    If that’s the case, please add them after a suitable backup of your register, also, please take a notice that the value of the  variables above are based on the directory of your system driver.

     

    Otherwise, I’d like to ask a few questions:

    1.       What’s your Operating System?

    2.       What kind of project are you loading?

    3.       Could you please describe the error message in more detail ?

     

    Hoping that could help!

    Best regards,


    Roahn
  • Mittwoch, 4. Februar 2009 17:47Steven J P. TeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillen
     
    Thank you!
    Might want to post something of what the registry will actually look like but I figured it out.  Thanks again.

  • Donnerstag, 18. Juni 2009 18:28timbill TeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillen
     
    well i 've the .net framework already installed. i tried to figure out the problem with ma registry keys but not able to do so. note: i used regedit.exe and then add keys for MSBuild manually(how to add string values under them i dn't knw) can somebody help me with this? any method to create these MSBuild reg keys successfully at the back end, in a way that i would be able to succesfully create projects/n open previous one,without seeing this error: C:\Temp\2l5fohxf.lmj\Temp\ConsoleApplication1.csproj: The tools version "3.5" is unrecognized. thanx. best regards timm
  • Donnerstag, 18. Juni 2009 18:30timbill TeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillen
     
    Thank you!
    Might want to post something of what the registry will actually look like but I figured it out.  Thanks again.

     


    STEVEN if you have solve this problem,then you are the right man,plz explain how you have done it?
  • Samstag, 4. Juli 2009 09:13Mike Cheers TeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillen
     
    Hi Roahn Luo,

    I met the same problem, and solved it with your solutions.
    You r very great. It's surely missing those register keys.

    Thank you very much.

    But I can't understand how it's happen.