User (Legacy) Posted October 14, 2005 Report Share Posted October 14, 2005 I am getting the following message when I deploy my windows application (the applciation draws graphs using code) with chart FX Lite: Unhandled Exception: System.ComponentModel.LicenseException: Couldn't get Run Time license for 'SoftwareFX.ChartFX.Lite.Chart I have looked at your article Q6101010 and added a Licenses.licx to my VS project (not in the /bin folder, it was added to the project folder) with the following line: SoftwareFX.ChartFX.Chart,ChartFX then I rebuild and no luck When I look to manually add the licenses (as per Q6101010) the dlls referenced in the article are not available, the only dll that was installed with chartFX Lite was ChartFX.Lite.dll; there is no chartfx.dll, chartfx.base.dll. Any help would be much appreciated as the graphs are great and I need to deploy this app. Thanks. Link to comment Share on other sites More sharing options...
User (Legacy) Posted October 14, 2005 Author Report Share Posted October 14, 2005 I am getting the following message when I deploy my windows application (the applciation draws graphs using code) with chart FX Lite: Unhandled Exception: System.ComponentModel.LicenseException: Couldn't get Run Time license for 'SoftwareFX.ChartFX.Lite.Chart I have looked at your article Q6101010 and added a Licenses.licx to my VS project (not in the /bin folder, it was added to the project folder) with the following line: SoftwareFX.ChartFX.Chart,ChartFX then I rebuild and no luck When I look to manually add the licenses (as per Q6101010) the dlls referenced in the article are not available, the only dll that was installed with chartFX Lite was ChartFX.Lite.dll; there is no chartfx.dll, chartfx.base.dll. Any help would be much appreciated as the graphs are great and I need to deploy this app. Thanks. Link to comment Share on other sites More sharing options...
Software FX Posted October 14, 2005 Report Share Posted October 14, 2005 The article you are referencing was written for ChartFX (not Lite) but the spirit of the article remains the same. Note that in the LICX each line contains a "full" type name, in the case of lite it needs to be SoftwareFX.ChartFX.Lite.Chart, ChartFX.Lite, Version=6.0.839.0, Culture=neutral, PublicKeyToken=a1878e2052c08dce Also note that there is a bug in VisualStudio when building a project with a space in its name, somehow at runtime the LicenseManager will not find the resources. If this is your case you will have to rename your project. I am not sure if other "strange" characters in the solution name could cause the same issue. -- JC Software FX Support "Dan B" <dan@-ddba-.net> wrote in message news:47RtJPO0FHA.1856@webserver3.softwarefx.com... >I am getting the following message when I deploy my windows application >(the applciation draws graphs using code) with chart FX Lite: > > Unhandled Exception: > System.ComponentModel.LicenseException: Couldn't get Run Time license for > 'SoftwareFX.ChartFX.Lite.Chart > > I have looked at your article Q6101010 and added a Licenses.licx to my VS > project (not in the /bin folder, it was added to the project folder) with > the following line: > > SoftwareFX.ChartFX.Chart,ChartFX > > then I rebuild and no luck > > When I look to manually add the licenses (as per Q6101010) the dlls > referenced in the article are not available, the only dll that was > installed with chartFX Lite was ChartFX.Lite.dll; there is no chartfx.dll, > chartfx.base.dll. > > Any help would be much appreciated as the graphs are great and I need to > deploy this app. > > Thanks. > Link to comment Share on other sites More sharing options...
Software FX Posted October 14, 2005 Report Share Posted October 14, 2005 The article you are referencing was written for ChartFX (not Lite) but the spirit of the article remains the same. Note that in the LICX each line contains a "full" type name, in the case of lite it needs to be SoftwareFX.ChartFX.Lite.Chart, ChartFX.Lite, Version=6.0.839.0, Culture=neutral, PublicKeyToken=a1878e2052c08dce Also note that there is a bug in VisualStudio when building a project with a space in its name, somehow at runtime the LicenseManager will not find the resources. If this is your case you will have to rename your project. I am not sure if other "strange" characters in the solution name could cause the same issue. -- JC Software FX Support "Dan B" <dan@-ddba-.net> wrote in message news:47RtJPO0FHA.1856@webserver3.softwarefx.com... >I am getting the following message when I deploy my windows application >(the applciation draws graphs using code) with chart FX Lite: > > Unhandled Exception: > System.ComponentModel.LicenseException: Couldn't get Run Time license for > 'SoftwareFX.ChartFX.Lite.Chart > > I have looked at your article Q6101010 and added a Licenses.licx to my VS > project (not in the /bin folder, it was added to the project folder) with > the following line: > > SoftwareFX.ChartFX.Chart,ChartFX > > then I rebuild and no luck > > When I look to manually add the licenses (as per Q6101010) the dlls > referenced in the article are not available, the only dll that was > installed with chartFX Lite was ChartFX.Lite.dll; there is no chartfx.dll, > chartfx.base.dll. > > Any help would be much appreciated as the graphs are great and I need to > deploy this app. > > Thanks. > Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.