helo to all!!!
i m having some problem in deploying my WIndow Application in VB.Net

the problem comes when i install the setup n after running it the error that comes is :

An unhandled exception of type 'System.Runtime.InteropServices.COMException' occurred in system.windows.forms.dll
Additional information: Class not registered


and the place where the error occurs is:


CType(Me.MSHFlexGrid1, System.ComponentModel.ISupportInitialize).EndInit()

please help me out from this problem:rolleyes:

thanks in advance!! ;)

Hi,

You must deploy and register the MSHFlexGrid COM object's DLL with your setup; you might use .Net's built-in grids to avoid that with a little bit of recoding.

Loren Soth

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.