• Compatibility of IOM.dll with .NET Core 8

    Hello Innovators, I am currently trying to integrate the IOM.dll with .NET Core 8. Has anyone successfully managed to get it working? If not, are there any recommended workarounds or alternative approaches? Looking forward to your insights. Best…
  • 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…
  • Aras.OAuth.Model error when trying to connect using IOM.dll in a .Net Core app

    I'm trying to integrate the IOM.dll into a .net core application and I get the error below. "Could not load file or assembly 'Aras.OAuth.Model, Version=12.0.0.21092, Culture=neutral, PublicKeyToken=524d880b05474146'. The system cannot find the file…
  • "Classification cannot be changed after saving the item" error using the .Net API to update requirement

    I am using Aras 11 SP15. I am trying to update a requirement I created. Here is my code: using System; using System.Collections.Generic; using Aras.IOM; namespace TestArasProject { public static class Program { public static void Main(string[] args…