I'm attempting to run VS Ultimate 2013 in elevated privileges so that I can use IIS8 to host and debug web projects. When I follow the steps in Can you force Visual Studio to always run as an Administrator in Windows 8? I still get the same error and can not start VS. I've also tried checking the "Run As Administrator" checkbox in the compatibility tab of the actual VS executable...
The error I'm getting is the same as in this blog: http://blogs.msdn.com/b/visualstudio/archive/2009/10/29/how-to-fix-the-application-cannot-start-error.aspx
Related
I have my windows based application using visual studio 2013 and InstallShield 2013 limited edition windows installer.
When I am uninstalling my existing application it will shows "The setup must update files or services that cannot be updated while the system is running. if you choose to continue, a reboot will be required to complete the setup" like this...
How can I Suppress this window when I am uninstalling my application without stopping the services manually? Suggest me any approach be using code or InstallShield configuration.
I am planning to start developing windows drivers and I have some questions.
How can I start a simple Visual Studio driver project? I am using Visual Studio Ultimate 2012 and I have read on MSDN how to make a simple software driver, but in the tutorial, in the New Project window, there are more options than I have. To be more precise, I don't have Templates > Visual C++ > Windows Drivers. Or If i am searching online for User Mode Driver (UMDF), I can't find nothing. I have installed WDK 8.1
What additional changings should I do in order to build correctly a driver project?
VS2012 does not work with WDK 8.1.
You need WDK 8.0
I believe WDK 8.1 may not work with Visual Studio 2012. I did confirm that you can install WDK 8 on top of Visual Studio 2012 Ultimate, and the project templates will show up.
http://msdn.microsoft.com/library/windows/hardware/ff557573
Maybe try this?
http://msdn.microsoft.com/en-us/library/vstudio/ms247116%28v=vs.100%29.aspx
To restore the default project templates
In the command prompt, navigate to the location of devenv.exe. This file is located in <Visual Studio Installation Path>\Common7\IDE.
NoteNote
If you are running Windows Vista or Windows 7, you must open the command prompt as an administrator by right-clicking the command prompt and then clicking Run as administrator.
Type "devenv /installvstemplates" and press Enter.
I am new to visual studio 2010. I hav IE10 and visual studio 2010 and windows 7 32 bit OS.
while running the website I am getting error as "attaching the script debugger to process(5580) iexplorer.exe on machine is failed. a debugger is already attached"
I tried by running this in command prompt run as administrator
regsvr32.exe "%ProgramFiles%\Common Files\Microsoft Shared\VS7Debug\msdbg2.dll"
but its not working for me.
how to solve this issue.
Please help me
I am new to visual studio 2010
thank you in advance
shubha
You may have some processes attached to the application pool worker process.
For instance, verify if you have installed and activated "Debug Diagnostic Tool" and uninstall it or just deactivate the rule.
Whenever I run VS as Administrator (on Windows 7) pressing play, hitting F5 or selecting start debugging from the drop-down all do nothing. No error message, just nothing.
The project builds ok, runs ok when you run VS as non-admin, and also works if run in release mode on admin or non-admin.
Is this a visual studio / windows 7 thing?
Edit; VS 2010 Ultimate, Windows 7 Ultimate SP1.
Try following the solution in this guide http://justgeeks.blogspot.com/2011/04/visual-studio-2010-wont-debug-under.html
I have been able to run Visual Studio 2010 in administrator mode while debugging, so it is not a Visual Studio 2010 / Windows 7 problem.
I am running Visual Studio 2005 with the Vista-compatible SP1 installed on Windows 7 64 bit. I get this error (see screenshot) every time I start Visual Studio, even when I use the "Run as Administrator" menu option and/or set the shortcut options to always run as administrator. How do I fix this?
Run as administrator is fine but, have you tried un-checking the "Always show this message" option? I guess you haven't try that