Could not load file or assembly ‘System.Web.Silverlight’

三世轮回 提交于 2019-12-06 02:31:55

This sounds like a ASP.NET problem. I suspect you are using ASP.NET with the Silverlight 2.0 ASP.NET server control. Ditch it and code the Object tag yourself, that way you no longer need that special assembly in your web site.

I received an answer on the Silverlight.net forums, it is a cobination of two items:

  1. Like Anthony Suggested use an Object Tag to embed your Silverlight control.
  2. Remove all refferences of System.Web.Silverlight from all your projects and never use it again.
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!