This article describes how to resolve a problem when ASP.NET 2.0 cannot find a required DLL and causes Graphics Mill not to work.DescriptionAfter placing
Aurigma.GraphicsMill.dll to a destination folder and running an application that uses this library, the following error may appear:
Code:[FileNotFoundException: The specified module could not be found. (Exception from HRESULT: 0x8007007E)]
ReasonThis problem arises if
msvcr71.dll cannot be found on the computer where Graphics Mill is used. This module is required for the unmanaged code part of Graphics Mill. The module may be missing if you have performed a clean installation of the .NET 2.0 framework rather than upgrade it from .NET 1.1.
SolutionIn case of this problem, you need to place
msvcr71.dll to the
system32 subfolder of your Windows installation folder (for example,
C:\Windows\system32). This file is distributed along with the Graphics Mill DLLs.
Best regards,
Fedor Skvortsov