I have written a test method for a web service in VS2008, using visual studio test framework.
Everything works fine until I enable code coverage for the web service dll in localtestrun.testrunconfig. Then, when I run the test, I get the result “Not executed”. Could you give me an idea for this?
Thank you
I have written a test method for a web service in VS2008, using visual
Share
Never mind, I found the issue.
Exception was thrown: The web site could not be configured correctly; getting ASP.NET process information failed. Requesting ‘http://localhost:59795/VSEnterpriseHelper.axd‘ returned an error: The remote server returned an error: (500) Internal Server Error.
Thanks anyway