Navigation Menu

Skip to content
Eric Domke edited this page Aug 25, 2017 · 6 revisions

Innovator.Client is a library for connecting to Aras Innovator installations. It is a replacement for the IOM library provided by Aras. It is not a drop-in replacement, but rather aims to provide an API which is easier to use. You can get it via NuGet using the command

PM> Install-Package Innovator.Client

Compatibility

  • .Net: Innovator.Client has builds for .Net 3.5+ and .Net Standard 1.1+. It is worth noting that the .Net Standard builds are largely untested while the full .Net builds are currently used in production deployments.
  • Aras: The IOM is not backwards-compatible. For example, v11.0 of the IOM cannot be used with a v9.3 Aras Innovator vault. Innovator.Client strives to be compatible with all versions >= 9.3.

Documentation

Clone this wiki locally