Results 1 to 2 of 2

Thread: [RESOLVED] Custom Control Error

  1. #1
    Lively Member
    Join Date
    Oct 11
    Posts
    121

    Resolved [RESOLVED] Custom Control Error

    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.

  2. #2
    Lively Member
    Join Date
    Oct 11
    Posts
    121

    Re: Custom Control Error

    Hey guys!

    Sorry about the trouble you've been through. I just figured out what was wrong.

    WebKit.NET is only designed to run on x86 platforms but I was trying to run it as a x64

    As soon as I realized that, I changed the settings and it worked!

    Thanks guys.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •