This used to work, but now it's broke (I have no idea when it broke):
1) Start up VS2005 (Version 8.0.50727.42 RTM.050727-4200). Interface comes
up, everything looks fine.
2) Click Create Project. I get an hourglass for the mouse. It stays like
that until I kill the devenv.exe process.
Notes:
A) I can load existing projects.
B) In an existing project, I can Add->Existing Item, and it works.
C) In an existing project, if I try Add->New Item it hangs (hourglass mouse
again, another trip to the task manager).
D) "Visual Studio Projects location" is set to a network drive. I have
security permissions and can read/write to it.
All help is appreciated.
John Martin
John - 30 Nov 2006 02:36 GMT
Ok,
I've fixed it. For those of you who don't care how I figured it out here's
the solution:
- Open VS2005, go to Tools->Options
- Select "Projects and Solutions"
- Note the directories for "Visual Studio user project templates" and
"Visual Studio user item templates".
- Make sure they point to a location that exists and doesn't have
non-template .zip files underneath them.
In my case, they pointed to the same location as my Visual Studio project
files. I ended up making a new directory called Templates and setting both
locations to it. And viola, I now can create projects and add new items
again.
For those of you who like to know the process. I googled: "visual studio
2005" create hangs
And found this article:
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=733239&SiteID=1
I then checked the Event Viewer and noticed lots of "Visual Studio -
VsTemplate" errors. Another google and I found this article:
http://weblogs.asp.net/rajbk/archive/2005/11/14/VS.net-2005-RTM-_2D00_-Lost-abil
ity-to-create-new-websites.aspx
Which led me to change the template settings in the options window.
Best of luck to all of you,
John
> This used to work, but now it's broke (I have no idea when it broke):
>
[quoted text clipped - 13 lines]
> All help is appreciated.
> John Martin