Hello,
I have two different AX projects. Each project references a different .NET DLLs that are placed in the GAC on the server. In one project, when the DLL is accessed by client code, it is automatically copied to the GAC on the client machine. In the other project, when the DLL is accessed by client code, I get an error that the Assembly containing the type is not referenced. I can't see any difference between the DLLs, the references, or the way the client code calls the DLL. Does anyone have any idea why one DLL is being automatically deployed to the client and another is not?