Click here to Skip to main content
16,018,460 members

Comments by emcp (Top 10 by date)

emcp 10-May-14 12:45pm View    
try putting the OpenFileDialog in a try catch block.
emcp 10-May-14 12:36pm View    
try Message.ShowDialog("");
emcp 10-May-14 12:34pm View    
Deleted
Instanciating a new dialog will rule out any event you may have added to the dialog. Then it looks like its triggered by the filesystem or display.
emcp 10-May-14 12:28pm View    
You tried reinstanciating, as I said 2 comments back?
Yes .Net is managed, however you can use unmanaged blocks, dllimports, COM, DirectX...
emcp 10-May-14 11:09am View    
You shouldn't be getting this type of exception in managed memory.
So if that didn't work - then are you using any unmanaged objects that are being triggered (as OriginalGriff is indicating).