while I'm running my app, everything seems to be working fine. Once I exit the app I get the following messagebox:
INTERNAL ERROR
Unhandled exception in Debugger::HandleIPCEvent
Event id = 0x225
Exception code = 0xc0000005,Eip = 0x7928c531
ProcessID = 0x4a4(1188), Thread id = 0x384(900)
then I get a messagebox telling me the following:
An unhandled exception of type 'System.OutOfMemoryException' occurred in mscorlib.dll
I recently deleted some controls and their message map entries for a dialog, and I wasn't getting this error before, does anyone know what this might be?
bdiamond
INTERNAL ERROR
Unhandled exception in Debugger::HandleIPCEvent
Event id = 0x225
Exception code = 0xc0000005,Eip = 0x7928c531
ProcessID = 0x4a4(1188), Thread id = 0x384(900)
then I get a messagebox telling me the following:
An unhandled exception of type 'System.OutOfMemoryException' occurred in mscorlib.dll
I recently deleted some controls and their message map entries for a dialog, and I wasn't getting this error before, does anyone know what this might be?
bdiamond