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?
Page 1 of 1
How do I expose the class, within FusionCharts_Gen.asp? asp.net 2.0, vb.net
Other Replies To This Topic
#2
Posted 21 February 2010 - 11:15 PM
Hi,
Could you please try including the Fusioncharts.dll file in your application?
Hope this helps.
Other Replies To This Topic
#3
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?
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?
Other Replies To This Topic
#4
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.
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.
Other Replies To This Topic
Page 1 of 1


Back to top
MultiQuote