hi there,
this is my first time using fusionmaps so maybe i'm missing something basic.
I'm using the dataxml method and have done with fusioncharts with no real problems. however, i'm basically copying your example for FusionMaps with ASP.NET (C#) Using dataXML Method from the fusionmaps documentation pages and it is giving the following error: "The type or namespace name 'InfoSoftGlobal' could not be found (are you missing a using directive or an assembly reference?)"
i'm referencing the .js file and call the map in my .aspx page:
script language="Javascript" type ="text/javascript" src="Maps/FusionMaps.js" /script
/head
body
div
form id='form1' method='post' runat="server"
<% //Generate World Map in the Literal Control WorldPopulationMap%>
asp:Literal ID="WorldPopulationMap" runat="server" /
/form
/div
/body
and i also call the InfoSoftGlobal as described on your site in the .aspx.cx file:
"using InfoSoftGlobal;"
any help you could provide would be much appreciated
thanks
Page 1 of 1
"using InfoSoftGlobal" method not working DataXml method not calling InfoSoftGlobal in FusionMaps.js
Other Replies To This Topic
#2
Posted 21 April 2010 - 03:49 AM
Hi,
Welcome to FusionCharts forum. ![]()
Please try including the Fusioncharts.dll file in your application for the same.
Please refer to the folder that we are sending you as an attachment for the dll file.
Hope this helps.
Attached File(s)
-
bin.zip (6.02K)
Number of downloads: 66
Other Replies To This Topic
Page 1 of 1

Back to top
MultiQuote