Visual Studio 2005.NET problem under Vista
-
Hi all: I come across the problem of using VS2005.NET under Vista. Every time I run it, it prompts a user account control and ask for the administrator previlidge even I use the right button to run as administrator. Then the another window pop up saying administrator permission is recommended for running VS2005 SP1. Again, as I said, I am already running it as administrator. Finally, when I compile a class problem, the compiler complains that the "Failed to write the updated manifest to the resource of file "..\debug\mesh_class.dll". Access is denied. " I have read some documents from MSDN, but they just say that all I need to do is run the program as administrator. But I failed. Can anyone help me please? Thanks in advance
Asura
-
Hi all: I come across the problem of using VS2005.NET under Vista. Every time I run it, it prompts a user account control and ask for the administrator previlidge even I use the right button to run as administrator. Then the another window pop up saying administrator permission is recommended for running VS2005 SP1. Again, as I said, I am already running it as administrator. Finally, when I compile a class problem, the compiler complains that the "Failed to write the updated manifest to the resource of file "..\debug\mesh_class.dll". Access is denied. " I have read some documents from MSDN, but they just say that all I need to do is run the program as administrator. But I failed. Can anyone help me please? Thanks in advance
Asura
where is "..\debug\mesh_class.dll"? In Vista, if you dont have ownership over the directory (and the system does), then even if you are Administrator you dont have access to it if access has been set to "denied" by the system.. You can set it so that you own the folder and its permissions as opposed to the system.. Also note that there is a VS2005 service pack for it to run under Vista if you havent installed this already.. --PerspX
"Nowadays, security guys break the Mac every single day. Every single day, they come out with a total exploit, your machine can be taken over totally. I dare anybody to do that once a month on the Windows machine." - Bill Gates
-
where is "..\debug\mesh_class.dll"? In Vista, if you dont have ownership over the directory (and the system does), then even if you are Administrator you dont have access to it if access has been set to "denied" by the system.. You can set it so that you own the folder and its permissions as opposed to the system.. Also note that there is a VS2005 service pack for it to run under Vista if you havent installed this already.. --PerspX
"Nowadays, security guys break the Mac every single day. Every single day, they come out with a total exploit, your machine can be taken over totally. I dare anybody to do that once a month on the Windows machine." - Bill Gates
The file is under my Document directory and there is no access right problem under that directory at all. And I have already installed VS2005 SP1. By the way, I also tried to turned off the UAC but no working anyway. Actually, it might work in some cases but I don't know how it can work.
Asura
-
The file is under my Document directory and there is no access right problem under that directory at all. And I have already installed VS2005 SP1. By the way, I also tried to turned off the UAC but no working anyway. Actually, it might work in some cases but I don't know how it can work.
Asura
There's another VS update that fixes Vista problems, which you have to install after SP1. Have you installed that too?
--Mike-- Visual C++ MVP :cool: LINKS~! Ericahist | PimpFish | CP SearchBar v3.0 | C++ Forum FAQ
-
There's another VS update that fixes Vista problems, which you have to install after SP1. Have you installed that too?
--Mike-- Visual C++ MVP :cool: LINKS~! Ericahist | PimpFish | CP SearchBar v3.0 | C++ Forum FAQ