【发布时间】:2013-03-11 10:11:39
【问题描述】:
我有一个 WCF 项目和单元测试项目。资源文件位于 App_GlobalResources 文件夹内的 WCF 服务项目中,其中存储了自定义消息。但是我执行了单元测试方法,我得到了以下错误
System.IO.FileNotFoundException: Could not load file or assembly 'App_GlobalResources' or one of its dependencies. The system cannot find the file.
【问题讨论】:
标签: wcf unit-testing app-globalresources