License problems with unmanaged code

L

Lucia

I'm working at .NET project to implement a COM
interface for a .NET control.
The .NET assembly is built with the correct license for the control.

Some unmanaged code is creating an instance of the control,
inside an MFC dialog.

When the control is used inside a WinForm dialog, the license
is correctly validated and everything works.

However, when the control is used inside the MFC dialog,
the license doesn't seem to be loaded/validated.
In fact, I get a dialog showing that the control I'm using is an
evaluation version (that is not, btw)

Is this a problem caused by the interaction of managed and unmanaged
code?
If yes, anyone knows a way to force the license to be loaded from
unmanaged code?

Any suggestion is appreciated.

Thanks,
Lucia
 
A

Atul

Is this a third party control? If so, try contacting the vendor of the
control to ask him if usage in an unmanaged host is supported for licensing.

----------------
-Atul, Sky Software http://www.ssware.com
Shell MegaPack For .Net & ActiveX
Windows Explorer GUI Controls
&
Quick-Launch Like Appbars, MSN/Office2003 Style Popups,
System Tray Icons and Shortcuts/Internet Shortcuts
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top