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
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)
Thanks :)
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"?
André Arnaud de Cal... 291,684 Super User 2024 Season 2
Martin Dráb 230,414 Most Valuable Professional
nmaenpaa 101,156