Hi Friends,
I'm getting a new error in my app. I cleaned a few things up now it won't run at all :( The application error I get is "Null Object Reference at line 1 of system error event". As I drill into things, I see A problem with my nvo n_cst_btmanager, and possibly n_cst_hasp.
I can't open n_cst_btmanager ... PB keeps saying I have regenerate it. When I regenerate it, I get 2 errors, both the same...
---------- Compiler: Errors (10:28:43 AM)
bt10main.pbl(n_cst_btmanager).n_cst_btmanager.of_set_hasp.42: Error C0169: Autoinstantiated class illegal for create statement: n_cst_hasp
bt10main.pbl(n_cst_btmanager).n_cst_btmanager.of_set_hasp.47: Error C0169: Autoinstantiated class illegal for destroy statement: n_cst_hasp
---------- Finished Errors (10:28:43 AM)
n_cst_hasp is still in the library, and I can open it in PB.
I'm using PB Version 2019 R3 Build 2728.
TIA,
~~~Tracy