使用Resharper在VS 2013中调试单元测试时出错

时间:2014-09-30 02:36:00

标签: c# unit-testing visual-studio-2013 nunit resharper

我正在尝试使用Visual Studio 2013中的Resharper调试nunit单元测试。

我可以成功运行测试,但是当我尝试使用Resharper调试VS内的测试时,我得到以下警告消息。

" Microsoft WCF服务主机"

"目标程序集不包含任何服务类型。您可能需要调整此程序集的代码访问安全性策略。"

测试没有失败,Visual Studio说它是"运行"虽然没有破坏点(在测试中),也没有抛出任何异常或错误。

是否有人遇到此问题并知道解决方案是什么?

Error: The target assembly contains no service types.  You may need to adjust the Code Access Security policy of this assembly.

1 个答案:

答案 0 :(得分:0)

找到感兴趣的人的答案。

How can I get rid of the "The target assembly contains no service types" error message in VS2008?

我在大约90个解决方案中有一个项目启用了WCF选项。