javascript - 无法加载文件或程序集 'Noesis.Javascript.dll'

标签 javascript asp.net windows c#-3.0

我正在尝试使用 Noesis.Javascript.dll 在 Asp.net 中运行 java 脚本代码,但我遇到了以下错误消息,所以任何人都可以帮助我解决这个问题。

{"Could not load file or assembly 'Noesis.Javascript.dll' or one of its dependencies. The application has failed to start because its side-by-side configuration is incorrect. Please see the application event log or use the command-line sxstrace.exe tool for more detail. (Exception from HRESULT: 0x800736B1)":"Noesis.Javascript.dll"}

谢谢

最佳答案

我在运行时遇到了这个错误,当我使用 sxstrace.exe 获取信息更丰富的错误消息转储时,结果发现 Noesis.Javascript.dll 想要一个精确 版本的 C++ Redistributable Package,Microsoft.VC90.CRT.dll,即版本 9.0.30729.6161 我在 http://www.microsoft.com/en-us/download/details.aspx?id=26368 得到了正确的版本

但是一定要学习使用 SxSTrace 来查看这是否是您的确切问题。关于使用该工具的介绍在这里 http://blogs.msdn.com/b/junfeng/archive/2006/04/14/576314.aspx

关于javascript - 无法加载文件或程序集 'Noesis.Javascript.dll',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11245527/

相关文章:

javascript - 在 jqgrid 中过滤时是否可以发送字段类型?

c# - 是否可以在 C# 中遍历存储在服务器上的所有 session

java - 在 VisualStudio 2003 中调试 JNI 代码

c++ - ReadProcessMemory _out_ bytesread

Javascript 将时间转换为括号

javascript - 必须使用事件访问 token 来查询有关具有开放图的当前用户的信息

asp.net - 在 ListView InsertItemTemplate 中绑定(bind) DropDownList 会引发错误

Windows编程: where to start?

javascript - 上传文件而不提交的脚本

c# - 以编程方式从基于 Claims auth 的 SharePoint 2010 站点下载文件