Skip to main content

Problem:

Cannot find the runtime. Unable to find cblrtss, when running program on the server where Application Server for Net Express (runtime) is installed. The runtime license database has been activated with runtime licenses.

Resolution:

When building exes or dlls, must make sure of the following before deploying.

In the Project, for Type of Build

Highlight the programname.exe

Next, at the top of the IDE select

Project ->  Build Settings

Click on the Link tab

Under Run time library

when you select  Shared, make sure  Dynamic is also checked.

The default is that  Dynamic is not checked.

For all exes and dlls make sure the above is done, then do a Rebuild all of the Project.

Now , deploy exes and dlls to the machine where the Application Server for Net Express (runtime) is installed.

Old KB# 1494