The application was unable to start correctly (0xc000007b)

前端 未结 17 1617
無奈伤痛
無奈伤痛 2020-11-22 13:12

I have a client/server app which I have been developing on a single PC. Now it needs two serial ports, so I borrowed a PC from a friend.

When I build my app and try

17条回答
  •  佛祖请我去吃肉
    2020-11-22 14:01

    Actually this error indicates to an invalid image format. However, why this is happening and what the error code usually means? Actually this could be appear when you are trying to run a program that is made for or intended to work with a 64 bit Windows operating system, but your computer is running on 32 bit Operating system.

    Possible Reasons:

    • Microsoft Visual C++
    • Need to restart
    • DirectX
    • .NET Framework
    • Need to Re-Install
    • Need to Run the application as an administrator

    Source: http://www.solveinweb.com/solved-the-application-was-unable-to-start-correctly-0xc000007b-click-ok-to-close-the-application/

提交回复
热议问题