I have a custom toolbar that was developed with vb.net in Visual Studio 2005 and works great in ArcGIS Desktop 9.3. Now I need it to work in ArcGIS 10.
I followed the instructions to migrate to ArcGIS10 and recompiled my code, creating a new install file (msi).
To install the new version, I run the install file first, then go into Customize in ArcGIS 10 and use Add from File to load the toolbar and custom commands from the tlb file. This process works great on a Windows XP computer.
When I try the same thing on a Windows 7 64-bit computer, the install runs without error and the Add from File lists the custom commands being loaded. But the toolbar does not show up in the toolbar list, and none of the commands show up on the commands tab.
What's missing in the install process?