Hi all -
First, the symptom of my issue:
I am receiving the following message when I launch GP.
Unhandled Exception has occurred in a component in your application.
Invalid product ID. Parameter name: productData
************** Exception Text **************
System.ArgumentException: Invalid product id.
Parameter name: productData
at Tamersoft.DexToNET.DexProduct..ctor(DexApplication dexApp, Object[] productData)
at Tamersoft.DexToNET.DexProductCollection.get_Item(Int16 productId)
at RCB.ThisApplication.get_SetupOptionsWindow()
at RCB.ThisApplication.AfterStartup()
at Tamersoft.DexToNET.DexToNETManager.Tamersoft.DexToNET.IDexToNETLoader.NotifyStartupComplete()
Here is what I did that appears to cause it:
Edited the Dynamics.set file as follows:
1. Reduced the number of products on line 1 by 1.
2. Deleted the product number (504) and the product name (Subscription Billing).
3. Deleted the reference to the 3 dictionary files associated (RMB.DIC, DATA/BINVFRM.DIC, DATA/BINVRPT.DIC)
Making the changes resolved another issue I was having with an integration failing due to a 3rd party pop-up screen, but caused the current message referenced above.
Any input would be GREATLY appreciated!
*This post is locked for comments