Kelvin007

Fusion Charts Application In C# Error Message: Cs0103:

Recommended Posts

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

Hi Kelvin,

 

A warm welcome to FusionCharts Forum! smile.gif

 

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

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! smile.gif

 

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now