질문하기질문하기
 

일반 토론Tools Version

  • 2008년 12월 21일 일요일 오후 11:34Coron2008 사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     
    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..

모든 응답

  • 2008년 12월 23일 화요일 오전 7:09Roahn LuoMSFT, 중재자사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     

    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
  • 2009년 2월 4일 수요일 오후 5:47Steven J P. 사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     
    Thank you!
    Might want to post something of what the registry will actually look like but I figured it out.  Thanks again.

  • 2009년 6월 18일 목요일 오후 6:28timbill 사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     
    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
  • 2009년 6월 18일 목요일 오후 6:30timbill 사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     
    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?
  • 2009년 7월 4일 토요일 오전 9:13Mike Cheers 사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     
    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.