I am trying to debug a nunit
unit test using Resharper in Visual Studio 2013.
I can run the test successfully although when I attempt to debug the test inside VS using Resharper I get the below warning msg.
"Microsoft WCF Service Host"
"The target assembly contains no service types. You may need to adjust the Code Access Security policy of this assembly."
The test does not fail and Visual Studio said it is "Running" although no break points are hit (in the test) nor does it throw any kind of exception or error.
Has anyone encounter this and know what a solution is?