We have Visual Studio 2008 Team System (SP1) installed on Windows 7 on a 64-bit desktop machine.
Our solutions contain setup and deployment projects (vdproj).
When Visual Studio loads, it hangs trying to load the setup projects.
This also happens to newly created solutions entirely in this environment so it is not something lagging from old files or environments.
Here is my test solution structure:
MyTestSolution - MyTestProject - Program.cs (Contains Console.WriteLine("Hello World")) - MyTestSetupProject (When creating it hangs)
Any help would be much appreciated.
EDIT: Does VS2008 need to be run as administrator?