简体   繁体   English

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

[英]Could not load file or assembly 'Noesis.Javascript.dll'

I am trying to run java Script code in Asp.net using Noesis.Javascript.dll, but I faced Following error msg so any one can help me to resolve this issues. 我试图使用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"} {“无法加载文件或程序集'Noesis.Javascript.dll'或其依赖项之一。应用程序无法启动,因为它的并行配置不正确。请参阅应用程序事件日志或使用命令行sxstrace.exe工具了解更多详情。(HRESULT异常:0x800736B1)“:”Noesis.Javascript.dll“}

Thanks 谢谢

I had this error during runtime, and when I used sxstrace.exe to get a more informative error message dump, it turned out that Noesis.Javascript.dll wanted an exact version of the C++ Redistributable Package, Microsoft.VC90.CRT.dll , namely version 9.0.30729.6161 I got the right version at http://www.microsoft.com/en-us/download/details.aspx?id=26368 我在运行时遇到此错误,当我使用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上找到了正确的版本

But do learn to use SxSTrace to see if that is your exact issue. 但是要学会使用SxSTrace来查看这是否是您的确切问题。 An okay introduction to using the tool is here http://blogs.msdn.com/b/junfeng/archive/2006/04/14/576314.aspx 有关使用该工具的正确介绍,请访问http://blogs.msdn.com/b/junfeng/archive/2006/04/14/576314.aspx

In our case (using version 0.7 of the library), we had to install the 2010 version of the C++ Redistributable: 在我们的例子中(使用库的0.7版),我们必须安装2010版的C ++ Redistributable:

x64: http://www.microsoft.com/en-us/download/confirmation.aspx?id=14632 x64: http//www.microsoft.com/en-us/download/confirmation.aspx?id = 14632

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM