环境是VS2005 是.net2.0加载了extaspnet.dll和newtonsoft.json.dll(2.0版本的)
是不是json.dll引用错了?哪位朋友有共享一个吧。。。
“/ExtAspNetDemo”应用程序中的服务器错误。 未能加载文件或程序集“Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed”或它的某一个依赖项。找到的程序集清单定义与程序集引用不匹配。 (异常来自 HRESULT:0x80131040) 说明: 执行当前 Web 请求期间,出现未处理的异常。请检查堆栈跟踪信息,以了解有关该错误以及代码中导致错误的出处的详细信息。
异常详细信息: System.IO.FileLoadException: 未能加载文件或程序集“Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed”或它的某一个依赖项。找到的程序集清单定义与程序集引用不匹配。 (异常来自 HRESULT:0x80131040)
源错误:
执行当前 Web 请求期间生成了未处理的异常。可以使用下面的异常堆栈跟踪信息确定有关异常原因和发生位置的信息。 |
程序集加载跟踪: 下列信息有助于确定程序集“Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed”无法加载的原因。
=== 预绑定状态信息 ===日志: 用户 = FWZ2114\Bluesky日志: DisplayName = Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed (Fully-specified)日志: Appbase = file:///C:/Documents and Settings/Bluesky/桌面/ExtAspNetDemo/日志: 初始 PrivatePath = C:\Documents and Settings\Bluesky\桌面\ExtAspNetDemo\bin调用程序集: ExtAspNet, Version=3.1.9.2, Culture=neutral, PublicKeyToken=null。===日志: 此绑定从 default 加载上下文开始。日志: 正在使用应用程序配置文件: C:\Documents and Settings\Bluesky\桌面\ExtAspNetDemo\web.config日志: 使用 C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\config\machine.config 的计算机配置文件。日志: 策略后引用: Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed日志: 试图下载新的 URL file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/Temporary ASP.NET Files/extaspnetdemo/b75c8ea7/71f4563e/Newtonsoft.Json.DLL。日志: 试图下载新的 URL file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/Temporary ASP.NET Files/extaspnetdemo/b75c8ea7/71f4563e/Newtonsoft.Json/Newtonsoft.Json.DLL。日志: 试图下载新的 URL file:///C:/Documents and Settings/Bluesky/桌面/ExtAspNetDemo/bin/Newtonsoft.Json.DLL。警告: 比较程序集名称时发生不匹配: 主版本错误: 未能完成程序集的安装(hr = 0x80131040)。探测终止。 |
堆栈跟踪:
[FileLoadException: 未能加载文件或程序集“Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed”或它的某一个依赖项。找到的程序集清单定义与程序集引用不匹配。 (异常来自 HRESULT:0x80131040)] ExtAspNet.ControlBase.OnInit(EventArgs e) +0 System.Web.UI.Control.InitRecursive(Control namingContainer) +321 System.Web.UI.Control.InitRecursive(Control namingContainer) +198 System.Web.UI.Control.InitRecursive(Control namingContainer) +198 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +692 |
版本信息: Microsoft .NET Framework 版本:2.0.50727.42; ASP.NET 版本:2.0.50727.42 |