Saturday, July 14, 2018

Managed code projects

Managed code projects are .NET Class Library projects in Visual Studio that
have Microsoft Dynamics AX elements included.


Create a Managed Code Project

Perform the following steps to create a Managed code project:

1. Open Visual Studio.


2. Click
File > New > Project.

3. Select
Visual C# and then Windows from the Installed Templateslist.

4. Select
Class Library template.

5. Enter a project name into the
Name field and then click OK.

6. Verify the project is created and is visible in the
Solution Explorer.

7. Save the project.


8. Click
Build and then Build Solution. 

9. Right-click on the project in the Solution Explorer and select Add<Project Name> to AOT.

10. Notice the project icon now has the Microsoft Dynamics icon
incorporated, indicating this project is now connected with the AOT.


NOTE: VB.NET could be used in this procedure, in place of C#.

Best Regards,
Hossein Karimi

No comments:

Post a Comment

Configure the Firewall on the Enterprise Portal Server

After you install Enterprise Portal, enable Web Server (HTTP) in Windows Firewall. If you do not enable the web server in Windows Firewall...