Browse By Tags

  • 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…
  • Timestamp error after applying 11.0 SP10 patch

    Former Member
    Former Member
    Looking for some help. I was following along with the instructions in the "Upgrade from Version 11.0 SP8 to Version 11.0 SP10" directions, and I got to the point where you copy the contents of the .zip over tot he innovator and vault folder, re-set IIS…