Hello,
I created a C# library project.
I want to use that library and methods in AX.
Need samples how doing that, and what shall I do in server.
Thanks :)
*This post is locked for comments
You should add it to client bin folder, otherwise, you won't be able to use that client to compile the code in the development environment.
C:\Program Files\Microsoft Dynamics AX\60\Server\<aosname>\bin. The same folder as the Ax32Serv.exe.
Thank you.
Shall I add the dll to bin client folder or to bin server client folder.
(C:\Program Files\Microsoft Dynamics AX\60\Server\<aosname>\bin or C:\Program Files (x86)\Microsoft Dynamics AX\60\Client\Bin)
Hi Eitan, simply add the DLL to the bin folder of the AOS server instance on the AOS server. You could also add it to the Windows GAC, but it must be signed correctly. Then add a reference to the DLL in the AOT and you are set. Remember, client side code won't be able to access the DLL, only code running on the server tier.
You can use the DLL in code pretty much the same way as you would in VS. What exactly do you mean by "samples"?
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
As AI tools become more common, we’re introducing a Responsible AI Use…
We are honored to recognize Abhilash Warrier as our Community Spotlight honoree for…
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Community Member 2
Guy Terry 2 Moderator
Martin Dráb 2 Most Valuable Professional