I am about ready to release my first software package around the IEvolution 8.0 engine and I'm getting a weird exception when seemingly doing nothing, other than moving the mouse out of the application.
It's not consistent and I was wondering if:
A. Is the "symbol file" available for Visual Studio 2019 to help debug what is happening? B. If not, does 'Access Violation' in iecore.dll mean much of anything?
The actual exception is:
Exception thrown at 0x00000000 in SimpleFileScan.exe: 0xC0000005: Access violation executing location 0x00000000.
I resolved this by putting an external process in a BackgroundWorker class. Also removed a DoEvents type thing. Apparently the Multi control didn't like the refreshes that were going on?