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
Post a Comment