Support,
All the sudden we start getting these error with our application. It's not allowing us to use the save method in our development and production.
using:
pdfDoc.SaveToFile( {path variable in our code} );
[NullReferenceException: Object reference not set to an instance of an object.]
spr克.僱(Int32 A_0) +32
spr侀.儓() +22
spr儺.僱(spr侀 A_0) +49
spr冱.僱(spr倻 A_0, spr儺 A_1, List`1 A_2, Dictionary`2 A_3, Boolean A_4) +85
spr冱.僱(spr倻 A_0, spr儺 A_1, List`1 A_2, Dictionary`2 A_3, Boolean A_4) +303
spr冱.僱(spr倻 A_0, spr儺 A_1, List`1 A_2, Dictionary`2 A_3, Boolean A_4) +303
spr冱.僱(spr倻 A_0, spr儺 A_1, List`1 A_2, Dictionary`2 A_3, Boolean A_4) +303
spr冱.僱(spr克 A_0, Boolean A_1) +132
spr冱.儂(spr克 A_0, spr凂 A_1) +48
spr冱.僱(PdfDocumentBase A_0) +496
spr⧙.Save(Stream stream) +198
Spire.Pdf.PdfDocumentBase.Save(String fileName) +80
Spire.Pdf.PdfDocument.SaveToFile(String filename) +23
forms_review.Page_Load(Object sender, EventArgs e) in c:\{page}.aspx.cs:1370
System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +52
System.Web.UI.Control.OnLoad(EventArgs e) +97
System.Web.UI.Control.LoadRecursive() +61
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +693