Sign in to follow this  
klane79

"using InfoSoftGlobal" method not working

Recommended Posts

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

Share this post


Link to post
Share on other sites
Guest Basundhara Ghosal

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.

bin.zip

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this