'Visual studio shows "Access violation executing location 0xABC123" and I have no clue how to debug

I have a C# GUI application that I debug in Visual Studio 2019. Windows 10 64 bit PC. Every once in a while, after my program is done doing its task (using a windows COM object to process a bunch of data on my computer and push to a SQL server) and is just idling, after 5-10 minutes it will throw the exception. It is frustrating because I have no idea what is causing it and no idea how to go about investigating, as the GUI should just be idling, and Visual Studio doesn't seem to be pointing me to any particular line of code that has crashed. I've attached a screenshot of visual studio below. Any help on what may be causing this issue or just something to get me further along debugging would be appreciated.

Visual Studio screenshot



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source