Windows Develop Bookmark and Share   
 index > Windows Forms Designer > Class not registered
 

Class not registered

I am getting a couple errors updating old code to visual studio 2008 express. The code is 2003 and converted successfully but I am getting an error at run time and when I try to view the main form using the form designer: Class not registered.
I believe it may be related to another error I get at the same time:
Could not determine the dependencies of the COM reference "MSBind". Error loading type library/DLL. (Exception from HRESULT:0x80029C4A (TYPE_E_CANTLOADLIBRARY))

-Chris
cjr9968  Wednesday, June 10, 2009 3:07 PM
Hi cjr9968,

The error indicates some Com component is not well registered. Please try to register the COM component that your project depends on using regsvr32 command.

If you have problem in using regsvr32, please refer to this KB article. If problems can't be solved or any further problem, please feel free to contact me.


Best regards,
Bruce Zhou
Please mark the replies as answers if they help and unmark if they don't.
Bruce.Zhou  Monday, June 15, 2009 8:09 AM
Hi cjr9968,

The error indicates some Com component is not well registered. Please try to register the COM component that your project depends on using regsvr32 command.

If you have problem in using regsvr32, please refer to this KB article. If problems can't be solved or any further problem, please feel free to contact me.


Best regards,
Bruce Zhou
Please mark the replies as answers if they help and unmark if they don't.
Bruce.Zhou  Monday, June 15, 2009 8:09 AM

You can use google to search for other answers

Custom Search

More Threads

• What is the differece between declaring Timer variable at design time and at run time?
• Custom Shaped form question
• Changing culture problem
• Expandable columns in DataGridView
• IComponentChangeService.ComponentChanged doesn't fire
• How to invocate a function that is inside of 'main' class?
• Change properties of child control from Verbs
• How to include System.Winforms namespace?
• Problem with Usercontrol
• Disabling the Forms Designer in VS2005