
前段时间在配置"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配置时遇到的几个错误及解决思路!所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
微信扫一扫
支付宝扫一扫
评论列表(0条)