I am fairly new to Addins development, so please bear with me.
We are in the process of upgrading to Dynamics 2013 (to set up an upgrade to 2015 later).
One of our legacy AddIns references a library called Application.Extender.ModifiedForms
I have used DAG to make a few other of the ModifiedForms Libraries, but this one is throwing an error that I can't seem to resolve.
I run DAG with the following command:
DAG.exe 0 "C:\Program Files (x86)\Microsoft Dynamics\GP2013\Dynamics.set" /F /N:Extender
This follows the syntax that I used when creating the ApplicationDynamics.ModifiedForms library (successfully).
Unfortunately, this time DAG throws an error after running for a few seconds. It gets to "Reading metadata from Microsoft Dynamics GP: 100%", then displays
"Generating IL code: Type not found AccountNumberCompositeData." and ends without creating the desired .dll file.
*This post is locked for comments