Toasty3003 / geckofx

Automatically exported from code.google.com/p/geckofx
0 stars 0 forks source link

Class not registered exception #3

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG))

This occurs in Xpcom.CreateInstance<TInterfaceType>(string contractID).

How do I register the class?

Original issue reported on code.google.com by murray.l...@gmail.com on 11 Apr 2008 at 3:51

GoogleCodeExporter commented 8 years ago
Ah, figured out what was the problem. I downloaded the wrong copy of xulrunner. 
I
downloaded:

xulrunner-1.8.1.3.en-US.win32-20080128.zip

when I should have downloaded

xulrunner-1.8.1.3.en-US.win32.zip

Just a note so others don't make the same mistake. I got the previous one 
because it
was newer, but apparently it doesn't work. Downloaded the other and it works 
perfectly!

Original comment by murray.l...@gmail.com on 12 Apr 2008 at 4:38