When opening an application that makes use of our Barcode ActiveX control, a dialog box appears stating that the application has stopped working. This error message occurs on projects created using Visual Studio on a 64-bit machine.
To fix the error, you'll need to compile your project specifically for x86 machines.
- Open the Project menu and select the Properties option for your project
- Click on the Compile Tab
- Open Advanced Compile Options
- Expand the Target CPU dropdown menu and select x86
Your program will have full compatibility with both 32-bit and 64-bit systems.