Steema Issues Database

Note: This database is for bugs and wishes only. For technical support help, if you are a customer please visit our online forums;
otherwise you can use StackOverflow.
Before using this bug-tracker we recommend a look at this document, Steema Bug Fixing Policy.



Bug 1189

Summary: Dataset samples in TeeChartForNET sample
Product: .NET TeeChart Reporter: Shinobu Nagai <nagai>
Component: Examples DemosAssignee: Steema Issue Manager <issuemanager>
Status: CONFIRMED ---    
Severity: enhancement CC: sandra
Priority: ---    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows   
Chart Series: --- Delphi / C++ Builder RAD IDE Version:

Description Shinobu Nagai 2015-04-05 21:50:07 EDT
Hello,

Path of TeeChart.mdb seems to be incorrect, so if the TeeChartForNET sample is opened as Website, run it on ASP.NET development server and the Dataset samples in the Dataset folders are selected, errors occur.

It's been like this for a long time, so it should be changed for users convenience.

The path is set as follows.
Ex. for VS2013:
string myConnString = @"Driver={Microsoft Access Driver (*.mdb)};Dbq=C:\Program Files\Steema Software\Steema TeeChart for .NET 2015 4.1.2015.03110\net451\x86\Sample data\TeeChart.mdb;Uid=Admin;Pwd=;";