Error on install
Printed From: IdeaBlade
Category: DevForce
Forum Name: DevForce 2010
Forum Discription: For .NET 4.0
URL: http://www.ideablade.com/forum/forum_posts.asp?TID=2292
Printed Date: 12-Jul-2026 at 3:40am
Topic: Error on install
Posted By: pa1980
Subject: Error on install
Date Posted: 10-Nov-2010 at 11:44am
I am getting an error when installing DevForce 2010 for .NET. After accepting TnC and clicking next I get the message "No registry key found for UserProjectTemplatesLocation". I have tried the suggestions in this post with no luck. Is there anything else to try?
http://www.ideablade.com/forum/forum_posts.asp?TID=1856&title=cannot-install
I did search for the registry entry "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\10.0\UserProjectTemplatesLocation" and it does not exist. I have opened VS Web Developer 2010 Express and have started working on a basic web app.
Thanks, Chris
|
Replies:
Posted By: davidklitzke
Date Posted: 10-Nov-2010 at 12:47pm
Do you have a string value in your registry for UserProjectTemplatesLocation in the key located at: My_Computer\HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\10.0? If not create the string value and give it a value of something like: %USERPROFILE%\My Documents\Visual Studio 2010\Templates\ProjectTemplates
This example uses XP. The value for Windows 7 will be a little different.
|
Posted By: pa1980
Date Posted: 10-Nov-2010 at 1:18pm
That got me past that error, so I entered my Product Key and clicked next. It started installing and then got this error:
"Error 1606.Could not access network location USERPROFILE\My Documents\Visual Studio 2010\Templates\ProjectTemplates\Visual C#"
|
Posted By: pa1980
Date Posted: 10-Nov-2010 at 1:34pm
|
I only need this installed for my user profile on this machine, so I put the specific path in the registry entry and it worked. (C:\Documents and Settings\chunter\My Documents\Visual Studio 2010\Templates\ProjectTemplates\Visual Web Developer)
|
|