Can't run app with trial version on testing environment

Discussion of open issues, suggestions and bugs regarding network security and data protection solution - SecureBridge
Post Reply
jwrz
Posts: 19
Joined: Mon 22 Aug 2016 05:30

Can't run app with trial version on testing environment

Post by jwrz » Tue 02 Mar 2021 07:45

Hello, fiew days ago I decide to test SecureBridge in my new project (so I install traial version), but I have a big problem becouse when i try to run my app on testing envoirement (other then developer) I have error:

---------------------------
SecureBridge
---------------------------
The specified module could not be found
SecureBridge Trial version needs additional "bpl" files to be present on the user PC.
If you build your project without run-time packages you need:
sbridge260.bpl
---------------------------
OK
---------------------------

Is posible to do sth with that?

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: Can't run app with trial version on testing environment

Post by ViktorV » Wed 03 Mar 2021 11:28

If you are evaluating deploying Windows applications with SecureBridge Trial Edition, you will need to deploy the following BPL files:
sbridgeXX.bpl always
and their dependencies (required IDE BPL files) with your application, even if it is built without run-time packages:
rtlXX.bpl always
This information is contained in the phrase "and their dependencies (required IDE BPL files)": https://www.devart.com/sbridge/docs/deployment.htm

Post Reply