Creating Project in asp.net

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Mangotree
    New Member
    • Dec 2011
    • 8

    #1

    Creating Project in asp.net

    I cannot create a project in asp.net.It shows "The Tools 3.5 is Unrecognized".B ut i can create website!! What is the error? and how to solve it?
  • Sivaranjani
    New Member
    • Dec 2011
    • 16

    #2
    Hi,try this

    Check the Below keys are Present in your registry. If not present add it. This should resolve this issue.

    [HKEY_LOCAL_MACH INE\SOFTWARE\Mi crosoft\MSBuild]
    [HKEY_LOCAL_MACH INE\SOFTWARE\Mi crosoft\MSBuild \3.5] “DefaultToolsVe rsion”=”2.0″
    [HKEY_LOCAL_MACH INE\SOFTWARE\Mi crosoft\MSBuild \ToolsVersions]
    [HKEY_LOCAL_MACH INE\SOFTWARE\Mi crosoft\MSBuild \ToolsVersions\ 2.0] “MSBuildToolsPa th”=”C:\\WINDOW S\\Microsoft.NE T\\Framework\\v 2.0.50727\\”
    [HKEY_LOCAL_MACH INE\SOFTWARE\Mi crosoft\MSBuild \ToolsVersions\ 3.5] “MSBuildToolsPa th”=”C:\\WINDOW S\\Microsoft.NE T\\Framework\\v 3.5\\”

    Procedure to add keys and value pairs.
    1. Start Command Prompt and run RegEdit.exe
    2. Browse to [HKEY_LOCAL_MACH INE\SOFTWARE\Mi crosoft
    3. Add a new Key and name it MSBuild
    4. Right Click on MSBuild and add new keys for
    3.5
    ToolsVersions
    ToolsVersions\2 .0
    ToolsVersions\3 .5
    5. Then add String Values under each Key with values mentioned above.


    I think it may help for your Problem.

    Comment

    • Mangotree
      New Member
      • Dec 2011
      • 8

      #3
      How to add string values under each key and what are those values ?

      Comment

      • Frinavale
        Recognized Expert Expert
        • Oct 2006
        • 9749

        #4
        Do you have the 3.5 "tools" installed?

        Comment

        • Mangotree
          New Member
          • Dec 2011
          • 8

          #5
          Yes i have installed Microsoft .NET Framework 3.5, but then also it shows the same error!!

          Comment

          • Frinavale
            Recognized Expert Expert
            • Oct 2006
            • 9749

            #6
            You need to post the exact error message because "3.5 Tools" is not the same as the ".Net Framework version 3.5"

            Also, what version of Visual Studio are you using?

            -Frinny

            Comment

            • Mangotree
              New Member
              • Dec 2011
              • 8

              #7
              I am using Visual Studio 2008 and this is the error shown while i click on Create Project-
              <path of my project folder> web application1.vb proj : The tools version "3.5" is unrecognized.

              Comment

              Working...