Page 1 of 1

license issue with MFC app

Posted: Thu Dec 17, 2009 3:24 am
by 15654006
We are having a license issue with the project we are trying to deploy.

We have a Visual C++ MFC exe (active document server) that contains a Windows Form. On this Winform is an Element Host where we want to populate it with a WPF Tchart.

We have performed the steps in tutorial 17 for creating and including a .licences file for a Visual C++ app, but we are still getting a license error when we create the WPF.Tchart on FormLoad of the Winform.

This build is a simplified version of the Application we are creating. If we build a straight C# WPF application with a WPF Tchart we can deploy fine, but our requirements are that we use an MFC active document server.

We are under a very tight time frame to test and release our product, so a fix is needed quickly.

Is there anything we can try to get this to work?

John

Re: license issue with MFC app

Posted: Thu Dec 17, 2009 11:29 am
by Marc
Hello John,

Are you using TeeChart for .NET v2009? If so, please confirm that you are using the latest build of TeeChart for .NET (build 4.0.2009.42283, see http://www.steema.com/files/public/teec ... elease.txt) as it includes changes that lighten the licence checks, avoiding this kind of license error when TeeChart is loaded in a runtime load situation.

Regards,
Marc Meumann

Re: license issue with MFC app

Posted: Thu Dec 17, 2009 8:12 pm
by 15654006
Upgrading to the latest release fixed our issue.

Thank you!

John