When installing Enterprise Portal for Dynamics AX 2009 one of the most often reported reasons for a failing installation is the uncompiled SysDevelopmentProxy class.
In the DynamicsSetup.txt log file this manifests in the following error message:
The reason for this issue is that .NET Business Connector is (or was) not installed on the Microsoft Dynamics AX Client where the initialization checklist was run. Therefore the SysDevelopmentProxy class was (and still is) not compiled. Since a method of this class is going to be called during the Setup of Enterprise Portal the installation will fail.
To compile the SysDevelopmentProxy class manually:
- Start the Dynamics AX 2009 Client on a PC where also the .NET Business Connector is installed
- Open the AOT window
- Expand the Classes node
- Locate the SysDevelopmentProxy class
- Click with the right Mousebutton at the class and choose Compile from the context menu
If you receive a compile error the .NET Business Connector is most likely not installed.
See also: