This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

EV2300: LabView 2017 crashing while loading ActiveX function

Part Number: EV2300

I´m using BQ Evaluation Software to monitor BQ20Z655, however, I´m trying to automate the production line using LabView 2017, every time I try to load the Bq80xRW Control the software crashes, I installed the customer kit but I can't figure it out if the reason of the crashing is the license file that mentions as bellow (but I don't have such file because I'm still developing the application.

Its necessary to create a license file for any app that you write. This is a simple text file which is placed in the application folder. It must be named the same as the application, but without any extension. In the file, you place the number of bytes in the application. That can be found from right-clicking the application and looking at the properties for the size. It usually looks something like this:

size: 880 KB (901,120 bytes)

The text to put in the license file would be 901120 (no commas allowed).

To ensure that it works on all machines please make sure of the following
1. For a file called "Sample.exe", right click and select properties. Note the size in bytes of this file.
2. Open notepad and type in the size in bytes(without commas). Save this file as "Sample.txt"
3. Rename "Sample.txt" to "Sample"
4. Distribute "Sample" with "Sample.exe"(both files must be in the same directory)
5. Install the bqEVSW on the machine on which you wish to run Sample.exe