Quantcast
Channel: magick Discussions Rss Feed
Viewing all articles
Browse latest Browse all 3693

New Post: Couple of deployment Question regarding MagickImage.net (ANY CPU) & VC++ redistributables.

$
0
0
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 :
  1. 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.
  2. 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.
  3. If my targeted windows application is 32 bit, Can I only redistribute VC++ redistributable (x86) on both machine 32 bit & 64 bit machine.
  4. 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.
  5. Can i redistribute the VC++ Redistributables using merge modules.

Viewing all articles
Browse latest Browse all 3693

Trending Articles