Forum Discussion

tommyzjc's avatar
tommyzjc
Ideator I
9 years ago

How can I get the IOM SDK 11.0?

I couldn't find IOM.dll file which is referenced in 11.0 of the Programmer's Guide. "A .NET version of IOM.dll can be found in the \Utilities\Aras Innovator <Version> IOM SDK\.NET directory on the CD Image and may be copied to another location and referenced by .NET project" Where is this Utilities folder? There's none in Aras Innovator installation directory and no CD Image available on the website. Could anyone provide the .dll file?

5 Replies

  • Hi, If you installed the latest version, by default you will find it here : C:\Program Files (x86)\Aras\Innovator\Innovator\Server\bin\IOM.dll
  • But I am trying to integrating C# .net WinForm application to Aras Innovator. Getting Error – "Could not load file or assembly ‘IOM, Version=11.0.0.6296, Culture=neutral, PublicKeyToken=524d880b05474146’ or one of its dependencies. The system cannot find the file specified"
  • Thanks for Reply. I start a visual studio winfor c# project,and I am Adding the IOM.dll SDK to the project. Also using Aras.IOM namespace to project and I have access of IOM functionality but still facing same error. If I use the IOM.dll 9.3, there is no error occurred, but now I use IOM.dll 11.0.
  • Do you have a different behavior if you debug or if you build? maybe the dll is not copied to the destination folder in this case? Are you targeting a v11 ? try to compare with the project I mentionned