I am using latest version (7.0.0.6) of Magick.NET to convert images from .jpeg to .pbm and .png format. On development machine it works like charm. But after deployment, it gives below error :
```
Failed to load embedded assembly: The type initializer for '<module>' threw an exception.
at ImageMagick.AssemblyHelper.get_Assembly()
at ImageMagick.MagickImage..ctor(Stream stream)
```
As mentioned in documentation, I have already installed __Visual C++ Redistributable for Visual Studio 2012__. But still it gives me same error.
```
Failed to load embedded assembly: The type initializer for '<module>' threw an exception.
at ImageMagick.AssemblyHelper.get_Assembly()
at ImageMagick.MagickImage..ctor(Stream stream)
```
As mentioned in documentation, I have already installed __Visual C++ Redistributable for Visual Studio 2012__. But still it gives me same error.