I am compiling an application using Visual Studio 2010 64 bit compiler. It compiles without errors. The Debug version of the application runs fine.
However the Release version crashes on start-up with the following 2 errors:
Faulting application name: Router.exe, version: 1.0.0.1, time stamp: 0x536ba26e
Faulting module name: mfc100.dll, version: 10.0.40219.325, time stamp: 0x4df2cfda
Exception code: 0xc0000005
Faulting application name: Router.exe, version: 1.0.0.1, time stamp: 0x536ba26e
Faulting module name: ntdll.dll, version: 6.1.7601.18247, time stamp: 0x521eaf24
Exception code: 0xc0150010
I already checked the project properties and made sure they are the same for Debug and Release. Please, help.
Faulting application name: Router.exe, version: 1.0.0.1, time stamp: 0x536ba26e
Faulting module name: mfc100.dll, version: 10.0.40219.325, time stamp: 0x4df2cfda
Exception code: 0xc0000005
Faulting application name: Router.exe, version: 1.0.0.1, time stamp: 0x536ba26e
Faulting module name: ntdll.dll, version: 6.1.7601.18247, time stamp: 0x521eaf24
Exception code: 0xc0150010
I already checked the project properties and made sure they are the same for Debug and Release. Please, help.