Dear All
I am using MSCOMLib com dll in my program
but i CANNOT EXECUTE my program
Error message is saying that
"Class is not licensed for use"
How can I sort it out
Many Thanks in advance
salih
Printable View
Dear All
I am using MSCOMLib com dll in my program
but i CANNOT EXECUTE my program
Error message is saying that
"Class is not licensed for use"
How can I sort it out
Many Thanks in advance
salih
It seems , it's not registered .try this firstQuote:
Originally posted by SALIH
Dear All
I am using MSCOMLib com dll in my program
but i CANNOT EXECUTE my program
Error message is saying that
"Class is not licensed for use"
How can I sort it out
Many Thanks in advance
salih
Click run in start menu and type :
regsvr32 c:\path\filename
if this didn't work then Try to find any tool that registers OCXs , Dlls .
I ran into a similar problem when trying to use the old VB6 multimedia control in VB.Net........here's my original post on that with the solution to the problem:
http://www.vbforums.com/showthread.php?threadid=200729
Good luck!
--Steve