I developed a GTK # application that uses webkit-sharp to edit letter templates. This application works on Linux, but when it runs on Windows, it does not work. I am using webkit-sharp.dll from Linux on Windows. The error I get is:
System.TypeInitializationException: The type initializer for 'WebKit.WebView' threw an exception. ---> System.DllNotFoundException: Unable to load DLL 'webkit-1.0': The specified module could not be found. (Exception from HRESULT: 0x8007007E) at WebKit.Download.webkit_download_get_type() at GtkSharp.WebkitSharp.ObjectManager.Initialize() at WebKit.WebView..cctor() --- End of inner exception stack trace --- at WebKit.WebView..ctor() at MainWindow..ctor()
I assume that webkit-sharp.dll only wraps its own libraries for WebKit. I do not know where to get "webkit-1.0". Is there a webkit-sharp.dll file specific to Windows for GTK #?
c # windows mono webkit gtk #
Vh-bil
source share