在IIS部署Silverlight应用和WCF RIA Services,出现异常:系统找不到指定的文件

来源:互联网 发布:iphone官方壁纸软件 编辑:程序博客网 时间:2024/05/16 23:01

原因:没有加载DLL

在IIS部署Silverlight应用和WCF RIA Services,出现异常:未能加载文件或程序集“System.ServiceModel.DomainServices.Hosting, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35”或它的某一个依赖项。系统找不到指定的文件。

Could not load file or assembly 'System.ServiceModel.DomainServices.Hosting, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.

只需拷贝开发机以下文件到网站bin目录即可:

09.21

0 0
原创粉丝点击