Hello.
I created a dll on C#.
I want to add and use it on AX.
So I put the dll on folder: C:\Program Files (x86)\Microsoft Dynamics AX\60\Client\Bin
and add reference to it on reference node on AX.
Now I want to use it.
I just add a code.
MYReferenceLib l; // (MyReferenceLib is the library) and then I got the error:
Variable MYReferenceLib has not been declared.
1. What shall I have to do in order the code will compile?
2. Can I add reference and refer it on the client side (also add the dll on the client side)?
Thanks :)
*This post is locked for comments
I have the same question (0)