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…
#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…
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…
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…