SachaHutton
Level 2
since ‎17-04-19
‎18-03-24

User Statistics

  • 3 Posts
  • 0 Answers
  • 3 Likes given
  • 0 Likes received

User Activity

Only up until recently, some of our processes (not all of them) fail to start via schedule, they remain in a pending state until manually started.I checked the schedule logs and found this Task: XXXXX - Session creation failed on resource 'SERVER1': ...
I've a trial license for iText7 and need to load the license file using this code: string path = @"<path to JSON file>"; System.IO.FileInfo file = new System.IO.FileInfo(path); LicenseKey.LoadLicenseFile(file);​ I can successfully do this in Visual S...
Likes given to