Sadaf Mansuri’s Blog

August 17, 2010

Visual C++ Debug Error - Microsoft.VC80.DebugCRT could not be found - SidebySide Error

Filed under: Uncategorized — admin @ 11:58 am
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.

No Comments »

No comments yet.

RSS feed for comments on this post. TrackBack URL

Leave a comment

You must be logged in to post a comment.

Powered by WordPress