essAbubakar / open-webkit-sharp

Automatically exported from code.google.com/p/open-webkit-sharp
0 stars 0 forks source link

ActivationContext has not been initialized #109

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I keep getting "ActivationContext has not been initialized" EVEN after I've 
multiple times put the files in the Core folder inside the build folder of my 
project. This error continues even after I edit my project.

Original issue reported on code.google.com by Agust31...@gmail.com on 17 May 2012 at 12:59

GoogleCodeExporter commented 9 years ago
Now I keep getting:
Retrieving the COM class factory for component with CLSID 
{D6BCA079-F61C-4E1E-B453-32A0477D02E3} failed due to the following error: 
80040154 Class not registered (Exception from HRESULT: 0x80040154 
(REGDB_E_CLASSNOTREG)).

Public tp as new browser = nothing 'This is a usercontrol

Public Sub AddTab
        tp = New browser() 'An arrow points at this.
        tp.ButtonConfiguration.Appearance.Shape = QShape1
        tp.ButtonConfiguration.AppearanceHot.Shape = QShape1
        tp.ButtonConfiguration.AppearanceActive.Shape = QShape1
        tp.ButtonConfiguration.MaximumSize = New Size(205, 25)
        tp.ButtonConfiguration.MinimumSize = New Size(205, 25)
        tc.Controls.Add(tp)
        btnAddTab.ButtonOrder = -1
End Sub

Original comment by Agust31...@gmail.com on 19 May 2012 at 12:16