Sporadic crash when calling LoadProfile
-
- Posts: 1
- Joined: Wed Mar 14, 2018 2:30 pm
Sporadic crash when calling LoadProfile
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
The prior code for setting up Nova is pretty much identical to your samples:
Does anybody have any clues as to what I might be doing wrong?
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);
-
- Posts: 177
- Joined: Wed Dec 16, 2009 10:48 am
Re: Sporadic crash when calling LoadProfile
Can you send us an email to support[]novapdf.com with these details?