Auto deployment of DLL in client machine - Ax 2012

Hi,
I found some interesting link to deploy the dll into client machine when you open ax.

please read it.

http://coffeestain-it.blogspot.ca/2015/05/dynamics-ax-sysfiledeployment-framework.html

other link:

http://daxmusings.codecrib.com/2013/07/auto-deploying-dlls-and-other-resources_31.html

Note:
1) DLL deployment is required when you create business logic in Dot.net class library project and reference back in Ax. (via reference node) (ex: AxFTP)

2) When you consume the business logic via web service you no need to deploy the dll in client
 (It means, you created a class library project in dot.net and added the service reference to consume the external webservice. when you deploy the dot.net project automatically dll file is copied to ax server VSassembly folder. It is enough. Now u can able to create object in ax class) (ex:AxOasisFinIntegration)

Comments

Popular posts from this blog

x++ code to Generate cheque for vendor payment journal

Import Procurement Hierarchy / Categories with out code in ax 2012

Copy favorites From one user to another user - Ax 2012