web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

Community site session details

Community site session details

Session Id :
Dynamics 365 Community / Blogs / DaxGeek / Deploying Managed Code

Deploying Managed Code

Hossein.K Profile Picture Hossein.K 6,648
For managed code to be executed by the Microsoft Dynamics AX client and
server, it must first be deployed to where it can be executed.
The following are the basic steps for deploying managed code:


1.
Build the project.

2. Right-click the project and
add it to the AOT.

3. Set the
deployment properties for the project.

4. Right-click the project and
deploy the project.

The following deployment properties are available in the Properties pane for the
project:


• Deploy to Server

• Deploy to Client

• Deploy to EP

• Deploy to SSRS

The first two properties are described in more detail below.
 

Best Regards,
Hossein Karimi

Comments

*This post is locked for comments