Using TeeChart with a DLL file

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
Haianh
Newbie
Newbie
Posts: 11
Joined: Wed Sep 17, 2008 12:00 am

Using TeeChart with a DLL file

Post by Haianh » Wed Feb 03, 2010 6:25 am

I have compiled TeeChart with license in to a dll library file and used it in another application on another PC (non-license) so when I'm running this application the error appeared as follow:

Code: Select all

System.Windows.Markup.XamlParseException occurred
  Message="Cannot create instance of 'TChart' defined in assembly 'TeeChart.WPF, Version=3.5.3146.24805, Culture=neutral, PublicKeyToken=98e8c3f289a4e286'. Exception has been thrown by the target of an invocation.  Error at object 'System.Windows.Controls.Grid' in markup file 'ChartControlLib;component/chartcontrol.xaml' Line 7 Position 10."
  Source="PresentationFramework"
  LineNumber=7
  LinePosition=10
I'm using Teechart V3 .NET (TeeChart.WPF.dll - WPF support), Can anyone helps me to solve this problem?

Thanks and best regards,
Binh Duong

Yeray
Site Admin
Site Admin
Posts: 9534
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: Using TeeChart with a DLL file

Post by Yeray » Wed Feb 17, 2010 11:00 am

Hi Binh Duong,

Excuse us for the delayed reply.

I think you should be able to do something similar as what was explained here.

I've also sent to your email the TeeChart for .NET v3 unlocked dll.
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Post Reply