We are trying to create a Windows Service which deals with Adobe image files and converts them to Thumbnails.
The service runs fine on our test machines which run Windows 7 but when we run the same service on our utils box which runs unders Windows Server 2012 it throws an error 'The type initializer for 'X86' threw an exception.'
We are using the multi CPU DLL in our project but we are unable to install Magick as we did in our test machines by running Configure.sln under Visual Studio 2013 and compiling to produce an install process.
Is there another way to install Magick on our server which doesn't have Visual Studio or are we missing some other process?
Comments: I don't understand what you mean by the configure.sln part. Magick.NET is just a library that needs no extra installation. Are you using the latest version of Magick.NET?
The service runs fine on our test machines which run Windows 7 but when we run the same service on our utils box which runs unders Windows Server 2012 it throws an error 'The type initializer for 'X86' threw an exception.'
We are using the multi CPU DLL in our project but we are unable to install Magick as we did in our test machines by running Configure.sln under Visual Studio 2013 and compiling to produce an install process.
Is there another way to install Magick on our server which doesn't have Visual Studio or are we missing some other process?
Comments: I don't understand what you mean by the configure.sln part. Magick.NET is just a library that needs no extra installation. Are you using the latest version of Magick.NET?