numerical25
numerical25

Reputation: 10790

does VS express conflict with professional?

I just recently installed VS 2008 Professional on my computer and I already have C++ and C# express on my computer. But for some strange reason I can not find the executable for VS professional 2008. when I go into program files and look under visual studios 2008. All i see is a bunch of tools but no vs 2008 exe

Upvotes: 1

Views: 175

Answers (2)

Anatoli
Anatoli

Reputation: 932

Strange...

have you check the directory C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\devenv.exe?

Upvotes: 1

JaredPar
JaredPar

Reputation: 755557

The expression and professional SKUs do not conflict and can be installed together. For the non-express SKU's (i.e. professional) the executable program is named devenv.exe. It will be located under

C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\devenv.exe

Or an a 64 bit machine

C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\IDE\devenv.exe

Upvotes: 2

Related Questions