Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6322003
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T16:15:06+00:00 2026-05-24T16:15:06+00:00

I’m developing an app that execute another app and I received this error: the

  • 0

I’m developing an app that execute another app and I received this error:

the program can’t start because MSVCR100.dll is missing from your
computer

with my C# app, can I fix this problem copying this .dll into windows/system32 folder?
Or exists another method to do this?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-24T16:15:07+00:00Added an answer on May 24, 2026 at 4:15 pm

    This links below point to the proper downloads for the MSVCRT100 installer. This is likely what you want your customers to run before installing your app. This will properly install the MSVCRT DLLs in the proper directory such that all applications can use it.

    Microsoft Visual C++ 2010 Redistributable Package (x86) (probably what you need for 32-bit and 64-bit os)

    Microsoft Visual C++ 2010 Redistributable Package (x64) (Only if your app itself is 64-bit)

    If you actually want to install the MSVCRT100 DLLs through a merge module within your own MSI – you can link your MSI to the MSMs that are located in the x86 version your “c:\program files\common files\merge modules” directory” (Assuming you have Visual Studio 2010 installed).

    C:\Program Files (x86)\Common Files\Merge Modules>dir *CRT*.msm
     Volume in drive C has no label.
     Volume Serial Number is 60A4-1718
    
     Directory of C:\Program Files (x86)\Common Files\Merge Modules
    
    04/22/2011  01:18 PM           584,192 Microsoft_VC100_CRT_x64.msm
    04/22/2011  01:41 PM           571,904 Microsoft_VC100_CRT_x86.msm  <-- This is likely the MSM you want if your app is 32-bit.
    04/22/2011  01:14 PM           847,360 Microsoft_VC100_DebugCRT_x64.msm
    04/22/2011  01:39 PM           801,792 Microsoft_VC100_DebugCRT_x86.msm
    

    Two other alternatives:
    Instead of copying MSVCRT100.dll into a system directory, copy it into the directory of the EXE app you are trying to launch that depends on this DLL. This isn’t recommended, but won’t run the risk of breaking other apps.

    Another alternative. If you actually have the source code to the EXE that you are trying to launch, you can completely bypass all of this “install msvcrt100.dll” noise by just statically linking to it. In visual studio, it’s the option in the project’s propery dialog under C/C++ (under the Code Generation tab). Change “runtime library” from “Multi-threaded Dll” to just “Multi-threaded”. This adds the /MT compiler switch.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm parsing an RSS feed that has an &#8217; in it. SimpleXML turns this
Does anyone know how can I replace this 2 symbol below from the string
link Im having trouble converting the html entites into html characters, (&# 8217;) i
this is what i have right now Drawing an RSS feed into the php,
That's pretty much it. I'm using Nokogiri to scrape a web page what has
I have a French site that I want to parse, but am running into
We're building an app, our first using Rails 3, and we're having to build
I have this code: - (void)parser:(NSXMLParser *)parser foundCDATA:(NSData *)CDATABlock { NSString *someString = [[NSString
I have some data like this: 1 2 3 4 5 9 2 6
I am writing an app with both english and french support. The app requests

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.