Jump to content
Software FX Community

Liscence problem


User (Legacy)

Recommended Posts

Hi,

I have a strange liscence problem.

Here wath I did :

1 - I bought ChartFX (The one that allow you to publish the dll to the

clients)

2 - I built a C# COM dll that use the chartFX library

3 - I built a C++ application that use my COM dll

Schematically it look like this : (ChartFX dll) ---> (My C# COM dll) ---->

(My C++ exe)

4 - My exe application crash when it used on another computer, however I

joined the chartFx dll in my package.

The error is "CouldnĀ“t get Run Time liscence...."

I did all this process to be able to use a charFX graph in my C++

application.

Can you help me please?

Thanks

Simon

Link to comment
Share on other sites

The following articles explains the cause of the problem:

Q6101008. Using Chart FX for .NET Windows Forms control from a DLL

http://support.softwarefx.com/ShowArticleSep.aspx?Type=KB&Product=CfxNet62&Source=http://support.softwarefx.com/kb/610/1/008.htm?_r=1

Q6101001. How to deploy a WinForms Application when it contains a wrapper

object using Chart FX for .NET

http://support.softwarefx.com/ShowArticleSep.aspx?Type=KB&Product=CfxNet62&Source=http://support.softwarefx.com/kb/610/1/001.htm?_r=1

What I understand from your explanation is that your EXE is unmanaged. Is

that a correct assumption ? If this is the case you will not be able to

embed a license into it, you will need to contact Software FX for a special

license. If your EXE is a managed app then simply embed the license in it as

explained in the following article.

Q6101010. How to manually add a Chart FX license to an executable

http://support.softwarefx.com/ShowArticleSep.aspx?Type=KB&Product=CfxNet62&Source=http://support.softwarefx.com/kb/610/1/010.htm?_r=1

--

Francisco Padron

www.chartfx.com

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...