I am always affraid of programming in vc++. After long time (8 years) it happen to look at VC++ application for some enhancement. When I loaded project in Visual studio 2005 and tried to dubug, I got error
“The application failed to initialize properly (0xc0150002)”.
Well its scary message with some Hax value. I search for the error and found read lot of blogs and look like error is very serious. I usually don’t try to follow one solution but first I read couple of them and then I decided what to do. There were many different solutions to this error. I read this article
and found that VC debug need following files.
msvcr80d.dll,
msvcp80d.dll,
msvcm80d.dll.
I got it from my VC installation directory and copied to system 32 folder and rebuild project and it worked. I solved it by myself :-). Sometime (or most of the time) solution is simple and we looked at complicated things and get scared.