unit testing - UnitTestIsolation instrumentation failed to initialize. Please restart Visual Studio and rerun this test -


my unit test fails on line shimscontext.create.

error is: unittestisolation instrumentation failed initialize. please restart visual studio , rerun test

as per existing posts, tried install nunit adapter , tried running test explorer, still no luck.

any comments on doing wrong?

thanks

go testproject properties -> under debug section check

"enable native code debugging"

checkbox.

this should do.


Comments

Popular posts from this blog

vb.net - Alternative to the T-SQL AS keyword -

php - MySQLi binding parameters in a prepared statement doesn't work unless inserted after "WHERE" -

ios - CFRelease causing crash in iPad application -