Jump to content
Software FX Community

C# winforms app licensing issue?


coreyw

Recommended Posts

Hello All,

We have a licensed ChartFX 7 for windows forms and we have this problem.  When we build our app in debug mode the charts appear fine.  In release mode, they do not - the charts are blank.

The .EXE project (which is the only project that has ChartFX references) has a licence.licx file which has the following entry: 

ChartFX.WinForms.Chart, ChartFX.WinForms

So if anyone can explain why I'm seeing this, a reply would be appreciated.

Corey.

Link to comment
Share on other sites

This is what the .net project is trying to do with embedding the license:

LC.exe /target:"app.exe" /complist:Properties\licenses.licx /outdir:obj\Release\ /i:bin\Release\ChartFX.Designer.dll /i:bin\Release\ChartFX.WinForms.Adornments.dll /i:bin\Release\ChartFX.WinForms.Base.dll /i:bin\Release\ChartFX.WinForms.Data.dll /i:bin\Release\ChartFX.WinForms.dll ...

Thanks!

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...