You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
following environment:
bin/mainapp.exe -> loads bin/mywebkitsharpcaller.dll -> references
bin/MyOpenWebKitSharpFolder/OpenWebKitSharp.dll
bin/mainapp.exe.config contains a probing-path to find the webkit-dlls in
subfolder:
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<probing privatePath="MyOpenWebKitSharpFolder"/>
</assemblyBinding>
mywebkitsharpcaller.dll sets WebKit.GlobalPreferences.WebKitPath before the
WebKitBrowser-Instance is created.
WebKit.GlobalPreferences.WebKitPath += @"\" + m_sWebKitSubFolder;
when the webkitbrowser-instance is creating, im geetting this error message:
Die COM-Klassenfactory für die Komponente mit CLSID
{D6BCA079-F61C-4E1E-B453-32A0477D02E3} konnte aufgrund des folgenden Fehlers
nicht abgerufen werden: 8007007e Das angegebene Modul wurde nicht gefunden.
(Ausnahme von HRESULT: 0x8007007E).
its german and means "the specified module could not be found". i got a lot of
hits to this CLSID on google. but its allways just about the vc++
redistributables. when i copy all the webkit-files to my bin-folder, its
working fine. so i guess the problem is not based on some runtime-issues.
i've tried it with 2.8 and 2.9 release
is there a recommended environment to run openwebkitsharp from a subfolder of
the mainapp?
Original issue reported on code.google.com by [email protected] on 8 Oct 2012 at 8:00
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 8 Oct 2012 at 8:00The text was updated successfully, but these errors were encountered: