what is : Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG))
-
hi i create an application with C#. now i want to go on my develop in another computer but when run my application without any change , at run time , before main form show, throw following Exception :
Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG))
i really don't know how can resolve it. i think my problem is for dll references that i use in my application ! can i "reference to dll with "reference path" tools in my application property ? can you help me. tanks -
hi i create an application with C#. now i want to go on my develop in another computer but when run my application without any change , at run time , before main form show, throw following Exception :
Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG))
i really don't know how can resolve it. i think my problem is for dll references that i use in my application ! can i "reference to dll with "reference path" tools in my application property ? can you help me. tanks -
I'm not so sure but I think u must be using COM here and the component your app is trying to use is not there in the registry.
Rocky You can't climb up a ladder with your hands in your pockets.
-
well personally I hadnt had enuff exposure of COM but I've seen such issues comming at a few places, generally I've seen ppl registering the required DLLs but for that you gotta know which dlls your application is using. RegSvr32 is a command you should search out for, its used in command prompt by the way. I hope its a bit helpful to u:->
Rocky You can't climb up a ladder with your hands in your pockets.