|
Installation and usage of .NET edition .NET edition of MsgConnect is shipped as a compiled assembly file (evaluation version) and as a compiled assembly file + C# source code (registered version). .NET edition is located in "<MsgConnect>\Code\.NET" folder. It includes core files, sample applications and MCDataTree, hierarchical storage for information that can be used to pack and transfer data across different platforms. To compile and install the package in Visual Studio.NET you need to open MsgConnect.sln in VS.NET IDE and build it. After that you can use MsgConnect assembly in your application. To compile and install the package in Borland products for Microsoft .NET Framework (C#Builder or Delphi 8) you need to install MsgConnect assembly to Toolbox. To do this
To use .NET edition of MsgConnect you need to use the license key. If you don't have a commercial license, you can use the following evaluation code: Design-time support for MsgConnect (.NET CF) If you want to add MsgConnect .CF classes to VS.NET Toolbox (VS.NET 2003 only), you need to do the steps described below. In order to have the VS.NET recognize the control library, you need to install/copy the runtime and design time piece into the SDK directories. They are put there by installer, but in some cases you might need to do this by hand. You copy runtime file MsgConnectCF.dll from <MsgConnect>\Code\.NET\Core subdirectory into the “...\CompactFrameworkSDK\v1.0.5000\Windows CE” directory. For the default install, this will be C:\Program Files\Microsoft Visual Studio .NET 2003\CompactFrameworkSDK\v1.0.5000\Windows CE You also copy our design time file MsgConnectCFDsgn.dll into the “...\CompactFrameworkSDK\v1.0.5000\Windows CE\Designer”, for the default install this will be C:\Program Files\Microsoft Visual Studio .NET\CompactFrameworkSDK\v1.0.5000\Windows CE\Designer Now you can add the design-time version the Visual Studio.NET Toolbox by right-clicking on ‘Device Controls’ tab of Toolbox and selecting ‘Add/Remove Items…’ menu item. Just browse to the ...\CompactFrameworkSDK\1.0.5000\Windows CE\Designer directory and select the design-time version of MsgConnectCF assembly. Notes ProcMonViewer sample won't work with evaluation version of MsgConnect due to delays present only in evaluation version. Registered version doesn't have such delays and ProcMonViewer sample works fine. Limitations of evaluation version Evaluation version sends messages with 0.5 sec delay. In other words, one can't send more than 2 messages per second with evaluation version. No other limitations are set. |
|
