Browse By Tags

  • How to load aras 2023 dll with cpp host cli without native net core?

    #using "C:/temp/aras2023dlls/bin/IOM.dll" #using "C:/temp/aras2023dlls/bin/System.Configuration.ConfigurationManager.dll" #using "C:/temp/aras2023dlls/bin/Aras.Net.dll" using namespace System; using namespace System::IO; using namespace System…
  • Writing a Command Line Tool for Aras

    More and more customers want to operate their own DevOps processes, and whenever you do recurrent data migration tasks it's handy to have easy access to the SOAP/web service interface to send AML. Today we have our own interface embedded in Aras which…