Solusi Error 0xc00007b saat Menjalankan Visual Studio 2008
Pertanyaan ini diambil dari Forum KasKus:
malem agan, maaf numpang nanya nih tentang visual studio 2008
ane pake windows seven terus abis install Visual Studio 2008, setelah selesai proses instalasi ane coba buat program kecil gan
ane jalanin aplikasi tersebut dan muncul tampilan errortampilan erronya :
The application was unable to start correctly (0xc00007b). Close application bla bla bla..itu kenapa ya gan?
mohon solusinya ya gan
ane uda sempet nyemplung ke sumur nih gara2 stres ama tugas2 ane
Jawaban yang mungkin bisa dicoba, saya ambil dari Situs MSDN-nya Microsoft:
Hello,
Error code 0xc000007b means INVALID_IMAGE_FORMAT (ntstatus.h) which indicates that the the application or some dlls are not valid Windows images.
Alina has provided good suggestion to diagnose the issue. To trouble shoot the issue, I also suggest you get a version of Debugging Tools For Windows or a Userdump.exe, because we could use them to generate a dump file and then analyze it.
Other references for:
How to use the userdump.exe to create a dump file:
http://support.microsoft.com/default.aspx/kb/241215
How to use windows debugging tools to analyze a crash dump:
http://thebackroomtech.com/2008/01/31/howto-use-the-windows-debugging-tools-to-analyze-a-crash-dump-bsod/