This question is locked. New answers and comments are not allowed.
Good day!
I've upgraded to the latest version to test the application I'm building, but there seems to be breaking changes. Before I was able to call this line of code without problem:
I've upgraded to the latest version to test the application I'm building, but there seems to be breaking changes. Before I was able to call this line of code without problem:
IDocumentFormatProvider docxProvider = DocumentFormatProvidersManager.GetProviderByExtension(".docx");
RadDocument document = docxProvider.Import(e.Result);
But now, I'm getting an 'Object reference not set to an instance of an object' using the new build. Why is this so?
Thanks.
