尝试运行或引用服务项目时出现此错误:
The type 'MyCompany.MyNameSpace.MyType', provided as the Service attribute value in the ServiceHost directive could not be found.
在哪里解决此问题?
修改: 这是在vs 2008 cassini的buit下运行。
答案 0 :(得分:2)
错误消息表示无法加载指定为服务类型的类型。可以使用Fusion加载程序日志调试类型加载问题。 See here for a good explanation
答案 1 :(得分:0)
答案 2 :(得分:0)
检查svc html文件中的标签:&lt;%@ ServiceHost Language =“C#”Debug =“true”Service =“Service”CodeBehind =“〜/ App_Code / Service.cs”%&gt; < / p>
如果在IIS中明确设置,请确保虚拟文件夹是Web应用程序