Hi,
We are using a CVI 2017 application in our EMS plant for automated testing of electronic parts.
This app has several type of instruments (CAN, DMM..) and drivers.
Another application, written in C# .net, acts like MES client, it's sending/receiving product information from/to MES system.
When our test application testing electronic units with audio functions, an AP515 audio analyzer is used to validate these functions(it's driver requires .net also). In this case, CVI application stops working randomly.
The only thing I found is some record in the event viewer in win 10:
Application Error, Exception Code: 0xc0000005, Error position: 0x00584a35
.NET Runtime: Exception Code: c0000005, Exception postition: 00984A35
.NET version: v4.0.30319
Desc.: Process has been stopped due to an unhandled exception
Always these two records. When there is no need to run audio analyzer, no runtime errors occure.
When MES client is not running also no errors occure.
Can you help me?