Hi, I am seeing this message, even though I tried the latest DLL files in the bin, and pointed the path to the js script. I just download the latest free version of fusionChart, and used it with VS Express 2010. Please advice.
Server Error in '/' Application.
--------------------------------------------------------------------------------
Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: BC30451: Name 'FusionCharts' is not declared.
Source Error:
Line 38:
Line 39: 'Create the chart - Pie 3D Chart with data from strXML
Line 40: Return FusionCharts.RenderChart("FusionCharts/FCF_Pie3D.swf", "", strXML, "Sales", "600", "350", False, False)
Line 41: End Function
Line 42: End Class
Source File: E:InetpubwwwrootlalalavbnetFormBasedChart.aspx.vb Line: 40
Show Detailed Compiler Output:
c:windowssystem32inetsrv> "C:WINDOWSMicrosoft.NETFrameworkv2.0.50727vbc.exe" /t:library /utf8output /R:"C:WINDOWSassemblyGAC_MSILSystem2.0.0.0__b77a5c561934e089System.dll" /R:"C:WINDOWSassemblyGAC_32System.Data2.0.0.0__b77a5c561934e089System.Data.dll" /R:"C:WINDOWSassemblyGAC_32System.Web2.0.0.0__b03f5f7f11d50a3aSystem.Web.dll" /R:"C:WINDOWSassemblyGAC_MSILSystem.ServiceModel.Web3.5.0.0__31bf3856ad364e35System.ServiceModel.Web.dll" /R:"C:WINDOWSassemblyGAC_MSILSystem.Xml2.0.0.0__b77a5c561934e089System.Xml.dll" /R:"C:WINDOWSassemblyGAC_MSILSystem.Runtime.Serialization3.0.0.0__b77a5c561934e089System.Runtime.Serialization.dll" /R:"C:WINDOWSassemblyGAC_MSILSystem.Configuration2.0.0.0__b03f5f7f11d50a3aSystem.Configuration.dll" /R:"C:WINDOWSassemblyGAC_MSILSystem.IdentityModel3.0.0.0__b77a5c561934e089System.IdentityModel.dll" /R:"C:WINDOWSassemblyGAC_MSILSystem.Drawing2.0.0.0__b03f5f7f11d50a3aSystem.Drawing.dll" /R:"C:WINDOWSassemblyGAC_MSILSystem.Web.Mobile2.0.0.0__b03f5f7f11d50a3aSystem.Web.Mobile.dll" /R:"C:WINDOWSassemblyGAC_MSILSystem.ServiceModel3.0.0.0__b77a5c561934e089System.ServiceModel.dll" /R:"C:WINDOWSassemblyGAC_MSILSystem.Web.Services2.0.0.0__b03f5f7f11d50a3aSystem.Web.Services.dll" /R:"C:WINDOWSassemblyGAC_MSILSystem.WorkflowServices3.5.0.0__31bf3856ad364e35System.WorkflowServices.dll" /R:"C:WINDOWSassemblyGAC_32System.EnterpriseServices2.0.0.0__b03f5f7f11d50a3aSystem.EnterpriseServices.dll" /out:"C:WINDOWSMicrosoft.NETFrameworkv2.0.50727Temporary ASP.NET Filesrootb41713c5e4719727App_Web_reqll2j0.dll" /debug- /win32resource:"C:WINDOWSMicrosoft.NETFrameworkv2.0.50727Temporary ASP.NET Filesrootb41713c5e4719727reqll2j0.res" /define:_MYTYPE="Web" /imports:Microsoft.VisualBasic,System,System.Collections,System.Collections.Specialized,System.Configuration,System.Text,
System.Text.RegularExpressions,System.Web,System.Web.Caching,System.Web.SessionState,System.Web.Security,System.Web.Profile,
System.Web.UI,System.Web.UI.WebControls,System.Web.UI.WebControls.WebParts,System.Web.UI.HtmlControls "C:WINDOWSMicrosoft.NETFrameworkv2.0.50727Temporary ASP.NET Filesrootb41713c5e4719727App_Web_reqll2j0.0.vb" "C:WINDOWSMicrosoft.NETFrameworkv2.0.50727Temporary ASP.NET Filesrootb41713c5e4719727App_Web_reqll2j0.1.vb" "C:WINDOWSMicrosoft.NETFrameworkv2.0.50727Temporary ASP.NET Filesrootb41713c5e4719727App_Web_reqll2j0.2.vb"
Microsoft ® Visual Basic Compiler version 8.0.50727.3053
for Microsoft ® .NET Framework version 2.0.50727.3603
Copyright © Microsoft Corporation. All rights reserved.
E:InetpubwwwrootlalalavbnetFormBasedChart.aspx.vb(1) : warning BC40056: Namespace or type specified in the Imports 'InfoSoftGlobal' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases.
Imports InfoSoftGlobal
~~~~~~~~~~~~~~
E:InetpubwwwrootlalalavbnetFormBasedChart.aspx.vb(40) : error BC30451: Name 'FusionCharts' is not declared.
Return FusionCharts.RenderChart("FusionCharts/FCF_Pie3D.swf", "", strXML, "Sales", "600", "350", False, False)
~~~~~~~~~~~~
Page 1 of 1
Server Error in '/' Application.
Other Replies To This Topic
#2
Posted 02 June 2010 - 10:19 AM
Hi, some updates. I try it on my local machine, and the thing works, but when I put it in the web server, it flag me the error. May I know the reason and work around? I thought FusionCharts is client side only.
Other Replies To This Topic
Page 1 of 1

Back to top
MultiQuote