I tried to compile your project source code with VS 2008.
The application compiles successfully but the program start with an FileNotFoundException.
"La récupération de la fabrique de classe COM pour le composant avec le CLSID {D6BCA079-F61C-4E1E-B453-32A0477D02E3} a échoué en raison de l'erreur suivante : 8007007e."
So, I copied all the DLLs from your WebKit.NET-0.2-bin-cairo.zip (I don't know what are DLL to insert or how to found them, I just know the WebKit.dll) but there is new problem : CoreFoundation.dll is not found.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
An unhandled exception of type 'System.Runtime.InteropServices.COMException' occurred in WebKitBrowser.dll
Additional information: Falha ao obter a class factory COM para o componente com CLSID {D6BCA079-F61C-4E1E-B453-32A0477D02E3} devido ao seguinte erro: 800736b1.
using PreCompilled bin test OR buided by me
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
On my office PC (.NET Framework 2.0 and VS2005) both, precompiled and custom builds, are running fine.
On my home PC (.NET Framework 3.5 and VS2008) I also got this COM-Exception.
I first thought that VS2005 installs some libraries which Webkit.NET needs for successfully running. So I installed a clean Windows XP with .NET 2.0 in a VMWare environment -> COM-Exception.
After that I installed VS2005 -> COM-Exception.
I'm running out of ideas…
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
You probably need to install the "Microsoft Visual C++ 2005 Service Pack 1 Redistributable Package ATL Security Update" which is required by newer builds of Cairo-WebKit.
Hi,
I tried to compile your project source code with VS 2008.
The application compiles successfully but the program start with an FileNotFoundException.
"La récupération de la fabrique de classe COM pour le composant avec le CLSID {D6BCA079-F61C-4E1E-B453-32A0477D02E3} a échoué en raison de l'erreur suivante : 8007007e."
Sorry but my VS2008 is in French language.
The complete report is here : http://divers.ldoppea.com/WebKit/FileNotFoundException.txt
And a picture of the visual report : http://divers.ldoppea.com/WebKit/COM_Exception.JPG
Do you know what's wrong?
If you want more precisions (English translation), I can try to translate the report in English.
Did you copy the WebKit-DLLs to your testapp's folder?
No, I forgot it...
So, I copied all the DLLs from your WebKit.NET-0.2-bin-cairo.zip (I don't know what are DLL to insert or how to found them, I just know the WebKit.dll) but there is new problem : CoreFoundation.dll is not found.
Can you tell me what are the DLL's to copy to the App's folder?
Regarding the CoreFoundation.dll problem, is it important to install the Webkit developper tools or there is no changes?
im getting the same:
An unhandled exception of type 'System.Runtime.InteropServices.COMException' occurred in WebKitBrowser.dll
Additional information: Falha ao obter a class factory COM para o componente com CLSID {D6BCA079-F61C-4E1E-B453-32A0477D02E3} devido ao seguinte erro: 800736b1.
using PreCompilled bin test OR buided by me
On my office PC (.NET Framework 2.0 and VS2005) both, precompiled and custom builds, are running fine.
On my home PC (.NET Framework 3.5 and VS2008) I also got this COM-Exception.
I first thought that VS2005 installs some libraries which Webkit.NET needs for successfully running. So I installed a clean Windows XP with .NET 2.0 in a VMWare environment -> COM-Exception.
After that I installed VS2005 -> COM-Exception.
I'm running out of ideas…
Hi,
You probably need to install the "Microsoft Visual C++ 2005 Service Pack 1 Redistributable Package ATL Security Update" which is required by newer builds of Cairo-WebKit.
You can download it from http://www.microsoft.com/downloads/details.aspx?familyid=766a6af7-ec73-40ff-b072-9112bab119c2&displaylang=en
Peter
Thanks Peter!
Now it's running fine in all environments.