views:

39

answers:

0

Hello

I have a ASP.NET website with a UnitTest project. This worked fine in Visual Studio 2008. When I upgrade the projects (I keep the website in ASP.NET 3.5) and try to run the unit-test to test the Webpage I get the error:

The test adapter 'WebHostAdapter' threw an exception while running test 'myTest'. The web site could not be configured correctly; getting ASP.NET process information failed. Requesting 'http://localhost:5591/mywebpage/VSEnterpriseHelper.axd' returned an error: The remote server returned an error: (500) Internal Server Error.
The remote server returned an error: (500) Internal Server Error.

any ideas wha I have to change to make it work in Visual Studio 2010 Professional Edition? I can't upgrade the website to .NET 4.0!

Thanks