ABCpdf UNABLE TO CREATE PDF NOT ENOUGH DISC SPACE

Discussion in 'ASP.NET 2.0' started by tblalock, Sep 5, 2007.

  1. ANY SUGGESTIONS?This is the code from the sample page in the knowledge base. Help!!!!!
    Server Error in '/' Application.


    Unable to serialize PDF.
    Windows error 112. There is not enough space on the disk.
    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: WebSupergoo.ABCpdf5.Internal.PDFException: Unable to serialize PDF.
    Windows error 112. There is not enough space on the disk.


    Source Error:





    Code:
    Line 27: End While
    Line 28: 
    Line 29: theDoc.Save(Server.MapPath("textflow.pdf"))
    Line 30: theDoc.Clear()
    Line 31:         Response.Write("PDF file written")
    Source File: E:\web\gameplan200\htdocs\ebook\pdf.aspx Line: 29

    Stack Trace:





    Code:
    [PDFException: Unable to serialize PDF.
    Windows error 112. There is not enough space on the disk.
    ]
       WebSupergoo.ABCpdf5.Doc.Save(String path) +57
       ASP.ebook_pdf_aspx.page_load() in E:\web\gameplan200\htdocs\ebook\pdf.aspx:29
       System.Web.Util.CalliHelper.ArglessFunctionCaller(IntPtr fp, Object o) +5
       System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +783999
       System.Web.UI.Control.OnLoad(EventArgs e) +99
       System.Web.UI.Control.LoadRecursive() +47
       System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1061
    

    Version Information:Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.210
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    Check the ASPNET user disk quota at User/Quota manager in the control panel. Increase the aspnet quota should fix the problem


    Bruce

    DiscountASP.NET
    www.DiscountASP.NET
     
  3. Had the same problem. Here's the reply from one of the discountasp.net support techs:
     
    venugopal likes this.

Share This Page