This is a classical problem in running AISDECO2 on windows 10. The presumed missed dll are: msvcp110.dll msvcr110.dll msvcr100.dll, even if they are present in C:\Windows\System32.
Usually this problem is solved by installing Visual C++ Redistributable for Visual Studio 2012 Update 4
but this time it didn't work.
Any idea how to solve the problem?
Giuseppe
AISDECO2 problems with missing msvcp110.dll
Re: AISDECO2 problems with missing msvcp110.dll
I answer to my own question, so it may be useful to others.
I solved the problem in this way:
I had to install the Visual C++ Redistributable 2012 Update 4 (x86), the (x64) gave no results.
then the error on msvcp110.dll and msvcr110.dll disappeared, but remained the one on msvcr100.dll,
Then I installed Visual C++ Redistributable 2010 SP1 (x86). to completely solve the problem
Giuseppe
I solved the problem in this way:
I had to install the Visual C++ Redistributable 2012 Update 4 (x86), the (x64) gave no results.
then the error on msvcp110.dll and msvcr110.dll disappeared, but remained the one on msvcr100.dll,
Then I installed Visual C++ Redistributable 2010 SP1 (x86). to completely solve the problem
Giuseppe
Re: AISDECO2 problems with missing msvcp110.dll
Thank you very much for solving your own question!
I am an occasional windows user. Your solution worked for me. Now to get started with the fun.
Regards,
Drew
I am an occasional windows user. Your solution worked for me. Now to get started with the fun.
Regards,
Drew