AndyButler Report post Posted February 22, 2012 (edited) Hi, I bought the personal addition for a demo we were doing and i got things working on our development machine no problem (64bit windows 8 visual studio 2005.) But when i try and rollout to the web server for the demo it doesnt work it says the javascript can't be found message undefined . Am i doing something wrong the web server is 2008 64bit iis 8 ? The page just says chart. on it i have the path to javascript set up correct.<SCRIPT type="text/javascript" src="../FusionCharts/FusionCharts.js"></SCRIPT> Please help thanks Andy Edited February 22, 2012 by AndyButler Share this post Link to post Share on other sites
Guest Sumedh Report post Posted March 16, 2012 Hi, Any of these listed reasons can cause this error to occur: > You have not set correct path of FusionCharts.js in your code > The page contains JavaScript error > If you are setting the data as XML/JSON String, you might be including new-line characters in the XML/JSON string. New line characters in XML/JSON string cause JavaScript error. Share this post Link to post Share on other sites