I am working on ASP.NET MVC project in Microsoft Visual Studio. When I run project in debug mode on my local IIS server, everything is fine. But when I stop this debug session, I got this problem.
I had to terminate manually this process. I dont know why is this hapenning. It's not ocurring everytime. Can you help me please? As a browser I am using Google Chrome. Thank you!
Related
I'm having problem with Visual Studio 2012.
When I started a new website project, it says ASP.NET has not been registered on the Web server. I tried to use Turn Windows features on or off and open the Visual Studio 2012, then opening the project, but it didn't work. I tried to use IIS manager, and opening the project again, but it still not workimg. I used Visual Studio command prompt and installing ASP.NET 4.0. After the installation, I opened the project again, but it did nothing worked. What cause this issue and how can I fixed?
After several deployments, I receive the following error when trying to re-deploy a solution:
Error occurred in deployment step
‘Recycle IIS Application Pool’: The
communication object,
System.ServiceModel.InstanceContext,
cannot be used for communication
because it has been Aborted.
The only solution I have found (not ideal) is to restart Visual Studio.
Anyone know a better way?
I have seen this a couple of times as well and the only resolution I found was to restart Visual Studio as well.
How come restarting Visual Studio will fix anything :)
You need to run Visual Studio as Administrator (by right clicking on its icon)
If still persists, restart the server.
If still persists, add the administrator account under which you are running Visual Studio to Sharepoint Central Administration for that sharepoint web portal.
I have been experiencing problems with Visual Studio 2010 and debugging.
I have been getting the:
"Unable to start debugging on the web server. The IIS worker process for the launched URL is not currently running." error, but it appears VS2010 now doesn't want to function at all and is hanging.
Whenever I try to attach the debugger, it doesn't.
If I try and run the project using the custom URL and letting IIS7 server the web page, the whole IDE is now hanging.
Has anyone had problems with the debugger not attaching, running the project with the debugger causing the above error and/or Visual Studio hanging completely when running the debugger?
I can't even minimise the IDE window and it seems to flicker when I click the button.
I'm using a web application which uses a many dlls. The debugging happens by attaching the aspnet_ws process to Visual Studio. I want to explore the intellitrace feature of VS 2010 and capture the event log. But when i try to attach the process to VS 2010 i'm getting a message in the intellitrace window that this feature could not be used for an already running process. If so is there any work around to achieve this? Please let me know if anyone has an alternate.
Thanks.
IntelliTrace for Visual Studio 2010 does not support attaching to a process and collecting data.
IntelliTrace has to launch the process in question itself. You can use Visual Studio's internally hosted web server to debug locally. I'm not certain, but you may be able to do historical debugging in IIS if you load a web project via URL in Visual Studio and start debugging.
I just installed windows 7 64 bit I cannot debug an app in Visual studio using the Cassini web server. I have attempted to use firefox, chrome and IE and nothing will let me connect in debug mode. As anyone seen this issue before? All make it appear as though the website does just not exist.
EDIT:
I cant even get a aspx page to display after the Cassini web server has been spun up by visual studio. Is simply wont connect, I have read this could have something to do with IPV6?
Edit and Continue does not work when Visual Studio is running on a 64-bit Windows operating system.
http://msdn.microsoft.com/en-us/library/ms241066%28VS.80%29.aspx
You can however perform remote debugging.
http://msdn.microsoft.com/en-us/library/ms184678%28v=VS.80%29.aspx