1
vote
0answers
34 views

Hiding dynamically added toolbar will crash ArcGIS desktop 10.1 on XP

I have weird bug If you create dynamically a toolbar on ArcGIS Desktop extension, and then try to hide it . It will crash Desktop 10.1 on Windows XP. But work find on Windows 7. So, for example this ...
0
votes
0answers
39 views

Migrating code to 10.1 and recycled search

I am migrating 9.3 Desktop extension to 10.1 I am getting this bug when I am trying to update a row in the geodatabase "Cannot call Store on a recycled row while editing" And seems the reason is, I ...
1
vote
0answers
70 views

ArcObjects ICommandBar is not refreshing

I am migrating a 9.3 based Desktop extension, to 10.1 The Extension, is building toolbars on the fly. It creates the toolbar, and add the commands to it. This is the snippets of the code that does ...
0
votes
0answers
144 views

Migrating existing ArcGIS 9.3 code to 10.1 [closed]

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 ...