Implement a method that calls a method in a DLL

Hi all ,

Please how to Implement a method that calls a method in a DLL?
Thanks .

Parents
  • Hello Hafedh,

    1. Create your own dll using ClassLibrary application with the help of VS.

    2. Copy your dll into Server bin folder e.g.(C:\Program Files (x86)\Aras\Innovator\Innovator\Server\bin).

    3. Register your dll in method-config.xml file (C:\Program Files (x86)\Aras\Innovator\Innovator\Server) 

    4. Create your own method in aras and in that method create object of dll class and call your method by using newly created object.

    Thanks and regards,

    Suhas

Reply
  • Hello Hafedh,

    1. Create your own dll using ClassLibrary application with the help of VS.

    2. Copy your dll into Server bin folder e.g.(C:\Program Files (x86)\Aras\Innovator\Innovator\Server\bin).

    3. Register your dll in method-config.xml file (C:\Program Files (x86)\Aras\Innovator\Innovator\Server) 

    4. Create your own method in aras and in that method create object of dll class and call your method by using newly created object.

    Thanks and regards,

    Suhas

Children