IDE question

  • Thread starter Thread starter Mike
  • Start date Start date
M

Mike

I installed the 05 IDE and I installed SQL 05 intergration services as well
which installed the
'SQL Server Business Intelligence Development Studio' so when I open visual
studio 2005 to create a web project I don't have that as an option. The
environment is configured for the SQL Server BI Tool. How can I get it
configured for a .NET development environment without uninstalling it and
reinstalling it?
 
Go to MSDN and look at the switches for devenv.exe. There are some reset
switches in there that allow you to re-setup Visual Studio.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
http://gregorybeamer.spaces.live.com
Co-author: Microsoft Expression Web Bible (upcoming)

************************************************
Think outside the box!
************************************************
 
ok, thanks
Cowboy (Gregory A. Beamer) said:
Go to MSDN and look at the switches for devenv.exe. There are some reset
switches in there that allow you to re-setup Visual Studio.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
http://gregorybeamer.spaces.live.com
Co-author: Microsoft Expression Web Bible (upcoming)

************************************************
Think outside the box!
************************************************
 
I tried devenv.exe /ResetSettings and it didnt do anything. Its still
opening as Business Int. Studio environment.
 
i found another way.

Tools --> import and export settings

here you can reset everything or import new settings.
 
Back
Top