TChartWeb + ATLAS problem

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
dw
Newbie
Newbie
Posts: 1
Joined: Fri Feb 24, 2006 12:00 am

TChartWeb + ATLAS problem

Post by dw » Thu Aug 17, 2006 10:57 pm

Hi,

I've created a basic website using the AJAX based "ATLAS control toolbox" ( http://atlas.asp.net/Default.aspx?tabid=47 ) running on II6.0 and .NET 2.0. This involves making some changes to web.config as described at the bottom of this page - http://atlas.asp.net/docs/overview/install.aspx , and an explanation of the library can be found here - http://atlas.asp.net/docs/Overview/Atla ... rview.aspx

The problem I've got is once I change web.config for ATLAS support, the WebChart wont work. When you navigate to the page containing WebChart a NullReferenceException is thrown and the WebChart markup is highlighted.

The issue occurs on any WebForm which contains a WebChart, even if there are no ATLAS components on the page.

Has anyone else experianced this problem, any known work arounds?

Dave

Christopher
Site Admin
Site Admin
Posts: 1349
Joined: Thu Jan 01, 1970 12:00 am
Location: Riudellots de la Selva, Catalonia
Contact:

Post by Christopher » Fri Aug 18, 2006 12:21 pm

Hello,

Rather than changing the config file, I created a new ASP.NET 'Atlas' Web Site, added a WebChart to the Default webform and then the GetChart webform as usual. Everything worked fine. Can you please confirm that this works at your end?
Thank you!

Christopher Ireland (Steema crew)
Please be aware of the newsgroup archives:
http://www.teechart.net/support/search.php
http://groups.google.com
http://codenewsfast.com/

Post Reply