Hi,
In one of our ax2012 systems, I get the following error when trying to generate proxies.
The enum that is specified in the input XML file does not exist in Microsoft Dynamics AX.
This error is a CLRError which is thrown from
generationResult = pg.GenerateProxies(tables.get_Keys(), classes.get_Keys(), enums.get_Keys(), #ProxiesNamespace, dir, language); in SysDevelopmentProxy\generateProxies
You also get the error if trying to compile a proxy vs project from Visual Studio.
Unfortunately this error contains no useful information, which makes it very hard to track. I'm not sure what this error is related to.
If anyone has seen this idea, or has any ideas, your thoughts would be most appreciative.
Regards
Tim