Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeDevelopment and...Development and...Building ExtensionsBuilding ExtensionsModulesModulesESRI ArcGIS ADF Web Controls and DNN 5.4.4ESRI ArcGIS ADF Web Controls and DNN 5.4.4
Previous
 
Next
New Post
8/6/2010 3:45 PM
 
I am working on a new module for our website and hope that someone has some insight on the issue i am running into. 

I am trying to create a simple Map that is just holding the ESRI webcontrol Map and MapResourceManager with a MapResourceItem that is pointing to an ArcIMS server.  If I create an ASP.NET WebSite and just drop those two items onto default.aspx and configure them without any code behind it works, I see the map as expected.  When I create a new DNN module (c#) and page the same code (see below) I get nothing but a blank Map1.  Any help would be greatly appriciated.

-Chris

---- Default.ASPX Code ------

<div>
  <esri:MapResourceManager
       ID="MapResourceManager1" runat="server">
      <ResourceItems>   
         <esri:MapResourceItem
            Definition="&lt;Definition DataSourceDefinition=&quot;$IP_OF_IMS_SERVER$@5300&quot; DataSourceType=&quot;ArcIMS&quot; Identity=&quot;&quot; ResourceDefinition=&quot;$IMS_RESOURCE_NAME$&quot; /&gt;" 
          
        DisplaySettings="visible=True:transparency=0:mime=True:imgFormat=PNG8:height=100:width=100:dpi=96:color=:transbg=False:displayInToc=True:dynamicTiling="
          LayerDefinitions=""
          Name="MapResourceItem0" />
      </ResourceItems>
 </esri:MapResourceManager>

<esri:Map
   ID="Map1"
   runat="server"
   Height="526px"
   MapResourceManager="MapResourceManager1"
   Width="683px">
</esri:Map>
</div>
-----------
 
Previous
 
Next
HomeHomeDevelopment and...Development and...Building ExtensionsBuilding ExtensionsModulesModulesESRI ArcGIS ADF Web Controls and DNN 5.4.4ESRI ArcGIS ADF Web Controls and DNN 5.4.4


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out