locked
.net dll in DynamicsAX RRS feed

  • Frage

  • Hi

    I wanna call a function in a dll (.net) from my code in AX.

    I tried s.th. but it doesn't work. Can s.o. pls help me?

    My code looks like this:

    DLL mossDll;
    DLLFunction function;
    ;
    mossDll = new DLL("AXMossExchangeDLL.dll");
    function = new DLLFunction(mossDLL, "uploadDocument");

               

    Freitag, 22. Oktober 2010 14:26

Antworten