The links below lead to the C++ VS 2010 Redistributable. They need to be installed on client machines for any executable using our components in .NET 4.0
VS2010 - Solutions targeting x86
http://www.microsoft.com/en-us/download/details.aspx?id=5555
VS2010 - Solutions targeting x64
http://www.microsoft.com/en-us/download/details.aspx?id=14632
If you have this problem, before you fix it, you might get this error:
could not load file or assembly Atalasoft.dotImage.lib or one of its dependencies. Specified module could not be found.
If you have the C++ redistributable installed and your 32 bit web application is still receiving this error, go into the iis console, and ensure that the "Enable 32-Bit Applications" is set to True in the advanced settings in the application Pool where your site is running. If in doubt, just create a new application pool with the appropriate settings and assign your application to it.