Jump to content
Software FX Community

Having trouble installing ChartFx Lite on other computers


User (Legacy)

Recommended Posts

hiho,

i'm using chartfx lite, and i wanted to "transport" my application to

another computer without an installation of ChartFx. there is no installer,

so i just added to my app the chartfx.lite.dll. but if i want to use

chartfx, the following error pops up:

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

'SoftwareFX.ChartFX.Lite.Chart'

i tried to add the license.licx to dir where my main application is, but

still no success.

could you please help me?

sorry for my broken english, and thank you!

Link to comment
Share on other sites

hiho,

i'm using chartfx lite, and i wanted to "transport" my application to

another computer without an installation of ChartFx. there is no installer,

so i just added to my app the chartfx.lite.dll. but if i want to use

chartfx, the following error pops up:

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

'SoftwareFX.ChartFX.Lite.Chart'

i tried to add the license.licx to dir where my main application is, but

still no success.

could you please help me?

sorry for my broken english, and thank you!

Link to comment
Share on other sites

Is Chart FX being used directly from an EXE or is it used through a DLL that

you built ?

Please check the following articles in our support site:

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

object using Chart FX for .NET

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

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

--

FP

Software FX, Inc.

Link to comment
Share on other sites

Is Chart FX being used directly from an EXE or is it used through a DLL that

you built ?

Please check the following articles in our support site:

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

object using Chart FX for .NET

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

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

--

FP

Software FX, Inc.

Link to comment
Share on other sites

i have my application  (about 60 kb) and the chartfx.dll. i added

chartfx.dll to the "references" and of course to my toolbox. i tired to add

the license manually, but the file does not stay in the project file window.

i really don't have any idea what i should try now. thanks for your help...

"SoftwareFX Support" <support@softwarefx.com> schrieb im Newsbeitrag

news:upxqphm2DHA.3808@WEBSERVER1...

> Is Chart FX being used directly from an EXE or is it used through a DLL

that

> you built ?

>

> Please check the following articles in our support site:

>

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

> object using Chart FX for .NET

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

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

>

> --

> FP

> Software FX, Inc.

>

>

Link to comment
Share on other sites

i have my application  (about 60 kb) and the chartfx.dll. i added

chartfx.dll to the "references" and of course to my toolbox. i tired to add

the license manually, but the file does not stay in the project file window.

i really don't have any idea what i should try now. thanks for your help...

"SoftwareFX Support" <support@softwarefx.com> schrieb im Newsbeitrag

news:upxqphm2DHA.3808@WEBSERVER1...

> Is Chart FX being used directly from an EXE or is it used through a DLL

that

> you built ?

>

> Please check the following articles in our support site:

>

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

> object using Chart FX for .NET

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

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

>

> --

> FP

> Software FX, Inc.

>

>

Link to comment
Share on other sites

i think i forgot to mention something important: i'm writing a "component"

for an application called "codename: dashboard" (www.snpsoftware.com)

i have write my program as a windows control libary, i think that's the

problem. maybe you have a solution for this, too. i checked out the kb

articles, but couldn't find anything important for me. or i'm maybe just too

stupid :)

thanks

andi

"Limmer" <robertt-online@web.de> schrieb im Newsbeitrag

news:9YBhnig2DHA.3512@WEBSERVER1...

> hiho,

>

> i'm using chartfx lite, and i wanted to "transport" my application to

> another computer without an installation of ChartFx. there is no

installer,

> so i just added to my app the chartfx.lite.dll. but if i want to use

> chartfx, the following error pops up:

>

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

> 'SoftwareFX.ChartFX.Lite.Chart'

>

> i tried to add the license.licx to dir where my main application is, but

> still no success.

>

> could you please help me?

> sorry for my broken english, and thank you!

>

>

Link to comment
Share on other sites

i think i forgot to mention something important: i'm writing a "component"

for an application called "codename: dashboard" (www.snpsoftware.com)

i have write my program as a windows control libary, i think that's the

problem. maybe you have a solution for this, too. i checked out the kb

articles, but couldn't find anything important for me. or i'm maybe just too

stupid :)

thanks

andi

"Limmer" <robertt-online@web.de> schrieb im Newsbeitrag

news:9YBhnig2DHA.3512@WEBSERVER1...

> hiho,

>

> i'm using chartfx lite, and i wanted to "transport" my application to

> another computer without an installation of ChartFx. there is no

installer,

> so i just added to my app the chartfx.lite.dll. but if i want to use

> chartfx, the following error pops up:

>

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

> 'SoftwareFX.ChartFX.Lite.Chart'

>

> i tried to add the license.licx to dir where my main application is, but

> still no success.

>

> could you please help me?

> sorry for my broken english, and thank you!

>

>

Link to comment
Share on other sites

I did as you suggested.  I did an add/remove from within vb and unchecked

ChartFX Com object as being included in the project I'm working on. Then

went to add/remove programs and removed it (there are two dll's that it asks

if you want to remove that are shared.. i didn't remove those). Rebooted my

machine, reinstalled. Again no errors on startup, but again, it tells me I

don't have a licenses when I go to drag it onto my windows form.

Do you have any more suggestions.

thanks

shannon

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

news:R8uVNGh3DHA.492@webserver1.softwarefx.com...

> The Chart FX DLL can only be licensed as part of a full executable (.EXE).

>

> Please contact Software FX for information on licensing Chart FX as part

of

> a DLL and not an EXE.

>

> --

> FP

> Software FX, Inc.

>

>

Link to comment
Share on other sites

I did as you suggested.  I did an add/remove from within vb and unchecked

ChartFX Com object as being included in the project I'm working on. Then

went to add/remove programs and removed it (there are two dll's that it asks

if you want to remove that are shared.. i didn't remove those). Rebooted my

machine, reinstalled. Again no errors on startup, but again, it tells me I

don't have a licenses when I go to drag it onto my windows form.

Do you have any more suggestions.

thanks

shannon

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

news:R8uVNGh3DHA.492@webserver1.softwarefx.com...

> The Chart FX DLL can only be licensed as part of a full executable (.EXE).

>

> Please contact Software FX for information on licensing Chart FX as part

of

> a DLL and not an EXE.

>

> --

> 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...