klane79

Members
  • Content count

    1
  • Joined

  • Last visited

About klane79

  • Rank
    Forum Newbie
  1. 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