I took the sample code for .NET and have made some minor modifications to it. I am able to get the watermarking code working with no problems but the combine images page is giving me this error:
The type initializer for 'Aurigma.GraphicsMill.AdvancedDrawing.FontRegistry' threw an exception.
I have all the DLLs in the bin folder and also have the license file in there too. Any ideas what might be causing the exception?
Here is the full runtime error:
[SEHException (0x80004005): External component has thrown an exception.]
ImagingFramework.Drawing.AggFontRegistry.InitFromSystem(AggFontRegistry* ) +0
Aurigma.GraphicsMill.AdvancedDrawing.InstalledFontRegistry..ctor() +84
Aurigma.GraphicsMill.AdvancedDrawing.FontRegistry..cctor() +39
[TypeInitializationException: The type initializer for 'Aurigma.GraphicsMill.AdvancedDrawing.FontRegistry' threw an exception.]
Aurigma.GraphicsMill.AdvancedDrawing.FontRegistry.get_Installed() +0
Aurigma.GraphicsMill.AjaxControls.VectorObjects.Configuration..ctor() +134
Aurigma.GraphicsMill.AjaxControls.VectorObjects.Configuration.<.cctor>b__0() +39
Aurigma.GraphicsMill.AjaxControls.VectorObjects.Singleton.SingletonFactory`1.GetInstance() +114
Aurigma.GraphicsMill.AjaxControls.VectorObjects.Configuration.get_Instance() +30
Aurigma.GraphicsMill.AjaxControls.VectorObjects.Canvas.OnPreRender(EventArgs e) +195
System.Web.UI.Control.PreRenderRecursiveInternal() +103
System.Web.UI.Control.PreRenderRecursiveInternal() +175
System.Web.UI.Control.PreRenderRecursiveInternal() +175
System.Web.UI.Control.PreRenderRecursiveInternal() +175
System.Web.UI.Control.PreRenderRecursiveInternal() +175
System.Web.UI.Control.PreRenderRecursiveInternal() +175
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2496