I have updated the libraries to Nova9 but am having a sporadic crash when calling
Code: Select all
pNova.LoadProfile(newProfileID);
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);