Create a console application for the Business Logic Tier (BLT) client
- Last UpdatedApr 08, 2026
- 1 minute read
To create a console application for the Business Logic Tier (BLT) client
- Create a C# .NET Framework console application.
- Add references to the following files:
- OASySDNA.Common.dll
- OASySDNA.Common.BLTBase.dll
- OASySDNA.Common.BLTClient.dll
- Set the project output path property to the silo bin folder using a relative path.
- Do the following:
- Ensure the platform target is set to x64.
- Delete the debug build configurations from the project and solution.