Tim Hibbard

CEO for EnGraph software
posts - 626, comments - 1548, trackbacks - 459

My Links

News



Add to Google

Twitter












Tag Cloud

Article Categories

Archives

Post Categories

Image Galleries

EnGraph Blogs

Links

Other

Roll

VSTestHost.exe has stopped working

I keep getting this error in Visual Studio 2008 on Vista:

vstesthost has stopped working

I'm not sure what the issue is, but if you get this error, just stop the VSPerfMon.exe process and you can continue testing without rebooting your computer.

 

  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Print | posted on Wednesday, February 20, 2008 2:02 PM | Filed Under [ .NET ]

Feedback

Gravatar

# re: VSTestHost.exe has stopped working

You probably have some sort of infinite recursion in your program causing a StackOverFlowException. Check for it!
4/29/2008 2:46 PM | Colin Basnett
Gravatar

# re: VSTestHost.exe has stopped working

I resolved changing advanced compiler settings on Target CPU to x32 instead of any CPU in VS2008. Im currently using Windows 7 x64.
11/2/2009 6:14 PM | Makepeace
Gravatar

# re: VSTestHost.exe has stopped working

news for rich peoples from another contry /
1/6/2011 10:17 AM | tyh
Gravatar

# re: VSTestHost.exe has stopped working

This error basically related to the host process being stopped due to unhandled exception in the background thread. when vsts comes across with this kind of exception, it tries to restart/stop the host process.
In earlier versions of vsts (like 2008), it was allowing the execution of the test without stopping the main test thread; but in VSTS2010, it just stops or try to restart the host process. The only possible solution for this, is to revisit the code and try to resolve the exception in the background thread.
5/11/2011 5:39 PM | sachin
Post A Comment
Title:
Name:
Email:
Website:
Comment:
Verification:
 
 

Powered by: