Click here to Skip to main content
15,886,806 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
i'm trying webkit build with .Net 4.0 and 32bit!
i'm copied all of the files from the WebKit .NET ‘bin’ directory to my project’s output directory. but build not complete!!

i'm getted error: Failed to initialize activation context

how to fix it? thanks!
Posted

1 solution

"When you have aquired a suitable binary, copy WebKit.dll and it's various dependencies into webkitdotnet/webkit. Note that if you downloaded the binary package, make sure you do NOT copy WebKitBrowser.dll, WebKitBrowser.dll.manifest or WebKitBrowserTest.exe into this directory."
[^]
 
Share this answer
 
Comments
cchangkhongayngo 3-Nov-14 2:19am    
hey! thanks for help BillWoodruff!
i have a question:
There is need to carry too much of webkit dll under my app ? So what is the dll needed for my application work normally ?
BillWoodruff 3-Nov-14 2:35am    
I wish I could help you further, but I only tried the WebKit once, some time ago, and decided, after trying it, that I could use the MS WebBrowser control for my limited needs.

If you wanted to try and reduce the size of WebKit, I guess you would want to download the source, create a .NET project to build the source, add a Project to use the compiled-source, and then test what you could remove. This is something I never dared to try.

I'd search for resources on custom WebKit builds:

https://www.google.com/search?sourceid=chrome-psyapi2&ion=1&espv=2&ie=UTF-8&q=c%23%20webkit%20remove

http://peterdn.com/post/%28First!%29-Using-WebKit-nightly-builds-with-WebKit-NET.aspx

cheers, Bill

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900