无法在 VS 2010 中编译 WebKit .NET 0.5

发布于 2024-10-19 00:58:12 字数 363 浏览 2 评论 0原文

我正在尝试在 VS 2010 Professional 中编译 WebKit .NET 0.5,但出现错误:

“无法加载文件或程序集 'C:\用户\胡安 Luis\Desktop\WebKit.NET-0.5-src\bin\Debug\WebKitBrowser.dll' 或其依赖项之一。系统 找不到指定的文件。”

我尝试从解决方案中删除 WebKitBrowserTest 项目,但现在我得到了

“类型或命名空间名称‘WebView’ 找不到”

错误无处不在。知道我做错了什么吗?

I'm trying to compile WebKit .NET 0.5 in VS 2010 Professional but I'm getting the error:

"Could not load file or assembly
'C:\Users\Juan
Luis\Desktop\WebKit.NET-0.5-src\bin\Debug\WebKitBrowser.dll'
or one of its dependencies. The system
cannot find the file specified."

I tried removing the WebKitBrowserTest project from the solution but now I'm getting

"The type or namespace name 'WebView'
could not be found"

errors everywhere. Any idea what am I doing wrong?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

栖竹 2024-10-26 00:58:12

将项目调试文件夹中的 .dll 替换为原始 .dll。当 VS 复制 .​​dll 时,它会出现错误,替换它们应该可以解决问题。

replace the .dll in the projects debug folder with the original .dll's. When VS make a copy of the .dll's, it does something wrong, replacing them should fix the problem.

彩扇题诗 2024-10-26 00:58:12

尝试将“\WebKit.NET-0.5-src\bin”复制到“bin”文件夹。

Try to copy '\WebKit.NET-0.5-src\bin' to your 'bin' folder.

執念 2024-10-26 00:58:12

对于我来说,我无法构建整个解决方案,但当我选择 WebKitBrowserTest 作为启动项目,然后按 Ctrl + F5 时它会运行(Visual Studio 会要求我重建 JSCore,只需单击“是”)。

如果您看到类似“正在检索具有 CLSID 的组件的 COM 类工厂...”之类的错误,此链接可以提供帮助工厂-for.html" rel="nofollow">http://dotnetgenics.blogspot.com/2013/06/retriving-com-class-factory-for.html

With me, I can't build whole solution, but it runs when I select WebKitBrowserTest as StartUp project, then Ctrl + F5 (Visual Studio would ask me for rebuild JSCore, just click Yes).

If you see an error like "Retrieving the COM class factory for component with CLSID...",this link can help http://dotnetgenetics.blogspot.com/2013/06/retrieving-com-class-factory-for.html

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文