02-03-2021 03:27 AM
Hi,
Is it possible when a CVI application crashes to start debug with different user to see what's going on in the code?
Unfortunatelly the local user, which is used to log in windows 10, has no active license for CVI.
It is mandatory to use this account because that PC is the part of a shopfloor application.
My profile has network license for CVI, but it can't be used to log in that PC.
It's also not possible to run application in CVI debug permanently with my account (I mean: right click, run with different user...)
When CVI app crashes, debug starts with local user without any CVI license and asks for evaulate/activate/purchase.
Can you help me?
02-04-2021 05:11 AM
Hi,
Have You tried to use Command Line instead of (right click, run with different user...)? I mean there's a comand runas/user:(your username)''(full filepath)''. After running this command, you will be asked to enter the password of your account and after that CVI app will be opened with the specified account credentials.