SSAS: Class not registered (Exception from HRESULT: 0×80040154 (REGDB_E_CLASSNOTREG))
August 2nd, 2007 — ¥ong¥s
Online project management, task software, and free collaboration workspace: AJAXWorkspace
AJAXWorkspace is a free online workspace that offers task tracking software, team collaboration, online calendar, document sharing, and file management for project management and teamwork. |
I got this error when trying to browse a cube. This happen once I installed MS SQL SP 2. From what i found, most likely the OWC component installation became corrupted. To solve this, just install OWC again. This works for me.
OWC installer.
http://www.microsoft.com/downloads/details.aspxFamilyID=7287252c-402e-4f72-97a5-e0fd290d4b76&DisplayLang=en



March 3rd, 2008 at 4:42 pm
I having problem in my vb.net project which is below
so help me to solve this problem
An error occurred creating the form. See Exception.InnerException for details. The error is: Class not registered (Exception from HRESULT: 0×80040154 (REGDB_E_CLASSNOTREG))
March 3rd, 2008 at 9:50 pm
Hi bhavin,
I believe this error doesn’t relate to my solution. This is a generic error occur in your VB project where compiler does not recognize the class used in your project. Do check your project reference and make sure all sources are reference correctly.