Jump to content
Software FX Community

Chartfx Lite Deployement


User (Legacy)

Recommended Posts

That's what I did, I added the dll. But I get the following exception in the

form that

displays the charts:

"System.ComponentModel.LicenseException: Couldn't get Run Time license for

'SoftwareFX.ChartFX.Lite.Chart' at

SoftwareFX.ChartFX.Lite.Base.0Y.HF(LicenseContext 1EX, Type 1EY, Object 1EZ,

Boolean ....)........"

Can you please help?!

"Aida" <aidazakaria@santeon.com> wrote in message

news:FOwa$nE$CHA.848@webserver1.softwarefx.com...

> Hi,

> I am using Chart Fx Lite in my application, and I have a question: "How do

> we deploy the Chart Fx Lite library? is there a certian merge module that

> should be deployed in the setup for the application that uses Chart Fx

> Lite?"

>

> Thanks in advance,

> Aida Zakaria

>

>

>

>

Link to comment
Share on other sites

That's what I did, I added the dll. But I get the following exception in the

form that

displays the charts:

"System.ComponentModel.LicenseException: Couldn't get Run Time license for

'SoftwareFX.ChartFX.Lite.Chart' at

SoftwareFX.ChartFX.Lite.Base.0Y.HF(LicenseContext 1EX, Type 1EY, Object 1EZ,

Boolean ....)........"

Can you please help?!

"Aida" <aidazakaria@santeon.com> wrote in message

news:FOwa$nE$CHA.848@webserver1.softwarefx.com...

> Hi,

> I am using Chart Fx Lite in my application, and I have a question: "How do

> we deploy the Chart Fx Lite library? is there a certian merge module that

> should be deployed in the setup for the application that uses Chart Fx

> Lite?"

>

> Thanks in advance,

> Aida Zakaria

>

>

>

>

Link to comment
Share on other sites

Are you using Chart FX Lite from an EXE or from a DLL ? Are you creating the

charts at design time ?

The license information is automatically stored by visual studio when you

add the control to an EXE and project and compile. A Licenses.licx file is

automatically created and a reference to the controls is added. Check your

Licenses.licx file (in your project's folder) and verify that it has a

reference to Chart FX Lite.

--

FP

Software FX, Inc.

Link to comment
Share on other sites

Are you using Chart FX Lite from an EXE or from a DLL ? Are you creating the

charts at design time ?

The license information is automatically stored by visual studio when you

add the control to an EXE and project and compile. A Licenses.licx file is

automatically created and a reference to the controls is added. Check your

Licenses.licx file (in your project's folder) and verify that it has a

reference to Chart FX Lite.

--

FP

Software FX, Inc.

Link to comment
Share on other sites

I use chart fx lite from an exe. And I create charts at design time. The

file "Licenses.licx" is created and it has a reference to the added

controls, however I still get the exception that I am reporting to you!!

Any other suggestions??!

"Aida" <aidazakaria@santeon.com> wrote in message

news:RZX4j5z$CHA.3076@webserver1.softwarefx.com...

> That's what I did, I added the dll. But I get the following exception in

the

> form that

> displays the charts:

> "System.ComponentModel.LicenseException: Couldn't get Run Time license for

> 'SoftwareFX.ChartFX.Lite.Chart' at

> SoftwareFX.ChartFX.Lite.Base.0Y.HF(LicenseContext 1EX, Type 1EY, Object

1EZ,

> Boolean ....)........"

>

> Can you please help?!

>

> "Aida" <aidazakaria@santeon.com> wrote in message

> news:FOwa$nE$CHA.848@webserver1.softwarefx.com...

> > Hi,

> > I am using Chart Fx Lite in my application, and I have a question: "How

do

> > we deploy the Chart Fx Lite library? is there a certian merge module

that

> > should be deployed in the setup for the application that uses Chart Fx

> > Lite?"

> >

> > Thanks in advance,

> > Aida Zakaria

> >

> >

> >

> >

>

>

Link to comment
Share on other sites

I use chart fx lite from an exe. And I create charts at design time. The

file "Licenses.licx" is created and it has a reference to the added

controls, however I still get the exception that I am reporting to you!!

Any other suggestions??!

"Aida" <aidazakaria@santeon.com> wrote in message

news:RZX4j5z$CHA.3076@webserver1.softwarefx.com...

> That's what I did, I added the dll. But I get the following exception in

the

> form that

> displays the charts:

> "System.ComponentModel.LicenseException: Couldn't get Run Time license for

> 'SoftwareFX.ChartFX.Lite.Chart' at

> SoftwareFX.ChartFX.Lite.Base.0Y.HF(LicenseContext 1EX, Type 1EY, Object

1EZ,

> Boolean ....)........"

>

> Can you please help?!

>

> "Aida" <aidazakaria@santeon.com> wrote in message

> news:FOwa$nE$CHA.848@webserver1.softwarefx.com...

> > Hi,

> > I am using Chart Fx Lite in my application, and I have a question: "How

do

> > we deploy the Chart Fx Lite library? is there a certian merge module

that

> > should be deployed in the setup for the application that uses Chart Fx

> > Lite?"

> >

> > Thanks in advance,

> > Aida Zakaria

> >

> >

> >

> >

>

>

Link to comment
Share on other sites

  • 3 weeks later...

I get the same exact problem - I'm using dll version 6.0.1180.29724

I've attached my test of this problem as well - maybe this will help solve

the problem

"SoftwareFX Support" <support@softwarefx.com> wrote in message

news:Le3aL#oADHA.1908@webserver1.softwarefx.com...

> Please create a brand new Windows Form application and drop a Chart FX

lite

> on the main form. Compile this project (EXE) and attach both the source

and

> the compiled bits. We will test it here and determine what is wrong.

>

> --

> FP

> Software FX, Inc.

>

>

Link to comment
Share on other sites

I get the same exact problem - I'm using dll version 6.0.1180.29724

I've attached my test of this problem as well - maybe this will help solve

the problem

"SoftwareFX Support" <support@softwarefx.com> wrote in message

news:Le3aL#oADHA.1908@webserver1.softwarefx.com...

> Please create a brand new Windows Form application and drop a Chart FX

lite

> on the main form. Compile this project (EXE) and attach both the source

and

> the compiled bits. We will test it here and determine what is wrong.

>

> --

> FP

> Software FX, Inc.

>

>

Link to comment
Share on other sites

I finally figured it out thank you very much!

For anyone have this issue I'll bet you are deploying your chart control in

a dll assembly and that the assembly code is in a different directory than

the EXE source that fires it. That's what I had anyways.

If so you need to replace the EXE license.licx with the one generated for

the DLL. If you have multiple components with license issues you need to

make sure that the license.licx in the EXE source directory has all the

correct references in it. For instance I needed to make sure that Active

reports and chartfx were included in there. (No I didnt get chartfx.lite to

run in Active Reports yet...)

Then re-compile your EXE etc

Go to the obj/release folder next to your bin folder and fire up

yourpgmname.exe.licenses in notepad. If you snorkle around you should see

references to the chartfx.lite component. Something like

"pSoftwareFX.ChartFX.Lite.Chart, ChartFX.Lite, Version=6.0.839.0,

Culture=neutral, PublicKeyToken=..."

If you see this then it would be a good thing. If you DONT it's a bad

thing.

My deploy worked only when the object code had the right refs in it.

Once I verified that the object code had the right refs, chartfx.lite.dll

worked as advertised. All I needed to do was include the chartfx.lite.dll in

the deployed bin directory and it worked great. No other files were needed.

"David Rollins" <rollinsoft@attbi.com> wrote in message

news:SR59p#pEDHA.2944@webserver1.softwarefx.com...

> I get the same exact problem - I'm using dll version 6.0.1180.29724

>

> I've attached my test of this problem as well - maybe this will help solve

> the problem

>

> "SoftwareFX Support" <support@softwarefx.com> wrote in message

> news:Le3aL#oADHA.1908@webserver1.softwarefx.com...

> > Please create a brand new Windows Form application and drop a Chart FX

> lite

> > on the main form. Compile this project (EXE) and attach both the source

> and

> > the compiled bits. We will test it here and determine what is wrong.

> >

> > --

> > FP

> > Software FX, Inc.

> >

> >

>

>

>

Attachments.zip

Attachments.zip

Link to comment
Share on other sites

I finally figured it out thank you very much!

For anyone have this issue I'll bet you are deploying your chart control in

a dll assembly and that the assembly code is in a different directory than

the EXE source that fires it. That's what I had anyways.

If so you need to replace the EXE license.licx with the one generated for

the DLL. If you have multiple components with license issues you need to

make sure that the license.licx in the EXE source directory has all the

correct references in it. For instance I needed to make sure that Active

reports and chartfx were included in there. (No I didnt get chartfx.lite to

run in Active Reports yet...)

Then re-compile your EXE etc

Go to the obj/release folder next to your bin folder and fire up

yourpgmname.exe.licenses in notepad. If you snorkle around you should see

references to the chartfx.lite component. Something like

"pSoftwareFX.ChartFX.Lite.Chart, ChartFX.Lite, Version=6.0.839.0,

Culture=neutral, PublicKeyToken=..."

If you see this then it would be a good thing. If you DONT it's a bad

thing.

My deploy worked only when the object code had the right refs in it.

Once I verified that the object code had the right refs, chartfx.lite.dll

worked as advertised. All I needed to do was include the chartfx.lite.dll in

the deployed bin directory and it worked great. No other files were needed.

"David Rollins" <rollinsoft@attbi.com> wrote in message

news:SR59p#pEDHA.2944@webserver1.softwarefx.com...

> I get the same exact problem - I'm using dll version 6.0.1180.29724

>

> I've attached my test of this problem as well - maybe this will help solve

> the problem

>

> "SoftwareFX Support" <support@softwarefx.com> wrote in message

> news:Le3aL#oADHA.1908@webserver1.softwarefx.com...

> > Please create a brand new Windows Form application and drop a Chart FX

> lite

> > on the main form. Compile this project (EXE) and attach both the source

> and

> > the compiled bits. We will test it here and determine what is wrong.

> >

> > --

> > FP

> > Software FX, Inc.

> >

> >

>

>

>

Link to comment
Share on other sites

Hi,

Thanks for your efforts, but this is not the case with me. In my case, the

same exe has my chart controls. I still didnt figure out what is wrong..

"David Rollins" <rollinsoft@attbi.com> wrote in message

news:T488lXzEDHA.1244@webserver1.softwarefx.com...

> I finally figured it out thank you very much!

>

> For anyone have this issue I'll bet you are deploying your chart control

in

> a dll assembly and that the assembly code is in a different directory than

> the EXE source that fires it. That's what I had anyways.

>

> If so you need to replace the EXE license.licx with the one generated for

> the DLL. If you have multiple components with license issues you need to

> make sure that the license.licx in the EXE source directory has all the

> correct references in it. For instance I needed to make sure that Active

> reports and chartfx were included in there. (No I didnt get chartfx.lite

to

> run in Active Reports yet...)

>

> Then re-compile your EXE etc

>

> Go to the obj/release folder next to your bin folder and fire up

> yourpgmname.exe.licenses in notepad. If you snorkle around you should see

> references to the chartfx.lite component. Something like

> "pSoftwareFX.ChartFX.Lite.Chart, ChartFX.Lite, Version=6.0.839.0,

> Culture=neutral, PublicKeyToken=..."

>

> If you see this then it would be a good thing. If you DONT it's a bad

> thing.

>

> My deploy worked only when the object code had the right refs in it.

>

> Once I verified that the object code had the right refs, chartfx.lite.dll

> worked as advertised. All I needed to do was include the chartfx.lite.dll

in

> the deployed bin directory and it worked great. No other files were

needed.

>

>

> "David Rollins" <rollinsoft@attbi.com> wrote in message

> news:SR59p#pEDHA.2944@webserver1.softwarefx.com...

> > I get the same exact problem - I'm using dll version 6.0.1180.29724

> >

> > I've attached my test of this problem as well - maybe this will help

solve

> > the problem

> >

> > "SoftwareFX Support" <support@softwarefx.com> wrote in message

> > news:Le3aL#oADHA.1908@webserver1.softwarefx.com...

> > > Please create a brand new Windows Form application and drop a Chart FX

> > lite

> > > on the main form. Compile this project (EXE) and attach both the

source

> > and

> > > the compiled bits. We will test it here and determine what is wrong.

> > >

> > > --

> > > FP

> > > Software FX, Inc.

> > >

> > >

> >

> >

> >

>

>

Link to comment
Share on other sites

Hi,

Thanks for your efforts, but this is not the case with me. In my case, the

same exe has my chart controls. I still didnt figure out what is wrong..

"David Rollins" <rollinsoft@attbi.com> wrote in message

news:T488lXzEDHA.1244@webserver1.softwarefx.com...

> I finally figured it out thank you very much!

>

> For anyone have this issue I'll bet you are deploying your chart control

in

> a dll assembly and that the assembly code is in a different directory than

> the EXE source that fires it. That's what I had anyways.

>

> If so you need to replace the EXE license.licx with the one generated for

> the DLL. If you have multiple components with license issues you need to

> make sure that the license.licx in the EXE source directory has all the

> correct references in it. For instance I needed to make sure that Active

> reports and chartfx were included in there. (No I didnt get chartfx.lite

to

> run in Active Reports yet...)

>

> Then re-compile your EXE etc

>

> Go to the obj/release folder next to your bin folder and fire up

> yourpgmname.exe.licenses in notepad. If you snorkle around you should see

> references to the chartfx.lite component. Something like

> "pSoftwareFX.ChartFX.Lite.Chart, ChartFX.Lite, Version=6.0.839.0,

> Culture=neutral, PublicKeyToken=..."

>

> If you see this then it would be a good thing. If you DONT it's a bad

> thing.

>

> My deploy worked only when the object code had the right refs in it.

>

> Once I verified that the object code had the right refs, chartfx.lite.dll

> worked as advertised. All I needed to do was include the chartfx.lite.dll

in

> the deployed bin directory and it worked great. No other files were

needed.

>

>

> "David Rollins" <rollinsoft@attbi.com> wrote in message

> news:SR59p#pEDHA.2944@webserver1.softwarefx.com...

> > I get the same exact problem - I'm using dll version 6.0.1180.29724

> >

> > I've attached my test of this problem as well - maybe this will help

solve

> > the problem

> >

> > "SoftwareFX Support" <support@softwarefx.com> wrote in message

> > news:Le3aL#oADHA.1908@webserver1.softwarefx.com...

> > > Please create a brand new Windows Form application and drop a Chart FX

> > lite

> > > on the main form. Compile this project (EXE) and attach both the

source

> > and

> > > the compiled bits. We will test it here and determine what is wrong.

> > >

> > > --

> > > FP

> > > Software FX, Inc.

> > >

> > >

> >

> >

> >

>

>

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...