Obecná diskuse Integrating WPF with Webkit.net

  • Monday, February 07, 2011 1:37 PM
     
     

    Does anyone have experience incorporating Webkit.NET into WPF?

    Any specific Challenges? Any inputs would help.

    Regards

    -Advait

All Replies

  • Tuesday, February 08, 2011 6:04 AM
    Moderator
     
     

    Hi Advait,

    Welcome to MSDN forum.

    In case you haven't tried that, you can host a WindowsForms control in WPF. For more information please see WPF and Windows Forms Interoperation.

    Have a nice day!


    Best regards,
    Min Zhu [MSFT]
    MSDN Community Support | Feedback to us
    Get or Request Code Sample from Microsoft
    Please remember to mark the replies as answers if they help and unmark them if they provide no help.

  • Tuesday, February 08, 2011 6:27 PM
     
     

    Hi Min,

     Not sure how the WindowsForms control is useful when I am trying to host something like a WebKit (Browser control) or GeckoFx kind of browser control...Can you please elaborate?

     

    Regards

    -A

  • Wednesday, February 09, 2011 1:03 AM
    Moderator
     
     

    Hi Advait,

    I might be missing something here but I thought WebKit.NET is a WindowsForms control library and maybe you would like to host its controls in WPF.


    Best regards,
    Min Zhu [MSFT]
    MSDN Community Support | Feedback to us
    Get or Request Code Sample from Microsoft
    Please remember to mark the replies as answers if they help and unmark them if they provide no help.

  • Thursday, February 10, 2011 10:07 AM
     
     
    Thanks Min...Got it working..Perfectly fine!
  • Friday, March 16, 2012 8:20 AM
     
     

    Hi Advait,

    Have you succeeded in integrating webkit.net in WPF?

    If yes, could you send me the sample that you did?

    Thanks.

  • Sunday, July 29, 2012 12:52 PM
     
     

    Hi Advait,

    Have you succeeded in integrating webkit.net in WPF?

    If yes, could you send me the sample that you did?

    Thanks.

    same issue here: I get 'The invocation of the constructor on type 'WebKit.WebKitBrowser' that matches the specified binding constraints threw an exception' when running. Obviously missing something.

    thanks

     
  • Thursday, November 22, 2012 12:46 PM
     
     

    Hi Advait,

    Have you succeeded in integrating webkit.net in WPF?

    If yes, could you send me the sample that you did?

    Thanks.

    same issue here: I get 'The invocation of the constructor on type 'WebKit.WebKitBrowser' that matches the specified binding constraints threw an exception' when running. Obviously missing something.

    thanks

     

    The point is that some of DLL used in the WebKit.NET must be registered on GAC to work on WPF, even if you're using WindowsFormHost.

    The problem is some of those DLL can't be registered.

    "The module "WebKit.Interop.dll" was loaded but the entry-point DllRegisterServer was not found. Make sure that "WebKit.Interop.dll" is a valid DLL or OCX file and then try again."

    I gonna keep investigating. I will post any progress here.