Previous Topic: Copy CA Gen Files to the Client Application's DirectoryNext Topic: Execute the Application


Copy Files from the .NET Server Build Machine

In order for the client system to access the CA Gen .NET Servers on the target system, the portable interface definition files must be copied to the client application's directory.

During the construction of the generated .NET Servers, a file (one per load module) containing the generated .NET Server's portable interface definitions is created. The file is named <load-module>.interfaces.dll and is located in the <model-root>\c#\build directory.

For the servers to be accessed, copy the <load-module>.interfaces.dll file(s) from the <model-root>\c#\build directory to the client application's directory.

For example:

cd <application directory>
copy "<model-root>\c#\build\<load-module>.interfaces.dll"