zoukankan      html  css  js  c++  java
  • Unhandled Exception: JavaScriptEngineSwitcher.Core.JsEngineLoadException: During loading of VroomJsEngine error has occurred. See more details: v8.dll


    Unhandled Exception: JavaScriptEngineSwitcher.Core.JsEngineLoadException: During loading of VroomJsEngine error has occurred.
    See more details:

    Couldn't load native assembly at C:UsersAdministratorAppDataLocalTemp2VroomJsx64v8.dll ---> System.Exception: Couldn't load native assembly at C:UsersAdministratorAppDataLocalTemp2VroomJsx64v8.dll
    at VroomJs.AssemblyLoader.LoadDll(String dllName, String architecture)
    at VroomJs.AssemblyLoader.EnsureLoaded()
    at JavaScriptEngineSwitcher.Vroom.VroomJsEngine.Initialize()
    --- End of inner exception stack trace ---
    at JavaScriptEngineSwitcher.Vroom.VroomJsEngine.Initialize()
    at JavaScriptEngineSwitcher.Vroom.VroomJsEngine..ctor(VroomSettings settings)

    原因,.net core 和v8 一个调用 的vs2012运行库,一个调用 vs2015运行库.

      需要安装 vs2012运行库和vs2015f运行库 x86,x64 取决于实际运行版本.

    ,下载地址

    https://www.microsoft.com/zh-cn/download/confirmation.aspx?id=30679

    JavaScriptEngineSwitcher.Vroom contains adapter `VroomJsEngine` (wrapper for the VroomJs (http://github.com/pauldotknopf/vroomjs-core) version 1.2.3 with support of V8 version 3.17.16.2).

    For correct working of the VroomJs on Windows require the Visual C++ Redistributable for Visual Studio 2012 and Microsoft Visual C++ 2015 Redistributable.

  • 相关阅读:
    HeadFirst Ruby 第七章总结 references
    《HTTP 权威指南》笔记:第三章 HTTP 报文
    HTTP 权威指南 第二章 URL 与资源
    HeadFIrst Ruby 第七章总结 hashes
    HeadFIrst Ruby 第六章总结 block return values
    面向对象的面试题
    属性,类方法,静态方法,Python2和3方法
    类的抽象类接口类,多态封装
    类的继承
    面向对象空间和组合
  • 原文地址:https://www.cnblogs.com/bleachli/p/12059708.html
Copyright © 2011-2022 走看看