Dll requires plugin version?

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
Robie
Newbie
Newbie
Posts: 2
Joined: Wed May 23, 2007 12:00 am
Location: UK

Dll requires plugin version?

Post by Robie » Thu May 21, 2009 9:24 am

Hi
I have a dll which is an extension (using COM) to ESRI ArcMap, it does not expose any of the API to ArcMap it just takes information from it and displays the results.

The user has access to modifing the axes via the Chart Editor, does this require the plugin version to use this functionallity?

I get a license error when the chart is displayed, despite the .licx file being present in the project.

Version: 3.5.3371.26405

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Thu May 21, 2009 10:16 am

Hi Robie,

Here you'll find complete information on how the plugin license works. Having said that, if your application loads the assembly using Assembly.Load then the plugin license model will work fine for you. Otherwise, you'll need to build your application including licenses.licx information. Depending on the nature to enable reusable designtime acces of your application Steema could also provide and unlocked TeeChart assembly.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Robie
Newbie
Newbie
Posts: 2
Joined: Wed May 23, 2007 12:00 am
Location: UK

Post by Robie » Thu May 21, 2009 11:13 am

Hi Narcís

I had read this when searching the forums and did not fully uderstand it, I'm working in VB .net. After reading it a few times I figured what was going on and realise that what I was doing does not require plugin model.
I did put in the bit on the form New() to create a temp TChart object.

'discardable Chart forces License check
Dim tc As Steema.TeeChart.TChart = New Steema.TeeChart.TChart
tc = Nothing

This seems to have fixed the license error.

Many Thanks
R

Post Reply