I am trying to do the photometry with VPHOT as usual but though I was able to upload images I have been unable to get them displayed since yesterday.This is the error message I get:
Server Error in ‘/app’ Application.
Exception of type ‘System.OutOfMemoryException’ was thrown.
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.OutOfMemoryException: Exception of type ‘System.OutOfMemoryException’ was thrown.
Source Error:
Line 211: Line 212: Dim FITS As New BL.FITSWrapper Line 213: FITS.Open(path, imageID) Line 214: Session(SESSION_ACTIVE_FITS_DATA) = FITS Line 215:
Source File: C:\inetpub\wwwroot\app\restricted\Files5.aspx.vb Line: 213
Stack Trace:
[OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown.] BL.FITSWrapper.Open(String Filepath, Int32 imageID) in C:\projects\AAVSO\Repos\vphot\Logic\BL\FITSWrapper.vb:577 Restricted_Files5.AnalyseImage(String path, Int32 indexInList, Boolean startTS, String telname, Int32 imageID) in C:\inetpub\wwwroot\app\restricted\Files5.aspx.vb:213 Restricted_Files5.gvFiles_RowCommand(Object sender, GridViewCommandEventArgs e) in C:\inetpub\wwwroot\app\restricted\Files5.aspx.vb:235 System.Web.UI.WebControls.GridView.OnRowCommand(GridViewCommandEventArgs e) +116 System.Web.UI.WebControls.GridView.HandleEvent(EventArgs e, Boolean causesValidation, String validationGroup) +75 System.Web.UI.WebControls.GridView.RaisePostBackEvent(String eventArgument) +213 System.Web.UI.WebControls.GridView.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +15 System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +15 System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +9856108 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1696
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.8.4110.0
Thank you
Gianluca