Server Error in '/app' Application.

Unable to load DLL 'PhotLib.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.DllNotFoundException: Unable to load DLL 'PhotLib.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)

Source Error:


Line 34:       method = 1
Line 35:     End If
Line 36:     PhotLib.doStack2(stack.NbrOfFiles, stack.Files, newfilepath, stack.OffsetX(0), stack.OffsetY(0), stack.Width, stack.Height, method)
Line 37: 
Line 38:     ' Write the updated headers, date and time

Source File: C:\inetpub\wwwroot\app\restricted\Stack.aspx.vb    Line: 36

Stack Trace:


[DllNotFoundException: Unable to load DLL 'PhotLib.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)]
   PhotLib.doStack2(Int32 n, String files, String newfile, Int32& offsetX, Int32& offsetY, Int32 width, Int32 height, Int32 stacktype) +0
   Restricted_Stack.btnStack_Click(Object sender, EventArgs e) in C:\inetpub\wwwroot\app\restricted\Stack.aspx.vb:36
   System.Web.UI.WebControls.Button.OnClick(EventArgs e) +9816434
   System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +204
   System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +12
   System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +15
   System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +35
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1639


Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.7.2623.0