FusionCharts Forum: How do I expose the class, within FusionCharts_Gen.asp? - FusionCharts Forum

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

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

#1 User is offline   TC 

  • Junior Member
  • PipPip
  • Group: Members
  • Posts: 21
  • Joined: 18-February 10

Posted 19 February 2010 - 11:08 AM

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?
0

Other Replies To This Topic

#2 User is offline   Basundhara Ghosal 

  • Supreme Being
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2459
  • Joined: 15-September 09

Posted 21 February 2010 - 11:15 PM

Hi,

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

Hope this helps. :)

Regards,

Basundhara Ghosal

Follow us on Twitter :D
0

Other Replies To This Topic

#3 User is offline   TC 

  • Junior Member
  • PipPip
  • Group: Members
  • Posts: 21
  • Joined: 18-February 10

Posted 22 February 2010 - 09:57 AM

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?
0

Other Replies To This Topic

#4 User is offline   Basundhara Ghosal 

  • Supreme Being
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2459
  • Joined: 15-September 09

Posted 23 February 2010 - 03:36 AM

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.


Regards,

Basundhara Ghosal

Follow us on Twitter :D
0

Other Replies To This Topic

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic