S
Sue
I want to deploy a Visual studio.net windows application. This
application uses MSCOMM32.OCX control. This application works fine on
a development machine. However, if I deploy it on a non-developer
machine, the application fails to load.
It throws an exception, class is not licensed for use.
In the source code, a new instance of the control is created, so,
when, at runtime, it looks for a design-time license for the control.
How do I fix this problem?
Thanks in advance.
application uses MSCOMM32.OCX control. This application works fine on
a development machine. However, if I deploy it on a non-developer
machine, the application fails to load.
It throws an exception, class is not licensed for use.
In the source code, a new instance of the control is created, so,
when, at runtime, it looks for a design-time license for the control.
How do I fix this problem?
Thanks in advance.