My application reads a text file in, removes any trailing spaces from each line in ths file and writes it out to a text file. Simple enough I thought. The user has encountered this criptic message and I have no ideas as to it's source nor how to correct it. Is this error from my code or did the system 'hiccup' and interupt the process
The Dialog title is: File Trimmer.exe - Common Language Runtime Debugging Services
The body of the message:
Application has generated an exception that could not be handled.
Process id=0x914(2324), Thread id=0xf58(3928).
Click OK to terminate the application. Click CANCEL to debug the application.
I've tried to locate where this may have occured to no avail. I've double-checked and I have try/catch in all methods that do any file processing.
This is very puzzleing. Does anyone have a clue
Thank you.
Visual C#10
|