Using Windows 7 and LabVIEW 2009. Customer has requested that our test software runs from a Windows User Group Account (Non-Administrator). First issue that came up is we use the LabVIEW Instrument Pallets, IVI Library for DMM, RF Power Meter...etc. When I execute some simple code that creates a session with the IVI DMM (Initialize, Reset, then close), this code crashes during the initialize operations (off pallet) when it calls down to the Ivi.dll found in the c:\Windows\System32 folder.
The message is MS Visual C++ Runtime Library pop up with X that says "This application has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more information". Click OK to close and then LabVIEW 2009 closes.
I've tried setting file control privileges for all locations but not the entire C:\Windows\System 32 folder....
I've proven that I can simply change the windows login account to administrator and the LabVIEW snippet runs.
Anyone else experienced this problem?