| 1. |
Solve : Visual Basic 2008 Class not registered help?? |
|
Answer» i have the following problem Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG)) i have the following problem Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG)) When are you getting this error? working in the IDE, after you try to add the Component to the toolbox, when you add it to a form, when you compile, or when you run it on ANOTHER machine?i GET this problem when i try debugging anything using COM. i can create new projects and use things i have made on other computers without COM. it's not even a point to try publishing stuff with COM in at the moment. i KNOW it wont work.Quote from: dfg09 on April 03, 2010, 01:50:59 AM i get this problem when i try debugging anything using COM. i can create new projects and use things i have made on other computers without COM. it's not even a point to try publishing stuff with COM in at the moment. i know it wont work. Hmm, well, I've made and consumed COM Components with mine, and It doesn't work unless I run Visual Studio as an administrator. Also, just to be clear; Visual Studio let's you add the Shockwave componen, to the IDE, add it to the form, etc.... but gives that error when you try to run/debug it? |
|