Hi,
I have used MagickImage.Net ANY CPU library to import JPEG Encoded Tiff images. Consider the below scenarios & Questions.
I have used MagickImage.Net ANY CPU library in a Class Library Project . The DLL of that Class Library Project Targeted as "ANY CPU" and referenced in MVC Web Application as well as Windows Application.
Couple of questions :
I have used MagickImage.Net ANY CPU library to import JPEG Encoded Tiff images. Consider the below scenarios & Questions.
I have used MagickImage.Net ANY CPU library in a Class Library Project . The DLL of that Class Library Project Targeted as "ANY CPU" and referenced in MVC Web Application as well as Windows Application.
Couple of questions :
-
On both 32 bit & 64 bit machine, when i import Jpeg Encoded Tiff images in MVC Web, it will add with out any error using Class Library Project in which magick Image.net DLL is referenced. Even if VC++ Redistributable not installed on 32 bit & 64 bit machine. Could you explain how it works without redistributables whereas in point 2 below it requires VC++ redistributables to be installed on client machine.
-
The Same DLL is used in a windows application (32 bit application), When i import jpeg encoded tiff images, it will throw an error if VC++ redistributable is not installed. if i install VC++ redistributables (x86) on 32 bit machine it will then allow us to import the jpeg encoded tiff with out any error.
-
If my targeted windows application is 32 bit, Can I only redistribute VC++ redistributable (x86) on both machine 32 bit & 64 bit machine.
-
if my targeted windows application is 64 bit and MagickImage.net library is ANY CPU then, i believe that; i need to install VC++ redistributables (x64) on client machine. Please confirm.
-
Can i redistribute the VC++ Redistributables using merge modules.