User (Legacy) Posted June 15, 2004 Report Share Posted June 15, 2004 I have a user control with an chart embedded within it. I have set up the executable to embed the licenses.licx file with the correct information, and on my computer it compiles correctly. However, when someone else uses the control with the chart in it, and puts the licenses.licx file in the project for the executable, they get the following error on the build. Could not transform licenses file 'licenses.licx' into a binary resource. (1) : error LC0004 : Exception occured creating type 'System.ComponentModel.LicenseException' The same project will compile on my computer. My computer has ChartFX for .NET installed, but the other computer does not. Does anyone know what can be causing this problem? Thanks Jim Link to comment Share on other sites More sharing options...
Software FX Posted June 15, 2004 Report Share Posted June 15, 2004 >when someone else uses the >control with the chart in it, and puts the licenses.licx file in the project > for the executable, they get the following error on the build. licenses.licx is used at compilation time. You need to have an installed license of Chart FX at the moment of compilation of the FINAL executable. Just copying the .licx file will not do as the .licx file only contains a reference to the control, the license information is extracted at compilation time. Bottom line: every computer that compiles the final executable (using Chart FX Indirectly though your dll) MUST have an installed license of Chart FX. -- FP Software FX Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.