Tell me more ×
Geographic Information Systems Stack Exchange is a question and answer site for cartographers, geographers and GIS professionals. It's 100% free, no registration required.

I am migrating an Extension written for 9.3 to 10.1

I followed everything in this article http://resources.arcgis.com/en/help/...000002ns00000074

, and finally I registered the assembly of the Extension with the tool , ESRIRegAsm.exe The extension should has a toolbar, and few commands as buttons, and dropdown.

But The toolbar that is shown empty, without any name. And when I click customize, the toolbar has no name. and there is nothing in that toolbar. any idea. How can I register all the toolbar/commands?

share|improve this question
The URL supplied doesn't work. Have you changed all reference to gp.* to arcpy.* in your code and imported the arcpy module? Arcpy is also case sensitive. For example arcpy.exists() will not work whereas arcpy.Exists() will work. – danagerous Jan 29 at 19:34
This does not look like a Python/ArcPy question so I am going to add an arcobjects tag to it. – PolyGeo Jan 29 at 23:29
Are you in arcObjects/arcpy? – Emi Jan 30 at 4:15

closed as not a real question by whuber Mar 2 at 20:33

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.