ipsteal
June 2nd, 2003, 08:20 AM
Hi,
My code was written for VB6 and I loaded it with .Net and it did the whole conversion thing, and in a few spots it messed up or didnt know what to do. Anyway, I fixed some of them, but one error I am still getting is this...
------------------------
An unhandled exception of type
'System.Runtime.InteropServices.COMException' occurred in MyProgram.exx
Additional information: COM object with CLSID {8886832B-0703-11D4-BB53-00105AE6C929} is either not valid or not registered."
------------------------
When I run my program, this exception pops up and it highlights the word "TDelay" in this line:
Private TDelay As New timingDLL.TimerClass
I have no idea what to do to fix this problem. Please somebody help me or even point me in the right direction. I have very little VB experience.
ipsteal
My code was written for VB6 and I loaded it with .Net and it did the whole conversion thing, and in a few spots it messed up or didnt know what to do. Anyway, I fixed some of them, but one error I am still getting is this...
------------------------
An unhandled exception of type
'System.Runtime.InteropServices.COMException' occurred in MyProgram.exx
Additional information: COM object with CLSID {8886832B-0703-11D4-BB53-00105AE6C929} is either not valid or not registered."
------------------------
When I run my program, this exception pops up and it highlights the word "TDelay" in this line:
Private TDelay As New timingDLL.TimerClass
I have no idea what to do to fix this problem. Please somebody help me or even point me in the right direction. I have very little VB experience.
ipsteal