TC Report post Posted February 19, 2010 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 Report post Posted February 21, 2010 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
TC Report post Posted February 22, 2010 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 Report post Posted February 23, 2010 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