Geckofx-核心 - System.DllNotFoundException

Geckofx-Core - System.DllNotFoundException

我在我的 Windows 表单应用程序中集成了 Geckofx45.64 - 在某些 Windows10 发行版上,我在启动后立即收到以下错误:

System.DllNotFoundException
at Gecko.Xpcom.Alloc(IntPtr)
at Gecko.nsAString..ctor()
at Gecko.nsAString..ctor(System.String)
at Gecko.Xpcom.Initialize(System.String)
at Vault_Forms_App.Program.Main

谁能帮我解决这个问题?

尝试为 Visual Studio 2015 安装 Visual C++ Redistributable。

可以找到解决方案https://bitbucket.org/geckofx/geckofx-45.0/issues/194/unable-to-load-dll-mozglue

对于最新版本的 geckofx-45,出于某种原因,Firefox 文件夹中缺少文件 msvcp120.dll 和 msvcr120.dll。您可以从旧版本复制它们或为 Visual Studio 2013

安装 Visual C++ Redistributable