Teechart.dll build issue in TeeChartNET2015SRC_4.1.2015.12160.exe

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
sysadmin pune
Newbie
Newbie
Posts: 5
Joined: Tue Jan 27, 2015 12:00 am

Teechart.dll build issue in TeeChartNET2015SRC_4.1.2015.12160.exe

Post by sysadmin pune » Fri Jul 28, 2023 12:14 pm

Hi,

Currently, we are using TeeChartNET2015SRC_4.1.2015.12160.exe

And using this link to download it - https://www.steema.com/ma_archive

We are getting the following errors when we tried to build the library (TeeChart46) source code in x86,
snip01.png
snip01.png (173.66 KiB) Viewed 10990 times
Where the function navigator.Select() is not closed with the correct string and punctuation.

Please let us know the correct line or things that need to be done.

Note: We haven't touched any source code. We are facing this issue while compiling the original code (we opened this sln "TeeChart46.sln")

Thanks,

Christopher
Guru
Posts: 1603
Joined: Fri Nov 15, 2002 12:00 am

Re: Teechart.dll build issue in TeeChartNET2015SRC_4.1.2015.12160.exe

Post by Christopher » Mon Jul 31, 2023 9:37 am

Hello,
sysadmin pune wrote:
Fri Jul 28, 2023 12:14 pm
Please let us know the correct line or things that need to be done.
The missing line is:
XPathNodeIterator nodes = navigator.Select("//g21:Placemark | //g22:Placemark", manager);
Best Regards,
Christopher Ireland / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Instructions - How to post in this forum

Post Reply