Jump to content
Software FX Community

Licensing Issue In ASP.NET with dynamically loaded assembliy


User (Legacy)

Recommended Posts

We have a .NET web app that uses reflection to load a class that uses a 

wrapper class we've written around chart generation.

ClassLoadedByName -- uses --> chartWrapper --> uses --> chartfx

ChartFx throws an exception on instantiation of the charting class, stating

that it can't load the runtime license.

We've installed the server version of ChartFx 6.2 on this server (and have

managed to get this code working with a .NET tester client that has a licx

file compiled into it). Could you please point me to something that clearly

defines how to set up licensing in the above scenario?

Thanks in advance for the help

post-2106-13922378187637_thumb.png

Link to comment
Share on other sites

Which Chart FX assembly are you using from your wrapper ? What is the full 

name of the class of the object you are trying to create (e.g.

ChartFX.Internet.Server.Chart) ?

Where is this wrapper used from ? Is it from an EXE build from you of is it

from a generic container (e.g. Internet Explorer).

--

Francisco Padron

www.chartfx.com

"thambric" <trevor_hambric@mapinfo.com> wrote in message

news:obo1adcqFHA.1992@webserver3.softwarefx.com...

> We have a .NET web app that uses reflection to load a class that uses a

> wrapper class we've written around chart generation.

>

> ClassLoadedByName -- uses --> chartWrapper --> uses --> chartfx

>

> ChartFx throws an exception on instantiation of the charting class,

> stating that it can't load the runtime license.

>

> We've installed the server version of ChartFx 6.2 on this server (and have

> managed to get this code working with a .NET tester client that has a licx

> file compiled into it). Could you please point me to something that

> clearly defines how to set up licensing in the above scenario?

>

> Thanks in advance for the help

>

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...