我在我的Windows10应用程序中集成了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有人能帮我解决这个问题吗?
发布于 2017-09-20 13:43:39
解决方案可以找到https://bitbucket.org/geckofx/geckofx-45.0/issues/194/unable-to-load-dll-mozglue。
对于最新版本的geckofx-45,由于某种原因,Firefox文件夹中缺少msvcp120.dll和msvcr120.dll文件。您可以从旧版本复制它们,也可以为Visual C++ 2013安装Visual可再发行版
发布于 2017-09-03 10:36:32
尝试安装Visual 2015的VisualC++可再发行版。
https://stackoverflow.com/questions/45997649
复制相似问题