Kelvin007 Report post Posted November 29, 2012 Hi Gentle Persons. I have a major problem as identified by the error messages above. I am not an experienced ASP developer but have been working on this project with some succes for some time and all has been going swimmingly. I was tidying up the app ready for a data show in the immediate future and the whole thing has fallen over. I am getting the message "Compiler Error Message: CS0103:" when I view in browser. This has just occured. I was deleting some unwanted pages that had been excuded from the project for a week or so and this has just popped up. I get in my code behind the underlining of the following line with the red squiggly line under the ChartXML fragment, which of course means that the code cannot find the ChartXml.cs`file even though it is installed in the App_Code directory. String strXMLData = ChartXml.csSingleSeriesData(strSQL, "{0:MMM yyyy}", "DateTime"); The namespace is coded thus. usingSystem; using System.Data; using System.Data.SqlClient; using System.Configuration; using System.Collections.Generic; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; using System.Text; using System.Web.Security; using InfoSoftGlobal; Sorry wont wrap properly. I don't know what I have done wrong and am in a mild state of panic. Please help as am thouroghly confused. Kind Regards Kelvin Share this post Link to post Share on other sites
Guest Sumedh Report post Posted November 30, 2012 Hi Kelvin, A warm welcome to FusionCharts Forum! Can you please attach your sample project here? It would be helpful to look into it. Share this post Link to post Share on other sites
Kelvin007 Report post Posted December 4, 2012 Have solved problem. A file had been moved when I droped my mouse took me ages to spot the difference. Cheers. Hi Kelvin, A warm welcome to FusionCharts Forum! Can you please attach your sample project here? It would be helpful to look into it. Share this post Link to post Share on other sites
Guest Sumedh Report post Posted December 4, 2012 Hi Kelvin, Its glad to know that you have managed to resolve your issue. Share this post Link to post Share on other sites
Kelvin007 Report post Posted December 4, 2012 Thank you for your concern. Hi Kelvin, Its glad to know that you have managed to resolve your issue. Share this post Link to post Share on other sites