Posted 04 January 2009 - 06:31 PM
I just recently started with the Free Fusion Charts and am very impressed. I spent the weekend building up a website with Visual Web Developer and the charts render fine locally, but when I sent it to my web server, I had a few issues. The first reason the page would not load was because the web.config authentification mode was set to "Windows". After some research, I learned that with nested web.config files (I have a web.config in root directory of server) cannot have any authentification, so I commented it out. The second issue/current issue, is similar to the above issue, I continue to recieve a Compile Error, centered around the "using DataConnection" and I'm pretty sure "using InfoSoftGlobal" would also produce an error. I have placed the FusionCharts.dll file in almost every folder in the project with no success. I have done a service restart and then a computer restart, still no luck. Is there any connection between the web.config file(s) and the namespace declarations? Please help.