Errore server nell'applicazione '/'.

Impossibile completare l'operazione a causa di un limite del file system

Descrizione: Eccezione non gestita durante l'esecuzione della richiesta Web corrente. Per ulteriori informazioni sull'errore e sul suo punto di origine nel codice, vedere la traccia dello stack.

Dettagli eccezione: System.IO.IOException: Impossibile completare l'operazione a causa di un limite del file system


Errore nel codice sorgente:


Riga 75:         log = new StreamWriter(fileStream);
Riga 76:         log.WriteLine(strLog);
Riga 77:         log.Close();
Riga 78:     } 
Riga 79: 

File di origine: c:\inetpub\Produzione\hec.piaval.it\www\App_Code\V10Page.cs    Riga: 77

Traccia dello stack:


[IOException: Impossibile completare l'operazione a causa di un limite del file system
]
   System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) +1143
   System.IO.FileStream.WriteCore(Byte[] buffer, Int32 offset, Int32 count) +14200336
   System.IO.FileStream.FlushWrite(Boolean calledFromFinalizer) +41
   System.IO.FileStream.Dispose(Boolean disposing) +65
   System.IO.Stream.Close() +26
   System.IO.StreamWriter.Dispose(Boolean disposing) +282
   System.IO.StreamWriter.Close() +26
   V10.V10Page.WriteMyLog(String strLog) in c:\inetpub\Produzione\hec.piaval.it\www\App_Code\V10Page.cs:77
   V10.V10Page.getList(Int32 id, Int32 fk_category, String language, String[] fields, String[] fields_from_gallery, String order, String[] filter_fields, String[] filter_conditions, String group_by, Int32 offset, Int32 limit) in c:\inetpub\Produzione\hec.piaval.it\www\App_Code\V10Page.cs:2195
   V10.V10Page.getList(Int32 id, Int32 fk_category, String language, String[] fields, String[] fields_from_gallery, String order) in c:\inetpub\Produzione\hec.piaval.it\www\App_Code\V10Page.cs:1896
   default_page.Page_Load(Object sender, EventArgs e) in c:\inetpub\Produzione\hec.piaval.it\www\por.aspx.cs:15
   System.Web.UI.Control.OnLoad(EventArgs e) +108
   System.Web.UI.Control.LoadRecursive() +90
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1533


Informazioni di versione: Versione di Microsoft .NET Framework:4.0.30319; Versione di ASP.NET:4.8.4494.0