Menu

WebKit 0.5 COM error: 800736b1

Help
Emmanuel
2010-11-12
2013-05-28
  • Emmanuel

    Emmanuel - 2010-11-12

    My project is using WebKit and works fine  on dev machine (windows 7).
    Now I want to deploy my app in windows xp where VC2010 runtime is installed and the following exception is thrown.

    "Retrieving the COM class factory component with CLSID {D6BCA079-F91C-4EIE-B453-32A0477D02E3} failed due the following error: 800736b1"

    System.Runtime.InteropServices.COMException (0x800736B1): La récupération de la fabrique de classe COM pour le composant avec le CLSID {D6BCA079-F61C-4E1E-B453-32A0477D02E3} a échoué en raison de l'erreur suivante : 800736b1.
       à WebKit.WebKitBrowser..ctor()
       à ThumbnailMaker.Form1.bExec_Click(Object sender, EventArgs e) dans J:\DS2010\Lenewz\ThumbailMaker\Form1.vb:ligne 56
       à System.Windows.Forms.Control.OnClick(EventArgs e)
       à System.Windows.Forms.Button.OnClick(EventArgs e)
       à System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
       à System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
       à System.Windows.Forms.Control.WndProc(Message& m)
       à System.Windows.Forms.ButtonBase.WndProc(Message& m)
       à System.Windows.Forms.Button.WndProc(Message& m)
       à System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
       à System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
       à System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

    Any Idea ?

     

Log in to post a comment.