Hi All,
I have been using NI-VISA runtime 4.3 for some time now (as it is a dependency for the Ultrascope DS1000 software I use) and recently installed NI-VISA 15.0 found here. After installing the upgrade I get a crash every time i attampt to connect to my instrument as shown below.
This crash is not isolated to that particular program however as I experience the same crashing problem when i attempt to connect to the instrument in my c# code on the connection attempt line below. Has anyone else experienced this problem or have an idea what I can do to fix it? futher more could someone help to explain the difference between NI-VISTA drivers and NI-VISTA runtime Eninge??
mbSession = (MessageBasedSession)ResourceManager.GetLocalManager().Open(strVISARsrc);