Jump to content

Where to download dll files


trishadua5

Recommended Posts

@trishadua5

 

Installing the MSVCR100.dll file goes through the Visual C ++ libraries for Visual Studio, which we can download from the Microsoft page as an installer.

Download Visual C ++ for Windows
https://www.microsoft.com/es-es/download/detail...

Before proceeding with the download, it is necessary to know the type of system that our computer is running, which can be 32 or 64 bits. As simple as right-clicking on the Windows icon in the Start menu and clicking on System. In "System type" we will be indicated the amount of bits at which our system will run.

Finally, we will download the Visual C ++ library corresponding to our type of system: for 32-bit systems we will have to use the x86 file, while for 64-bit systems we will have to use the x64 file.

Then we will run the tool and install the Visual Studio libraries. For the changes to be applied correctly, we will restart the computer once the installation has finished.
 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...