0xc00007b “the application was unable to
start correctly”
CAUSE
There could be a variety of reasons for
this error to pop-up. The most common among them is when a 32-bit app tries to
execute itself in a 64-bit system. To get your app working, just follow the
mentioned steps and you will be good to go.
SOLUTION
1.
Re-install
.NET Framework
2.
If it
doesn’t work, try:
Re-install
Directx
If .NET framework 4.0 installation shows
error “HRESULT 0xc8000222”, follow these steps:
1.
Click START > ALL
PROGRAMS > ACCESSORIES > right click COMMAND
PROMPT and choose run as administrator (A
command prompt window will open).
2.
Type
: net stop WuAuServ in the command prompt and leave it that
way for a second.
3.
Now
click Windows > R > and type %windir%
4.
Find a
folder named SoftwareDistribution. Rename it with any name (we
don't use this folder anymore, Renaming it is only for back up purpose).
5.
Back to
command prompt again and type net start WuAuServ.
6.
Finish
your net framework installation.
Comments
Post a Comment