这是我使用C#的3天,所以我的问题是noobish,对不起。
我在System.Web.Script.Serialization
库中编写了一个与System.Web.Extensions
一起使用的小应用程序。我添加了对此 DLL 的引用(它来自GAC)。
但是在安装已发布的应用程序之后,它无法在GAC中不存在此 DLL 的系统上运行。
所以我想在我的应用程序中构建这个 DLL ,而不依赖于 DLL 的存在。
我尝试了什么:
我仍然收到消息Could not load file or assembly 'System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.
在我的系统应用程序中工作正常。
请告诉我,如何使用此 DLL 编译应用程序。
系统:Win7 x86,MS Visual C#2010 Express(我有专业的试用版,如果可以提供帮助,但希望它也可以在Express版中解决)。
答案 0 :(得分:2)
System.Web.Extensions
取决于System.Web
,它不属于客户端配置文件,您应该更改先决条件