|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 4/2/2008 2:07:28 PM
Posts: 3,
Visits: 14
|
|
| Here is the problem I keep getting: Name 'FusionCharts' is not declared. I have the following in my code. < script language="javascript" src="../FusionCharts/FusionCharts.js"></script>Then in the VB part I have: Imports InfoSoftGlobal'---other code in here---- Public Function CreateChart() As String'---other code in here ---- Return FusionCharts.RenderChart("../FusionCharts/MSLine.swf", "", strXML, "ControlGraph", "740", "300", False, False) I have a Bin folder and FusionCharts.dll is in the folder. It works on the localhost but not on the web. Any thoughts are much appreciated.
|
|
|
|
|
Supreme Being
      
Group: Forum Members
Last Login: Today @ 8:30:13 AM
Posts: 92,
Visits: 711
|
|
Hi Mlafentres, Please be sure that FusionCharts.dll file is in proper place within bin folder on web server. Could you give me the directory listing of your web server? Be sure that web server is using asp.net 2.0 framework
Thanks, Arindam FusionCharts Team www.fusioncharts.com
|
|
|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 4/2/2008 2:07:28 PM
Posts: 3,
Visits: 14
|
|
| Thank you for your response. I do have a Bin folder and FusionCharts.dll in that Bin folder. Hopefully it is in the right spot. 
The webserver is indeed running asp.net 2.0.
|
|
|
|
|
Supreme Being
      
Group: Moderators
Last Login: Today @ 1:21:47 AM
Posts: 675,
Visits: 1,079
|
|
| Hi, Could you please check whether the server's and ASP.NET's Security Policy and configuration is preventing the access to the DLL file?
Regards,
Sudipto Choudhury FusionCharts Team
|
|
|
|