"The Application was unable to start correctly (0xc000007b). Click OK to close the application" when starting Visual Studio 2010
-
Sunday, May 20, 2012 6:19 PM
Hi,
Visual studio 2010 on my machine is giving me an error"The application was unable to install correctly (0xc000007b). Click OK to close the application". VS has been working fine on my machine for almost half an year without any problem. I haven't changed anything on my machine like install software or anything and suddenly I a m getting this error.
I did a lot of search on internet and haven't found anything that could solve the problem.Operating system on my machine is windows 7.
So far I have done following things to resolve the problem.
- Installed VS2010 several times after the clean uninstall.
- Loaded the devenv.exe in the dependency walker and it is highlighting "MSVCR100.dll" as 64bit instead of 32 bit and the file is located C:\Winsdows\system32. Tried to replaced the file with 32bit version using ubuntu but its still giving me the same
error.
- Checked the event log and it shows lots of windows update. The only one update that shown as failed is "KB958488-v6001-x64.msu" that I have downloaded and installed manually and still VS 2010 is not working.
- I used the process monitor but I am not really good in using it to analyze the cause of problem but it does show lots of name not found error.
Any help to understand what the problem is and how can I fix it without reinstalling windows will be great.
All Replies
-
Monday, May 21, 2012 9:41 AMModerator
Hi Gfazil,
Welcome to the MSDN forum.
From your error 0xc000007b I found that the error means "STATUS_INVALID_IMAGE_FORMAT" which means Bad Image. I have a guess that your disk need to be fix so I suggest you do a disk check before other steps. But it may needs a very long time.
After repair of your DISK if you still have this kind of problem, please feel free to let me know.
Best regards,
Barry Wang [MSFT]
MSDN Community Support | Feedback to us
- Marked As Answer by Barry WangMicrosoft Contingent Staff, Moderator Tuesday, June 05, 2012 9:50 AM
-
Thursday, May 24, 2012 8:41 AM
Hi Barry,
Thanks for your reply.
I did try to repair the drive but its still not working. I think I will go for a re image on my machine.
Thanks a lot for your help.
Regards,
Ghaz -
Monday, May 28, 2012 9:58 AMModerator
Hi Gfazil,
What's your issue now?
I'm doing a follow up here.
Have you fixed you issue by re image?
Thanks,
Barry Wang [MSFT]
MSDN Community Support | Feedback to us
-
Thursday, August 30, 2012 2:56 PM
Hi Barry,
ReImage does solve the problem. I recently found a solution that doesn't require reimage.
The problem was due to 32/64-bit mismatches of various system dlls required by Visual studio. Somehow the dlls it needs got replaced by 64-bit versions that it couldn’t load.
Replacing the dlls mentioned below from a machine that is working solves the problem:
c:\Windows\SysWOW64\msvcp100.dll
c:\Windows\SysWOW64\msvcp100d.dll
c:\Windows\SysWOW64\msvcr100.dll
c:\Windows\SysWOW64\msvcr100_clr0400.dll
c:\Windows\SysWOW64\msvcr100d.dllThanks
- Proposed As Answer by online_jai Sunday, December 16, 2012 6:16 PM
-
Sunday, December 16, 2012 6:16 PM
hi Gfazil....I had a same issue.....
how do I replaceing this dll files.....
pls help me.......
-
Sunday, December 16, 2012 10:27 PM
Hi,
Do you have access to another machine that's working properly?
If yes, then just copy the files from that machine to yours and launch VS and it will work.
I hope it helps.
Thanks,
Ghazala -
Monday, December 17, 2012 9:22 PM
Hi Gfazil,
I got the same error 0x000007b when I wanted to call Matlab Engine in my C code.
However I did get your solution. My system is win7 32bit, and I'm quite confused with how to replace the dll files you mentioned above.
Could you specify a little bit, like to replace them with some other dll files?
Thank you very much.
Emily
-
Tuesday, December 18, 2012 9:59 AM
Hi Emily,
I received this error for Visual studio and the files mentioned are visual studio files.
I don't think so that you have the same issue.
"0x000007B INACCESSIBLE_BOOT_DEVICE" error message is a generic error message and the solution varies from problem to problem.
May be a search on Google for 0x000007b related to MATLAB may be more helpful.
Sorry I couldn't be of more help. I hope you find the solution soon.
Regards
-
Thursday, January 10, 2013 3:44 AMThere are two (2) ways to fix 0xc000007b Error:
Advanced Computer User Solution (manual update):
1) Start your computer and log on as an administrator.
2) Click the Start button then select All Programs, Accessories, System Tools, and then click System Restore.
3) In the new window, select "Restore my computer to an earlier time" option and then click Next.
4) Select the most recent system restore point from the "On this list, click a restore point" list, and then click Next.
5) Click Next on the confirmation window.
6) Restarts the computer when the restoration is finished.
Novice Computer User Solution (completely automated):
1) Download (0xc000007b) repair utility.
2) Install program and click Scan button.
3) Click the Fix Errors button when scan is completed.
4) Restart your computer.

