Intermittent “System resource exceeded” exception for OleDB connection to Microsoft Access data file
I'm experiencing a seemingly random "System resource exceeded" exception when running my code. The idea behind my program is that a third party piece of software is continuously writing data to a Microsoft Access database file (.res) - about every 30 seconds my code reads the data from this file, does some operations on it, and writes the results to our database. Unfortunately I cannot change the way the third party software writes data to files, I am stuck with Access data files. This error occurs both on the production system running the WinForms program installed through Click-Once