Page 1 of 1

TChartWeb + ATLAS problem

Posted: Thu Aug 17, 2006 10:57 pm
by 9090438
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

Posted: Fri Aug 18, 2006 12:21 pm
by Chris
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?