Hi,
I have found I am having the popular problem "The specified module could not be found. "
I have tried several solution found here but non of them help, including the Microsoft Visual C++Redistributable Package.
After a long time digging, I have discover the problem.
By using Dependency Walker, the missing "module" is found . It is msvrc110.dll which belongs to the Redistributable Package. But how come? I have install it for a long time.
Finally, I realize I am using VS 2010 so the installed package is Microsoft Visual C++2010 Redistributable Package which has msvrc100.dll, but msvrc110.dll is included in Microsoft Visual C++2012 Redistributable Package.
Is it possible to use VS2010 instead of VS2012? Just download the msvrc110.dll without whole package?
Comments: You can use VS2010 to develop your application with. Magick.NET just requires the Microsoft Visual C++2012 Redistributable package. You can install this besides the 2010 Redistributable package.
I have found I am having the popular problem "The specified module could not be found. "
I have tried several solution found here but non of them help, including the Microsoft Visual C++Redistributable Package.
After a long time digging, I have discover the problem.
By using Dependency Walker, the missing "module" is found . It is msvrc110.dll which belongs to the Redistributable Package. But how come? I have install it for a long time.
Finally, I realize I am using VS 2010 so the installed package is Microsoft Visual C++2010 Redistributable Package which has msvrc100.dll, but msvrc110.dll is included in Microsoft Visual C++2012 Redistributable Package.
Is it possible to use VS2010 instead of VS2012? Just download the msvrc110.dll without whole package?
Comments: You can use VS2010 to develop your application with. Magick.NET just requires the Microsoft Visual C++2012 Redistributable package. You can install this besides the 2010 Redistributable package.