The application could not start because the application's parallel configuration is incorrect

Source: Internet
Author: User
Tags vc runtime

The application could not start because the application's parallel configuration is incorrect

Many people encounter this error message when they run some programs or introduce some DLL calls.

From the surface of the error hint, it is not accurate to locate the cause of the problem.

Today, a netizen also mentioned this problem, I deliberately tried to find that this error prompted the program or DLL, the basic VC + + development.

The reason for the error is that the system does not install the corresponding version of the VC runtime .

VC version of the runtime has a lot of VC + + 2005,vc++ 2008,vc++ 2010.

The following is the official Microsoft Download address:

Microsoft Visual C + + 2005 Run-time Library SP1

Microsoft Visual C + + 2008 Run-time Library SP1

Microsoft Visual C + + 2010 Runtime Library

After the version of the program or DLL is installed, the runtime is OK. If you don't know what version it is, install it.

VC + + program Source Solution

(1) Modify VC + + program compilation options, will/MD or/MDD changed to/MT or/MTD, so that the VC run the static link to the runtime, in the runtime no longer need the VC DLL.

(2) VC + + Project –> properties –> Configuration Properties –> The use of General –> MFC, select "Use MFC in the Static library", OK.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.