0

I was given ArcMap toolbar and tool engine files without instructions on how to install but the code was done by someone else and it should work. How do I install it in ArcMap 10? I attempted to add the tool by going to customize->toolbar->customize->new and add files, but it wouldn't take the dll files in my directory. Is there another file type it is supposed to take? Or do I need to go through some kind of workaround in VS? I haven't installed ArcMap dev on my version of VS.

asked Jan 10, 2013 at 19:29
7
  • 1
    Try adding the .tlb file if there is one. Otherwise, use ESRIRegAsm. Commented Jan 10, 2013 at 19:48
  • ok, so I was able to add the tlb file and it gave me an added a list of stuff successfully message, but no icons are coming up, and no text as well. I think I'm supposed to add the GUI details somehow? Commented Jan 10, 2013 at 20:18
  • They will not pop up automatically. Instead use the Customize-Toolbar menu to toggle Toolbars or use the Customize dialog to add toolbars or commands. Commands will show up in various categories or you can search for them by name. Commented Jan 10, 2013 at 20:51
  • right well I forgot to add that I had the checkbox toggled for the tool, but the tlb file I added was from the toolbar tlb file, do I need to configure that with the engine folder? Because where the tool is supposed to be, it is a blank space with no listeners. I actually tried to use the ESRIRegAsm, but I'm not sure what the assembly path would be or where the native com server dll is. Commented Jan 10, 2013 at 21:03
  • I tried the Customize dialog, but the tools that were supposed to be part of the toolbar were not visible. Commented Jan 10, 2013 at 21:06

1 Answer 1

1

Well, when I developed a toolbar in C# I always install trough DOS using the command lines window (it is in accesories file), and it always works.. you must only consider to use the command window as Administrator this is important...

answered Mar 5, 2013 at 15:47

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.