Guest Basundhara Ghosal

How do I expose the class, within FusionCharts_Gen.asp?

Recommended Posts

At the top of my codebehind, I have:

 

Dim FC As New FusionCharts

 

 

 

FusionCharts is underlined, saying it's undefined.

 

I have FusionCharts_Gen.asp in my App_Code folder....so why isn't my application seeing the FusionCharts class?

Share this post


Link to post
Share on other sites
Guest Basundhara Ghosal

Hi,

Could you please try including the Fusioncharts.dll file in your application?

Hope this helps. :)

Share this post


Link to post
Share on other sites

It already is.

 

Within my Codebehind, if I perform:

 

 

 

Dim FC as new fusionCharts

 

 

 

I should be able to perform:

 

call FC.SetChartType("pie3d") and call FC.SetSize, also, yes?

Share this post


Link to post
Share on other sites
Guest Basundhara Ghosal

Hi,

 

FusionCharts.asp and FusionCharts_Gen.asp are designed for Classic ASP and not ASP.NET.

 

Hence, they are likely to be unusable in ASP.NET.

Hope this helps.

 

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