Visual Studio 2005 - Open Solution

G

Guest

I have changed the privilege level of this file:

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

I changed it to “Run this program as an administratorâ€

The problem is now when I click on a solution file VS2005 does not open
(nothing happens).

Has anyone else had the same problem? If so how do you get VS2005 to run as
admin and be able to open the solution file by clicking on it.

Thank you
 
A

Andrew McLaren

ds223 said:
I have changed the privilege level of this file:
C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\devenv.exe
I changed it to "Run this program as an administrator"
The problem is now when I click on a solution file VS2005 does not open
(nothing happens).
Has anyone else had the same problem?

It works okay for me. On devenv.exe's properties, run as Administrator is
checked; double-click on sln file, solution opens in VS2005. No problem.

Do you have VS2005 SP1 installed, *and* the VS2005 Update for Vista?
http://www.microsoft.com/downloads/...AB-E2D4-4C96-B39D-37BAF6B5B1DC&displaylang=en
http://www.microsoft.com/downloads/...2d-3ad1-4873-a2ee-4acc0aace5b6&displaylang=en
In my experience, you absolutely must have both of these, for VS2005 to work
reliably on Vista. But after that, it works okay (for me).

Mind you - usually I actually try to run as a standard user, despite what
the warning dialogue says when you start Visual Studio. See for example,
Michael Howard's experiences, described on his blog:
http://blogs.msdn.com/michael_howar...visual-studio-2005-sp1-and-windows-vista.aspx

Other folks may have extra info for you. If not, I'd suggest asking in a
Visual Studio oriented group, like microsoft.public.vstudio.general. There
aren't many Visual Studio users, here in
microsoft.public.windows.vista.general.

BTW, you've probably already seen this; but there's a good portal of info
about running Visual Studio on Vista here:
http://msdn2.microsoft.com/en-us/vstudio/aa948853.aspx?lcid=1033

Good luck with it,
 
J

Jon

ds223 said:
I have changed the privilege level of this file:

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

I changed it to “Run this program as an administratorâ€

The problem is now when I click on a solution file VS2005 does not open
(nothing happens).

Has anyone else had the same problem? If so how do you get VS2005 to run
as
admin and be able to open the solution file by clicking on it.

Thank you


Possibly more of a UAC issue. Try using an administrator level user account,
rather than a 'standard user' account, if that applies.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top