Re: How to solve COMException

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



does the com object require a license? you will need to check the documentation that comes with the COM object

--
Regards,
Alvin Bruney - ASP.NET MVP
 
[Shameless Author Plug]
The Microsoft Office Web Components Black Book with .NET
Now available @ www.lulu.com/owc, Amazon.com etc
Hi,
 
 I am trying to create a new object of  "COMM object" inside my one "dll" object as shown below,
 
oMSComm = New MSCommLib.MSComm

But its throwing an COMexception saying that there is no license for the application for the object.

but the same program is working in my development machine. After I installed to other machine this error is coming. Does I need to install the "MSComm" object with other machine ? if then please let me know how to install the same.

Looking forward for your valuable knowledge.

 

B Regards

Ajith