Hello - I am using the single licence on a webservice to create powerpoint report. Works fine in general but intermittenly (i think it is when multiple clients access the webservice it comes up with the error: Cannot get licence file). It then works again after a few mins.
public Presentation(string fullPath)
{
License license = new License();
license.SetLicense(DSPSystem.Borg.Constants.DSPEnums.cAsposeSlidesLicence);
m_sFullPath = fullPath;
}