|
POST
|
Well I am happy for you! If I have understand your question: see this sample http://help.arcgis.com/EN/webapi/javascript/arcgis/help/jssamples/map_dialog.html
... View more
11-13-2012
09:28 PM
|
0
|
0
|
2311
|
|
POST
|
you manage client-side or you create a soe for this function (in doc rest I don't see the parameter resultDimension for geometry intersect )
... View more
11-13-2012
09:22 PM
|
0
|
0
|
2009
|
|
POST
|
here you can see reference: http://help.arcgis.com/en/sdk/10.0/arcobjects_net/conceptualhelp/0001/000100000mt3000000.htm in my blog I have written on gn: http://nicogis.blogspot.it/2012/05/geometric-network.html here you can download model for your scope: http://support.esri.com/en/downloads/datamodel/
... View more
11-13-2012
04:53 AM
|
0
|
0
|
697
|
|
POST
|
Stefan, now ags 10.1 is pure http/https for connection. for administrator you can use rest api admin: http://resources.arcgis.com/en/help/server-admin-api/ see also http://resources.arcgis.com/en/help/main/10.1/0154/0154000005p3000000.htm In my blog I have added some samples with c#: http://nicogis.blogspot.it/2012/10/ags-101-restful-administrative-api.html if you need pure arcobjects (server side) you can develop soe (soap/rest): http://resources.arcgis.com/en/help/arcobjects-net/conceptualhelp/#/What_is_a_server_object_extension/0001000000zv000000/ migrate soe previous 10.1 to 10.1 http://resources.arcgis.com/en/help/arcobjects-net/conceptualhelp/0001/000100000p4s000000.htm if you need add/edit/delete feature you can use feature service. What do you need do?
... View more
11-13-2012
04:48 AM
|
0
|
0
|
663
|
|
POST
|
Update: now arcgis 10.1 sp1 supports windows 8 & windows server 2012 http://blogs.esri.com/esri/arcgis/2012/11/01/arcgis-10-1-and-windows-8/ but vs2012 isn't supported yet http://resources.arcgis.com/en/help/system-requirements/10.1/index.html#/ArcObjects_SDK_10_1/01510000006n000000/ I agree with Richard "... share your plans so that we can plan ..."
... View more
11-13-2012
04:36 AM
|
0
|
0
|
5555
|
|
POST
|
I don't use openlayer but you also try see here http://gis.stackexchange.com/questions/19233/openlayers-call-arcgis-wfs-no-feature-returned
... View more
11-12-2012
05:26 AM
|
0
|
0
|
1442
|
|
POST
|
I see error: Server Error - Object reference not set to an instance of an object when it's request image from mxd. Have you set in gp service the Result Map Service of MapServer ? Can you open request with support esri? it's difficult if I don't see model (settings, variable scratch ect.)
... View more
11-12-2012
05:09 AM
|
0
|
0
|
2311
|
|
POST
|
-is System/Publishing Tools in status:started? -have you enable ssl? -have you installed sp1?
... View more
11-11-2012
07:49 AM
|
0
|
0
|
1175
|
|
POST
|
http://resources.arcgis.com/en/help/arcobjects-net/componenthelp/index.html#//002500000nrr000000 see in my blog : http://www.nicogis.blogspot.it/2012/04/json-arcobjects.html
... View more
11-11-2012
07:35 AM
|
0
|
0
|
1510
|
|
POST
|
the documentation online is here http://resources.arcgis.com/en/help/server-admin-api/ I see same error in documentation online
... View more
11-09-2012
02:24 AM
|
0
|
0
|
683
|
|
POST
|
"..All COM coclasses are converted to managed classes. Managed classes have the same name as the original with Class appended. For example, the runtime-callable wrapper for the QueryFilter coclass is called QueryFilterClass. Dim pQueryFilter As IQueryFilter pQueryFilter = New QueryFilter The inherited interface of a class interface is not guaranteed to remain the same between versions of ArcGIS; therefore, it is recommended that you avoid using the previous syntax. All classes also have an interface with the same name as the coclass that corresponds to the default interface for the coclass. For example, the QueryFilterClass has a QueryFilter interface. The type library importer (tlbimp.exe) adds this interface so clients can register as event sinks. For more information, see the Class interfaces section ..." for details: http://help.arcgis.com/en/sdk/10.0/arcobjects_net/conceptualhelp/0001/000100000151000000.htm
... View more
11-08-2012
06:11 AM
|
0
|
0
|
1715
|
|
POST
|
The problem is that also if you only add supportedRuntime to 4.0 the add-in esri is compiled in 2.0 and it invokes a dll 4.0 in context 2.0. Add supportRuntime 4.0 is ok for config arcsoc.exe but also it's need that esri recompile his soe addin AGSMembershidProviderAddin for manage 4.0 (it invokes with Activator.CreateInstance your dll).
... View more
11-08-2012
03:13 AM
|
0
|
0
|
1890
|
|
POST
|
Excuse me I haven't cut in assembly before re-add in new gac assembly. However I have inserted in new gac C:\Windows\Microsoft.NET\assembly\GAC_MSIL and when I do the test I have this error: Could not create an instance of class 'CustomProvider.InMemoryMembershipProvider,CustomProvider,Version=1.0.0.0,Culture=Neutral,PublicKeyToken=mypublictoken'. Type not found in default assembly. Have you this problem? ESRI thinks do a soe target .net 2. By default, the runtime attempts to bind with the exact version of an assembly that the application was built with. This default behavior can be overridden by configuration file setting. see soe C:\Program Files\ArcGIS\Server\framework\lib\ext\AGSMembershidProviderAddin.soe (it's a zip file)
... View more
11-07-2012
10:11 PM
|
0
|
0
|
1890
|
|
POST
|
Richard, I have tried a fast test and I haven't problems compile in net 4, update in http://localhost:6080/arcgis/admin/s...tIdentityStore and add users/roles and assign roles to services. What are steps so I can simulate if I have same problem.
... View more
11-07-2012
10:29 AM
|
0
|
0
|
1890
|
|
POST
|
you try creates a log of the installation msiexec /I <path to ArcGIS for Server media or download folder>setup.msi /L*V C:\ArcGIS_Server.log
... View more
11-05-2012
08:15 AM
|
0
|
0
|
1198
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 06-20-2024 11:20 AM | |
| 1 | 05-25-2017 10:11 AM | |
| 1 | 06-20-2023 12:09 AM | |
| 1 | 10-14-2022 05:14 AM | |
| 1 | 06-14-2023 02:00 AM |
| Online Status |
Offline
|
| Date Last Visited |
05-18-2026
04:12 AM
|