Silverlight+IIS配置时遇到的几个错误及解决思路!

Silverlight+IIS配置时遇到的几个错误及解决思路!,第1张

概述前段时间在配置"Silverlight+IIS"时,遇到了下面几个错误,现将解决办法列如下: 1、记不清了具体信息,程序报"system.serviceModel"错误。 解决办法:"The <system.serviceModel> is the WCF section and WCF only came about in .NET 3.0". Solutions: either you can

前段时间在配置"Silverlight+IIS"时,遇到了下面几个错误,现将解决办法列如下:

1、记不清了具体信息,程序报"system.serviceModel"错误。
解决办法:"The <system.serviceModel> is the WCF section and WCF only came about in .NET 3.0".
Solutions:
either you can get your hosting provIDer to install .NET 3.0 (or preferably .NET 3.5 SP1) so you can use WCF
you remove that <system.serviceModel> section from your config file if you don't even need and use WCF。

2、"provIDed as the service attribute value in the servicehost directive Could not be found"解决办法:重新建立一次虚拟目录即可。

总结

以上是内存溢出为你收集整理的Silverlight+IIS配置时遇到的几个错误及解决思路!全部内容,希望文章能够帮你解决Silverlight+IIS配置时遇到的几个错误及解决思路!所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址:https://54852.com/web/1031606.html

(0)
打赏 微信扫一扫微信扫一扫 支付宝扫一扫支付宝扫一扫
上一篇 2022-05-23
下一篇2022-05-23

发表评论

登录后才能评论

评论列表(0条)

    保存