i'm trying to use an executable file (written in c) that calls a c++ library. I'm getting this error in my Windows 2008 box:
Faulting application name: sample.exe, version: 0.0.0.0, time stamp: 0x4d668157
Faulting module name: MSVCR90.dll, version: 9.0.30729.4974, time stamp: 0x4b7a226f
Exception code: 0xc0000417
Fault offset: 0x0002fc96
Faulting process id: 0xf10
Faulting application start time: 0x01cbd45775cc7011
Faulting application path: C:\Bprobe\sample.exe
Faulting module path: C:\Windows\WinSxS\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.4974_none_50940634bcb759cb\MSVCR90.dll
Report Id: b37b5e67-404a-11e0-b69c-00155d2fb513
The same exe works in windows 7 and XP so i'm guessing it's a missing component.
Any ideas?
Thanks, Gonzalo
EDIT: This doesn't seem to be a problem exclusive to Windows 2008, i just tested in an XP and got the same error (i do have other XP boxes where it worked).