Hi all,
I wrote a simple add-in using C# and .NET 1.1. It simply adds a new right-click menu and sub-menu to the TreeView and, when that menu is selected, shows a simple dialog box.
All works well in the development environment. However, when I create a setup package and install it on the same box, I get an error testing the add-in.
First I unregister the debug assembly (regasm /unregister), then run the setup package (installs the release assembly, creates an appropriate registry entry).
When I start EA, the add-in is listed and there is no error. The right-click menu is also there. However, the moment I select it, I get the error:
EA_MenuClick: Can't find matching ID
If I return to the debug environment, everything work again.
Any ideas?
Thanks,
Eric