Installing the BlueCielo .NET SDK |
Before you can begin programming with the Meridian Enterprise .NET API, you must install the .NET SDK. The tools are not included with any edition of Meridian Enterprise.
If you have installed any Beta version of the SDK, you should uninstall it first. Released versions of the SDK will be upgraded.
Prior to installing the SDK, the following must already be installed on the computer:
To install the .NET SDK:
![]() |
---|
Applications developed with the .NET SDK are able to execute on computers with Microsoft .NET Framework version 2.0, 3.0, 3.5, or 4.0 installed. But for a developer computer, the Microsoft .NET SDK 4.0 is required because the .NET SDK uses some tools shipped with the Microsoft .NET 4.0 SDK. The .NET interops are built for .NET Common Language Runtime (CLR) 2.0. The .NET SDK provides an interop redistributable package which includes everything you need to run applications developed using the .NET SDK. The interop package must be installed separately on every computer where developed applications are to be executed (for a developer computer this is not necessary because the SDK contains the interop libraries of the package). |
After the SDK has been installed, you can find the interop package in the following locations:
BC-Meridian\BlueCielo .NET SDK\SDKVersion\Deployment\Bootstrapper\Packages\BCMeridianInterop\
These are interop packages that are used by MSBuild to create a bootstrapper application (setup.exe). MSBuild is the build system for Microsoft and Visual Studio. The SDK installer copies the content of the folder to the Windows SDK bootstrapper location where MSBuild can find them. The location is stored in the registry key HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\GenericBootstrapper.
BC-Meridian\BlueCielo .NET SDK\SDKVersion\Deployment\Merge Modules\
These are used to deliver the interop libraries as a single compound file by merging them into the application's .msi file.