Closed GoogleCodeExporter closed 9 years ago
Have you build the solution before you tried to run the example?
OpenWebKitSharp needs all webkit files inside the directory where the exe is
and with building the solution the WebKit engine is automatically copied at the
debug folder.
Original comment by tsumalis96@gmail.com
on 14 Nov 2011 at 1:38
I tried to first rebuild the project (pre-re-extract the latest version), but
the same error with the COM object.
What ideas?Yes?
Original comment by ivan_...@list.ru
on 14 Nov 2011 at 5:37
The only thing I can imagine is not having C++ 2005 Redistributable installed
on your machine. Try checking if it is installed. Oherwise download links are
available in the 2nd step of building WebKit in Windows (all apart from Visual
C++ 2005 Express): http://www.webkit.org/building/tools.html
Original comment by tsumalis96@gmail.com
on 15 Nov 2011 at 4:17
I tried installation C++ Redistributable, but not work. Screenshot:
http://s2.ipicture.ru/uploads/20111117/6FHUCpQM.jpg .
Was it only I have this problem?
Original comment by ivan_...@list.ru
on 17 Nov 2011 at 5:29
Attachments:
Try going to the solution's folder at the Core folder and select and copy ALL
the files that you can find in there to the WebKit folder of the solution and
try running the example project again.
Original comment by tsumalis96@gmail.com
on 17 Nov 2011 at 6:30
Copy all files from folder to folder Core WebKit, but the same error.
In an attachment file error at startup (OpenWebKitSharp Test.exe) and of the
folder WebKit wondering how you run this program from the archive (Archive
large, so filled in sharing). Note that the compilation is successful.
http://ifolder.ru/27025016
Original comment by ivan_...@list.ru
on 18 Nov 2011 at 4:35
Attachments:
I found out that this:
http://www.microsoft.com/downloads/details.aspx?familyid=2051a0c1-c9b5-4b0a-a8f5
-770a549fd78c&displaylang=en
instead of C++ 2005 is actually needed by WebKit to run in a .NET environment.
Try downloading the above. I am now installing .net framework 4 on my pc and
will test your build after that.
Original comment by tsumalis96@gmail.com
on 18 Nov 2011 at 4:10
I tested your build and it is working great for me. Try installing the above
and tell me if you fixed your problem.
Original comment by tsumalis96@gmail.com
on 19 Nov 2011 at 11:13
Hi,
Did you got your webkit sharp worked ? I have the same problem on my xp32 with
visual studio ultimate. I've tried C++ 2005/2008/2010 nothing changing.
Screenshot is attached.
Original comment by victor.b...@gmail.com
on 9 Dec 2011 at 4:24
Attachments:
WTF, I've got it working by using Microsoft Visual C++ 2005 Service Pack 1
Redistributable Package MFC Security Update. I've tried following installers
before:
1. Microsoft Visual C++ 2005 Redistributable Package (x86)
2. Microsoft Visual C++ 2008 Service Pack 1 Redistributable Package ATL
Security Update
3. Microsoft Visual C++ 2010 Redistributable Package (x86)
Original comment by victor.b...@gmail.com
on 9 Dec 2011 at 4:31
That is needed for WebKit to run.
Original comment by tsumalis96@gmail.com
on 9 Dec 2011 at 4:42
Original issue reported on code.google.com by
ivan_...@list.ru
on 13 Nov 2011 at 6:37