I know that the VS 2005 SP1 has compatibility issues with vista.
Is it just me, or does anyone have a problem running VS 2005 professional on Vistal ultimate?
It simply says that it could not create application data folder.
Thanks in advance,
Sashidhar K
-
-
Yea certain actions will cause problems in VS.NET 2005 under Vista. You can get around a lot of them by right clicking on the shortcut to VS.NET and using "Run As Administrator". I know, this is a bad practice. But it's a necessary workaround until they release the update for Vista.
What really bothers me is that WCF apps will throw exceptions unless they are run as administrator. Perhaps they need elevated permissions but there should be a better way to handle that than throwing an exception (UAC prompt?)? Although I am rather new to WCF and there could be specific ways you have to program against it so that it avoids the need for administrator. -
Actually, that particular problem appears to be an installation issue.
Aaron Stebner talks about it here.
The steps he gives for repairing the installation are:
- Click on the Start menu, choose All Programs, then Accessories
- Right-click on the item named Command Prompt and choose Run as administrator
- Click continue to launch an elevated command prompt
- Run "%programfiles%\Microsoft Visual Studio 8\Common7\IDE\devenv.exe" /setup
Thread Closed
This thread is kinda stale and has been closed but if you'd like to continue the conversation, please create a new thread in our Forums,
or Contact Us and let us know.