I came across a post on Dynamics GP forum related to order in which Additional Menu items from multiple Visual Studio Addins are loaded. I decided to test this to figure out the order in which assemblies are initialized.
For testing, I created two GP addins – DynamicsGPAddin1 and DynamicsGPAddin2.
In both addins, I added simple code to display a message box during initializing process and added additional menu option for...