I had an interesting issue with Visual Studio recently. I installed the SQL Server 2005 Management studio before I installed Visual Studio 2005 Team Suite. Once I installed Visual Studio, I had nothing under the VB or C# Project Types when I created a new project (File | New Project). The fix to this issue is very simple.
- Close Visual Studio.
- Go to the Visual Studio 2005 Command Prompt.
- Type devenv.exe /installvstemplate.
- Problem Solved!
Happy Coding!