Install the Developer Components

The Meridian Enterprise COM API was originally developed for use with Visual Basic 6. With the emergence of .NET as its replacement, Accruent provides the Accruent .NET Software Development Kit (SDK) for those customers who want to migrate existing Visual Basic 6 user interface extension projects to .NET (using Visual Basic .NET or other .NET-compatible languages) or to develop new extensions. Another key reason for providing the Accruent .NET SDK is to make it possible to create 64-bit standalone applications, supplementary ActiveX objects, and extensions that work with 64-bit applications such as 64-bit Inventor, Solidworks, or MS Office, which cannot be done with Visual Basic 6.

The Accruent .NET SDK includes a single library (.NET assembly BlueCieloECM.InnoCielo.Meridian.dll) and a set of Primary Interop Assemblies (PIAs). The library provides a .NET alternative for commonly used classes of the Meridian Enterprise COM API. All of these assemblies are installed in the BIN sub-folder where the SDK is installed and registered in the Global Assembly Cache (GAC). The Global Assembly Cache is a computer-wide code cache provided by the .NET Framework that is used to store assemblies that need to be shared by several applications on the computer.

The library is compliant with the Common Language Specification (CLS). It provides a guarantee of interoperability with a wide range of .NET programming languages (like VB.NET and C#).

2023