Please support our VB.NET advertiser: Programming Forums
Views: 14511 | Replies: 5
![]() |
•
•
Join Date: Feb 2005
Posts: 8
Reputation:
Rep Power: 0
Solved Threads: 0
This is the error I get:
An unhandled exception of type 'System.Runtime.InteropServices.COMException' occurred in system.windows.forms.dll
Additional information: Class not registered
And this is the line it points me to:
CType(Me.Comm1, System.ComponentModel.ISupportInitialize).EndInit()
Does anyone know why I would all of a sudden start getting this error?
Does anyone know how to fix this?
I was adding/removing some .dll files from the project in order to find out why another issue wasn't working and I am thinking that could be the issue.
I will continue looking at the .dll files to see if that is the issue.
Please let me know what you think, Thanks.
An unhandled exception of type 'System.Runtime.InteropServices.COMException' occurred in system.windows.forms.dll
Additional information: Class not registered
And this is the line it points me to:
CType(Me.Comm1, System.ComponentModel.ISupportInitialize).EndInit()
Does anyone know why I would all of a sudden start getting this error?
Does anyone know how to fix this?
I was adding/removing some .dll files from the project in order to find out why another issue wasn't working and I am thinking that could be the issue.
I will continue looking at the .dll files to see if that is the issue.
Please let me know what you think, Thanks.
•
•
Join Date: Nov 2006
Posts: 1
Reputation:
Rep Power: 0
Solved Threads: 0
Hi,
i also faced same problem. if u got solution for this reply me.
Regards,
Senthil V.
i also faced same problem. if u got solution for this reply me.
Regards,
Senthil V.
•
•
•
•
This is the error I get:
An unhandled exception of type 'System.Runtime.InteropServices.COMException' occurred in system.windows.forms.dll
Additional information: Class not registered
And this is the line it points me to:
CType(Me.Comm1, System.ComponentModel.ISupportInitialize).EndInit()
Does anyone know why I would all of a sudden start getting this error?
Does anyone know how to fix this?
I was adding/removing some .dll files from the project in order to find out why another issue wasn't working and I am thinking that could be the issue.
I will continue looking at the .dll files to see if that is the issue.
Please let me know what you think, Thanks.
•
•
Join Date: Dec 2002
Location: West Virginia
Posts: 411
Reputation:
Rep Power: 6
Solved Threads: 45
•
•
Join Date: Apr 2007
Posts: 3
Reputation:
Rep Power: 0
Solved Threads: 0
•
•
•
•
Hi,
i also faced same problem. if u got solution for this reply me.
Regards,
Senthil V.
dude,
incase you have'nt solve this problem yet. try to follow this steps. 1) copy the DLL or OCX that is having problem to WINDOWS\SYSTEM32\ 2) the go to RUN and type the follwing: regsvr32 <.DLL or .OCX file> and then run/execute you program. enjoy programming dude. God bless.
![]() |
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)





Linear Mode