visual studio 2010 sp1 - IIS Express Blocks VS 2010SP1 Builds -
After several build / debug cycles, IIS Express (both 7.5 and 8.0 RC) VS 2010 SP1 seem to be blocking the construction of the project. .
The build will hang indefinitely until the IIS Express is terminated.
Is there a fix / workaround for this problem?
Finishing the addition of a pre-build event to kill IIS Express has ended.
Taskscill / FI "IMAGENAME eq iisexpress .exe"
UPDATE
This solution helps But not correct. Sometimes the build error message will fail with the IIS Express process can not be finished. Still hope for a better solution ...
Comments
Post a Comment