1
vote
0answers
51 views

Getting started with development for ArcGIS Server

I'm currently working on upgrading a C# web service I wrote a couple of years ago built against ArcGIS Server to ArcGIS Server 10. The application in question does some basic spatial queries and ...
1
vote
0answers
83 views

ArcGIS Server - Polygon lines dimenstions

How to measure the lines of polygon . VB.NET + ArcGIS Server . I have ArcGIS Server 9.3 - WebADF - VB.NET
1
vote
1answer
82 views

Does Web ADF 10 work with ASP.net 4?

I already have an ASP.net application using VS 2010 and .NET framework version 4 and ArcGis Server 10, and i need to add just a page, have map and toolbar. When I try to add map control and run the ...
-1
votes
1answer
271 views

How to display coordinates under cursor in web map?

I'd like to be able to display the X/Y coordinates of the user's current mouse cursor location such as with this web map. I'm using the .NET Web ADF, C# and ArcGIS Server. Can anyone suggest any ...
0
votes
0answers
68 views

Bitness Issue with WebADF 10 deployment

I am in process of migrating a WebADF 931 app to 10 and facing some challenges with depoloyment on 64 bit Server (Windows Server 2008 R2). The website works fine when deployed to 32 bit server but ...
4
votes
1answer
516 views

Custom ArcGIS Server Web Service can't find Esri assemblies

I have ArcGIS Server 10 installed on a server, with Web ADF Runtime and Web Applications installed, and I have a custom web service that uses a couple of ESRI.ArcGIS assemblies deployed on that ...
0
votes
2answers
253 views

Why would programmatically setting the extent of a map on Page_PreRender be really slow?

We are using the ArcGIS 10 web adf with C# in a web application. We just recently upgraded everything from 9.3 to 10 and moved all the hosted stuff over to a new (more powerful) server. Still on the ...
4
votes
0answers
345 views

ArcGIS - find layer ID and name from a Identify query

I need to retrieve the layer ID of every layer returned by the IQueryFunctionality.Identify function (I am using ADF with .NET) Identify function spits out a DataTable array for layers which have ...
2
votes
1answer
253 views

arcgis server 10, vb.net add reference problems

i am using 'arcgis server 10' and 'visual web developer 2010 express'. now, i opened a 'web mapping application' then wanted to 'add a reference' to 'esri arcmap object library 10.0' it says: A ...
2
votes
3answers
780 views

WebADF 931 to 10 migration issues

I am in process of migating a web ADF 931 application to WEBADF 10. The application uses some samples from ESRI forum/samples. I am curious if there are versions of these files available within WebADF ...
2
votes
2answers
313 views

Is it possible to rearrange layers on the fly?

I'm involved in a project where one of the main features is that the users will have the ability to select wich layers will be available for him to view on the map, the layers then should be loaded ...
5
votes
2answers
303 views

Show loading icon with custom tool

I have a custom tool in vb.net for a web application, i'm using Asp.net, the class is in vb.net and the gis service is in Arcgis Server 9.3 sp1, the tool makes a selection of layers and takes a lot of ...
2
votes
2answers
526 views

Iterate through TOC elements in ArcGis Server 9.3

I'm developing website with a custom tool in ArcGis Server 9.3 using Visual Studio 2008 and the ADF components, the thing is that when I click on my custom tool it calls a class, this class needs to ...
4
votes
1answer
236 views

Select Parcels by Street Geometry

Hi I'm trying to select the parcels near a street with web adf for vb.net, does anyone know how to do that?, I have a Graphics resource in the map resources with the selected streets and I need to do ...
1
vote
1answer
318 views

How do I disable ArcGIS Server web adf calls when zooming with a mouse wheel?

When zooming using the mouse wheel on a web adf based map, every time the map wheel clicks, requests are sent to ArcGIS Server for maps etc. (as evident in Fiddler) Is there any way to harvest an ...