Hello,
I downloaded Aspose.Words version 13.12.0 to see if it would resolve a PDF conversion problem we are having with version 11.7.0, our current Aspose version that we deploy.
We just received the updated license file from Aspose sales today, but it is failing.
Here is our code, which has been unchanged for a number of years (we use C++ interface, not .NET):
The .h include file defines this variable, used in the code below:
_License m_License;
Here is the code that fails with version 13.12.0:
if (!m_License.CreateDispatch(“Aspose.Words.License”)) <---- this call fails
{
WinLog(LOG_FORCE, LOG_ERR, LOG_INSTR, 0, “_License::CreateDispatch() failed”);
throw pExc;
}
Has something in your API changed, or did we just get the wrong license file?
Thanks!
Tom Edwards
DR Systems, Inc.