Jump to content
Software FX Community

Run Time License Issue with ChartFX Lite


User (Legacy)

Recommended Posts

Sorry about the re-post, but this one has my correct name and email.

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.

Gary Gumbiner

ggumbiner@yahoo.com

Link to comment
Share on other sites

Sorry about the re-post, but this one has my correct name and email.

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.

Gary Gumbiner

ggumbiner@yahoo.com

Link to comment
Share on other sites

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

"Gary G" <ggumbiner@yahoo.com> wrote in message

news:5E0JoRO0FHA.1764@webserver3.softwarefx.com...

> Sorry about the re-post, but this one has my correct name and email.

>

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

>

> Gary Gumbiner

> ggumbiner@yahoo.com

>

Link to comment
Share on other sites

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

"Gary G" <ggumbiner@yahoo.com> wrote in message

news:5E0JoRO0FHA.1764@webserver3.softwarefx.com...

> Sorry about the re-post, but this one has my correct name and email.

>

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

>

> Gary Gumbiner

> ggumbiner@yahoo.com

>

Link to comment
Share on other sites

Thank you for you timely response.

I have added the following line to a licenses.licx file in my project

SoftwareFX.ChartFX.Lite.Chart, ChartFX.Lite, Version=6.0.839.0,

Culture=neutral, PublicKeyToken=a1878e2052c08dce

(one line, no linefeed carrage return at the end.

I then rebuild the project and redeploy. Unfortunately, I get the same

message as before--cannot find runtime license.

The name of my project is AMP2005_Reporting;

Any ideas on how to proceed.

Thanks again.

"Software FX Support" <none@noreply.com> wrote in message

news:rKPVpbO0FHA.3776@webserver3.softwarefx.com...

> 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

> "Gary G" <ggumbiner@yahoo.com> wrote in message

> news:5E0JoRO0FHA.1764@webserver3.softwarefx.com...

>> Sorry about the re-post, but this one has my correct name and email.

>>

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

>>

>> Gary Gumbiner

>> ggumbiner@yahoo.com

>>

>

>

Link to comment
Share on other sites

Thank you for you timely response.

I have added the following line to a licenses.licx file in my project

SoftwareFX.ChartFX.Lite.Chart, ChartFX.Lite, Version=6.0.839.0,

Culture=neutral, PublicKeyToken=a1878e2052c08dce

(one line, no linefeed carrage return at the end.

I then rebuild the project and redeploy. Unfortunately, I get the same

message as before--cannot find runtime license.

The name of my project is AMP2005_Reporting;

Any ideas on how to proceed.

Thanks again.

"Software FX Support" <none@noreply.com> wrote in message

news:rKPVpbO0FHA.3776@webserver3.softwarefx.com...

> 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

> "Gary G" <ggumbiner@yahoo.com> wrote in message

> news:5E0JoRO0FHA.1764@webserver3.softwarefx.com...

>> Sorry about the re-post, but this one has my correct name and email.

>>

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

>>

>> Gary Gumbiner

>> ggumbiner@yahoo.com

>>

>

>

Link to comment
Share on other sites

A million aplologies; Your solution DOES work; I had inadvertantly excluded 

the licenses.licx file from the project.

Thanks again for your timely and very correct technical support.

Cheers.

"Gary G" <ggumbiner@yahoo.com> wrote in message

news:sqni$OP0FHA.3776@webserver3.softwarefx.com...

> Thank you for you timely response.

>

> I have added the following line to a licenses.licx file in my project

>

> SoftwareFX.ChartFX.Lite.Chart, ChartFX.Lite, Version=6.0.839.0,

> Culture=neutral, PublicKeyToken=a1878e2052c08dce

>

> (one line, no linefeed carrage return at the end.

>

> I then rebuild the project and redeploy. Unfortunately, I get the same

> message as before--cannot find runtime license.

>

> The name of my project is AMP2005_Reporting;

>

> Any ideas on how to proceed.

>

> Thanks again.

>

> "Software FX Support" <none@noreply.com> wrote in message

> news:rKPVpbO0FHA.3776@webserver3.softwarefx.com...

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

>> "Gary G" <ggumbiner@yahoo.com> wrote in message

>> news:5E0JoRO0FHA.1764@webserver3.softwarefx.com...

>>> Sorry about the re-post, but this one has my correct name and email.

>>>

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

>>>

>>> Gary Gumbiner

>>> ggumbiner@yahoo.com

>>>

>>

>>

>

>

Link to comment
Share on other sites

A million aplologies; Your solution DOES work; I had inadvertantly excluded 

the licenses.licx file from the project.

Thanks again for your timely and very correct technical support.

Cheers.

"Gary G" <ggumbiner@yahoo.com> wrote in message

news:sqni$OP0FHA.3776@webserver3.softwarefx.com...

> Thank you for you timely response.

>

> I have added the following line to a licenses.licx file in my project

>

> SoftwareFX.ChartFX.Lite.Chart, ChartFX.Lite, Version=6.0.839.0,

> Culture=neutral, PublicKeyToken=a1878e2052c08dce

>

> (one line, no linefeed carrage return at the end.

>

> I then rebuild the project and redeploy. Unfortunately, I get the same

> message as before--cannot find runtime license.

>

> The name of my project is AMP2005_Reporting;

>

> Any ideas on how to proceed.

>

> Thanks again.

>

> "Software FX Support" <none@noreply.com> wrote in message

> news:rKPVpbO0FHA.3776@webserver3.softwarefx.com...

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

>> "Gary G" <ggumbiner@yahoo.com> wrote in message

>> news:5E0JoRO0FHA.1764@webserver3.softwarefx.com...

>>> Sorry about the re-post, but this one has my correct name and email.

>>>

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

>>>

>>> Gary Gumbiner

>>> ggumbiner@yahoo.com

>>>

>>

>>

>

>

post-2107-13922387646291_thumb.gif

Link to comment
Share on other sites

  • 5 months later...

Gary,

I am also experiencing this same issue... How do you go about including it

in the project in order to solve the issue?

Thanks,

Robin

"Gary G" <ggumbiner@yahoo.com> wrote in message

news:9yOzgTP0FHA.1856@webserver3.softwarefx.com...

>A million aplologies; Your solution DOES work; I had inadvertantly excluded

>the licenses.licx file from the project.

>

> Thanks again for your timely and very correct technical support.

>

> Cheers.

>

>

> "Gary G" <ggumbiner@yahoo.com> wrote in message

> news:sqni$OP0FHA.3776@webserver3.softwarefx.com...

>> Thank you for you timely response.

>>

>> I have added the following line to a licenses.licx file in my project

>>

>> SoftwareFX.ChartFX.Lite.Chart, ChartFX.Lite, Version=6.0.839.0,

>> Culture=neutral, PublicKeyToken=a1878e2052c08dce

>>

>> (one line, no linefeed carrage return at the end.

>>

>> I then rebuild the project and redeploy. Unfortunately, I get the same

>> message as before--cannot find runtime license.

>>

>> The name of my project is AMP2005_Reporting;

>>

>> Any ideas on how to proceed.

>>

>> Thanks again.

>>

>> "Software FX Support" <none@noreply.com> wrote in message

>> news:rKPVpbO0FHA.3776@webserver3.softwarefx.com...

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

>>> "Gary G" <ggumbiner@yahoo.com> wrote in message

>>> news:5E0JoRO0FHA.1764@webserver3.softwarefx.com...

>>>> Sorry about the re-post, but this one has my correct name and email.

>>>>

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

>>>>

>>>> Gary Gumbiner

>>>> ggumbiner@yahoo.com

>>>>

>>>

>>>

>>

>>

>

>

Link to comment
Share on other sites

Gary,

I am also experiencing this same issue... How do you go about including it

in the project in order to solve the issue?

Thanks,

Robin

"Gary G" <ggumbiner@yahoo.com> wrote in message

news:9yOzgTP0FHA.1856@webserver3.softwarefx.com...

>A million aplologies; Your solution DOES work; I had inadvertantly excluded

>the licenses.licx file from the project.

>

> Thanks again for your timely and very correct technical support.

>

> Cheers.

>

>

> "Gary G" <ggumbiner@yahoo.com> wrote in message

> news:sqni$OP0FHA.3776@webserver3.softwarefx.com...

>> Thank you for you timely response.

>>

>> I have added the following line to a licenses.licx file in my project

>>

>> SoftwareFX.ChartFX.Lite.Chart, ChartFX.Lite, Version=6.0.839.0,

>> Culture=neutral, PublicKeyToken=a1878e2052c08dce

>>

>> (one line, no linefeed carrage return at the end.

>>

>> I then rebuild the project and redeploy. Unfortunately, I get the same

>> message as before--cannot find runtime license.

>>

>> The name of my project is AMP2005_Reporting;

>>

>> Any ideas on how to proceed.

>>

>> Thanks again.

>>

>> "Software FX Support" <none@noreply.com> wrote in message

>> news:rKPVpbO0FHA.3776@webserver3.softwarefx.com...

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

>>> "Gary G" <ggumbiner@yahoo.com> wrote in message

>>> news:5E0JoRO0FHA.1764@webserver3.softwarefx.com...

>>>> Sorry about the re-post, but this one has my correct name and email.

>>>>

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

>>>>

>>>> Gary Gumbiner

>>>> ggumbiner@yahoo.com

>>>>

>>>

>>>

>>

>>

>

>

post-2107-13922387647036_thumb.png

Link to comment
Share on other sites

Please disregard.. .I got this to work!

"Robin Finerfrock" <robin.finerfrock@ngiusa.com> wrote in message

news:2BkfrYdSGHA.3212@webserver3.softwarefx.com...

> Gary,

>

> I am also experiencing this same issue... How do you go about including it

> in the project in order to solve the issue?

> Thanks,

>

> Robin

> "Gary G" <ggumbiner@yahoo.com> wrote in message

> news:9yOzgTP0FHA.1856@webserver3.softwarefx.com...

>>A million aplologies; Your solution DOES work; I had inadvertantly

>>excluded the licenses.licx file from the project.

>>

>> Thanks again for your timely and very correct technical support.

>>

>> Cheers.

>>

>>

>> "Gary G" <ggumbiner@yahoo.com> wrote in message

>> news:sqni$OP0FHA.3776@webserver3.softwarefx.com...

>>> Thank you for you timely response.

>>>

>>> I have added the following line to a licenses.licx file in my project

>>>

>>> SoftwareFX.ChartFX.Lite.Chart, ChartFX.Lite, Version=6.0.839.0,

>>> Culture=neutral, PublicKeyToken=a1878e2052c08dce

>>>

>>> (one line, no linefeed carrage return at the end.

>>>

>>> I then rebuild the project and redeploy. Unfortunately, I get the same

>>> message as before--cannot find runtime license.

>>>

>>> The name of my project is AMP2005_Reporting;

>>>

>>> Any ideas on how to proceed.

>>>

>>> Thanks again.

>>>

>>> "Software FX Support" <none@noreply.com> wrote in message

>>> news:rKPVpbO0FHA.3776@webserver3.softwarefx.com...

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

>>>> "Gary G" <ggumbiner@yahoo.com> wrote in message

>>>> news:5E0JoRO0FHA.1764@webserver3.softwarefx.com...

>>>>> Sorry about the re-post, but this one has my correct name and email.

>>>>>

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

>>>>>

>>>>> Gary Gumbiner

>>>>> ggumbiner@yahoo.com

>>>>>

>>>>

>>>>

>>>

>>>

>>

>>

>

>

Link to comment
Share on other sites

Please disregard.. .I got this to work!

"Robin Finerfrock" <robin.finerfrock@ngiusa.com> wrote in message

news:2BkfrYdSGHA.3212@webserver3.softwarefx.com...

> Gary,

>

> I am also experiencing this same issue... How do you go about including it

> in the project in order to solve the issue?

> Thanks,

>

> Robin

> "Gary G" <ggumbiner@yahoo.com> wrote in message

> news:9yOzgTP0FHA.1856@webserver3.softwarefx.com...

>>A million aplologies; Your solution DOES work; I had inadvertantly

>>excluded the licenses.licx file from the project.

>>

>> Thanks again for your timely and very correct technical support.

>>

>> Cheers.

>>

>>

>> "Gary G" <ggumbiner@yahoo.com> wrote in message

>> news:sqni$OP0FHA.3776@webserver3.softwarefx.com...

>>> Thank you for you timely response.

>>>

>>> I have added the following line to a licenses.licx file in my project

>>>

>>> SoftwareFX.ChartFX.Lite.Chart, ChartFX.Lite, Version=6.0.839.0,

>>> Culture=neutral, PublicKeyToken=a1878e2052c08dce

>>>

>>> (one line, no linefeed carrage return at the end.

>>>

>>> I then rebuild the project and redeploy. Unfortunately, I get the same

>>> message as before--cannot find runtime license.

>>>

>>> The name of my project is AMP2005_Reporting;

>>>

>>> Any ideas on how to proceed.

>>>

>>> Thanks again.

>>>

>>> "Software FX Support" <none@noreply.com> wrote in message

>>> news:rKPVpbO0FHA.3776@webserver3.softwarefx.com...

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

>>>> "Gary G" <ggumbiner@yahoo.com> wrote in message

>>>> news:5E0JoRO0FHA.1764@webserver3.softwarefx.com...

>>>>> Sorry about the re-post, but this one has my correct name and email.

>>>>>

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

>>>>>

>>>>> Gary Gumbiner

>>>>> ggumbiner@yahoo.com

>>>>>

>>>>

>>>>

>>>

>>>

>>

>>

>

>

Link to comment
Share on other sites

  • 11 months later...

I have a project that uses ChartFx.Lite and have had no problems compiling and using it, UNTIL I installed Vista ultimate.

I compile and am getting this error now 

 Error 2 Exception occurred creating type 'SoftwareFX.ChartFX.Lite.Chart, ChartFX.Lite, Version=6.0.839.0, Culture=neutral, PublicKeyToken=a1878e2052c08dce' System.ComponentModel.LicenseException: Couldn't get Design Time license for 'SoftwareFX.ChartFX.Lite.Chart' D:\Stock Investor\PortfolioControls\PortfolioControls\licenses.licx 1 PortfolioControls

I am running Vs 2005 service pack 1 with vista compatiblity patch.  I tried turning off User access control, uninstalling and reinstalling chartfx lite and recompiling and still no luck.  Any ideas?

 

Link to comment
Share on other sites

  • 1 month later...

Is is 64-Bit vista? If so, there may be a problem with the installer.

I'm trying to compile on 64-bit vista and I get the same error that others have described on this thread. However, I am targeting a 32-bit environment (x86 platform build configuration instead of the default of "Any CPU").  The license.licx file has the correct line and my problem persist.  What kind of problem might there be with the installer?
 

Any and all ideas are welcomed...

 

Link to comment
Share on other sites

  • 4 months later...

I have this same problem.  I have a customer who has an application that includes a chart.  I dont want to modify the chart, but I need to change one of the visual basic scripts.  I have Visual Studio 2005 Standard Edition.  I am wondering if it does not work because I am using a newer version of Visual Studio.  I get the error

"Couldn't get Design Time license for 'SoftwareFX.ChartFX.Lite.Chart' "

at SoftwareFX.ChartFX.Lite.Base.12.I3(LicenseContext 1I2, Type 1I3, Object 1I4, Boolean 1I5, LicenseProvider 1I6)

at SoftwareFX.ChartFX.Lite.Base.RegistryLicenseProvider.GetLicense(LicenseContext context, Type type, Object instance, Boolean allowExceptions)

at System.ComponentModel.LicenseManager.ValidateInternalRecursive(LicenseContext context, Type type, Object instance, Boolean allowExceptions, License& license, String& licenseKey)

at System.ComponentModel.LicenseManager.ValidateInternal(Type type, Object instance, Boolean allowExceptions, License& license)

at System.ComponentModel.LicenseManager.Validate(Type type, Object instance)

at SoftwareFX.ChartFX.Lite.Chart..ctor()

my licenses.licx file includes the information..... SoftwareFX.ChartFX.Lite.Chart, ChartFX.Lite, Version=6.0.839.0, Culture=neutral, PublicKeyToken=a1878e2052c08dce

double clicking on this error takes me to this file.  What other setup information might cause this error.  Is the directory naming related.  I dont have it stored in the same directory name on my machine as the original user machine.

 Thanks in advance for any help.

Best Regards,

Michael

 

Link to comment
Share on other sites

The original programmer programed the project in 2004.  He is not available, so I do not know what software he used to create the project.  He installed it onto the Windows 2000 machine and this is where is has been for the last 3 years.  The customer asked me to make a change to the project.  The change is related to the visual basic scripting only and not to do with the chart.

I copied the files to my computer to make the changes as there is not any editor on the runtime machine.  The files copied fine, and I can run the project on my machine without any issues.  When I open the project to edit it is when I get the license error related to the chartfx portion.  I cannot insert my changes and save the project until the chart error is resolved.

 I can send you the project files if you wish to try on your computer.

Thanks, Mike

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...