Link to OpenWebKitSharp on using WebKit in C #

I am trying to reference OpenWebKitSharp, the C # library for WebKit. However, I continue to get a compilation error: "The type or namespace of WebKitBrowser does not exist in the WebKit namespace." I try to follow the instructions of http://code.google.com/p/open-webkit-sharp/ , but I do not know what this means: Copy the contents of the cairo assembly to the debug / release folder.

What is assembly in cairo? Why do I keep getting this error, although I refer to both WebKit.Interop and OpenWebKitSharp? Remember, is there a good site for documentation on the OpenWebKitSharp library?

+4
source share
1 answer

If you are using .Net Framework Client Profile , change it to .Net Framework 4

+1
source

All Articles