Sporadic crash when calling LoadProfile

Post here any questions/suggestions you have about novaPDF SDK or novaPDF OEM.
Post Reply
Richard.Munn
Posts: 1
Joined: Wed Mar 14, 2018 2:30 pm

Sporadic crash when calling LoadProfile

Post by Richard.Munn »

I have a Revit plugin written in C# which previously used the Nova7 library for printing.

I have updated the libraries to Nova9 but am having a sporadic crash when calling

Code: Select all

pNova.LoadProfile(newProfileID);
The prior code for setting up Nova is pretty much identical to your samples:

Code: Select all

pNova = new NovaPdfOptions90();

pNova.Initialize(PRINTER_NAME, settings.novaPDFKey);

string newProfileID = String.Empty;
pNova.AddProfile(PROFILE_NAME, PROFILE_IS_PUBLIC, out newProfileID);

pNova.LoadProfile(newProfileID);          
Does anybody have any clues as to what I might be doing wrong?

Lorant (Softland)
Posts: 177
Joined: Wed Dec 16, 2009 10:48 am

Re: Sporadic crash when calling LoadProfile

Post by Lorant (Softland) »

Can you send us an email to support[]novapdf.com with these details?

Post Reply