views:

475

answers:

7

Where do you have the most success getting your ArcGIS development questions answered?

ESRI forums? Stack Overflow? Google? Mailing lists? Blog posts? ESRI documentation?

I can usually get answers to my ASP.NET/Oracle/JavaScript/C# questions in short order, but questions about ESRI products and APIs are a different matter. Posts founder in the forums, Google returns void, etc.

I'm sure this is not uncommon for niche commercial products, but frustrating nevertheless. What works for you? Please share.

+5  A: 

This is an irritating issue with ESRI ArcObjects's.

The best place is here:

http://edn.esri.com/index.cfm?fa=forums.gateway

Its the only real active place about ESRI ArcObjects.

Otherwise, if your using VC++/C#/VB.net, then use the included help (F1). But other than that there isn't much else. There isn't any sort of non-esri Arc community(except a chinese newsgroup). Also StackOverflow is pretty good :)

Aside from these the best and most common place i look is google, if you don't understand how something works or if you think your using it wrong.

E.g. If you have problems using ISaveAs(just an example). Google ISaveAs, look at other peoples code. If its an extremely specific/obscure ArcObject, then you won't find much help.

What API are you using?If its C++/COM then i suggest you rephrase the question and post it in their .net forums. To them C++ has been dead for years.

What exactly are you looking for help wise?

UberJumper
That's what I was afraid of! I had hoped there was some community outside the ESRI forums that I didn't know about.We're kicking off a new project using the various ArcGIS Server APIs: REST, SOAP, and ArcObjects for C#/.NET (in order of preference). No particular questions at the moment, just trying to figure out where to look when they inevitably arise.Thanks for your thoughtful response.
nw
Thats fine. You will probably actually be not that badily off, since ESRI's EDN is fairly well documented by comparision to their C++/C library :)If you have questions post them here and hopefully i will try and answer them. ArcObjects is a scary world. Also i would suggest renting a consultant from ESRI for a little bit. They are extremely knowledgeable, and will tell you if your deviating in the wrong way :)
UberJumper
+2  A: 

Well, both EDN and user forums are really the best source of information. Yet, I must say, which is not much pleasure. For new APIs built upon ArcGIS Server, it feels better on resources.esri.com - at least there are many samples, and there's also community part (that rocks). Things are going better, I guess.

Do you have some contacts inside ESRI? For me, as an employee of local ESRI distributor, there is always possibility to write an e-mail to ESRI support, and from time to time I can really get back some valuable information. Unfortunately, this is time consuming.

As uberjumper has noted, most valuable are ESRI people themselves. During our user conference we always try to get as much information as possible from our visitors from ESRI, because - at least - you can get contact to person who can help you with particular problem, if the visitors doesn't know. And also, there are many people over the world who solve (or solved in the past) similar problems like you, StackOverflow perhaps becomes more and more important. :-)

dond
+3  A: 

While still lacking on the more obscure functions, their documentation for the 9.3 line of products is much more better than previous versions, including for the SDK.

You can check it out online here.

maayank
+3  A: 

You will not get any answers from the ESRI forum so do not rely on that source of information for help. All you have when you dive into the world of ArcObjects and COM interop is the documentation, which in itself is good. Problem is some of their samples need updating.

If you are doing ArcGIS Server, then you can escape ArcObjects as their Silvelight/WPF API is written in C# and seems to have a cleaner API than ArcGIS Engine. Also, with their Silvelight/WPF API, you get modern looking controls. ArcGIS Engine controls look old by today's standard and they have no roadmap to change this in the near future. I discovered this the hard way.

I would recommend you also look at ThinkGeo. For a relatively new comer into the game of GIS, they have a good product as well as good support and an active forum.

Klaus
+4  A: 

I'm always frustrated by the ESRI forums. Search is poor, and there is a ton of duplicate information. I can't ever get an answer to really hard questions. I'm going to start posting ESRI and ArcObjects related questions and answers here in hope that it will become a go-to resource.

Keith G
+6  A: 

I'm frustrated with the ESRI forums too. If you want a better home for these kinds of questions, commit to the GIS StackExchange proposal. It will be a stackoverflow type site, but for all sorts of GIS questions.

Robert Claypool
A: 

There is also reasonably active discussion [Arc topics welcomed] on CartoTalk forum.

radek