无法在 VS 2010 中编译 WebKit .NET 0.5
我正在尝试在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
将项目调试文件夹中的 .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.
尝试将“\WebKit.NET-0.5-src\bin”复制到“bin”文件夹。
Try to copy '\WebKit.NET-0.5-src\bin' to your 'bin' folder.
对于我来说,我无法构建整个解决方案,但当我选择 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