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?