Testing Visual Studio 2008 Package

Posted by Dave Swersky on Stack Overflow See other posts from Stack Overflow or by Dave Swersky
Published on 2009-11-05T17:28:06Z Indexed on 2010/04/02 13:13 UTC
Read the original article Hit count: 531

I'm developing a Visual Studio Integration Package. When I try to run the Unit Tests that are included in the unit test project that is included in the template I get the following failure on the first test:

The test adapter 'VsIdeHostAdapter' threw an exception while running test 'MenuItemCallback'. Call was rejected by callee. (Exception from HRESULT: 0x80010001 (RPC_E_CALL_REJECTED))

It's intermittent- a new instance of Visual Studio always spins up, then sometimes it works but usually fails.

© Stack Overflow or respective owner

Related posts about visual-studio

Related posts about vspackage