Hello.

I am building a web browser and I decided to integrate a webkit based web browser control in my web browser. I got this control form here: http://webkitdotnet.sourceforge.net/

When I run the browser, I get this error:

Code:
Could not load file or assembly 'WebKitBrowser, Version=0.5.0.0, Culture=neutral, PublicKeyToken=b967213f6d29a3be' or one of its dependencies. An attempt was made to load a program with an incorrect format.
I added this control through the toolbox. Is there any ideas on how to fix this?

Thanks.