This question is locked. New answers and comments are not allowed.
I'm trying to recreate the integration between the Rich Text Editor and the Radbook control as demonstrated Q3 for 2010 demos. However, when I get to this statement:
provider is always null. I've looked through the source code with the provided sample and everything is the same, but it just won't find the provider. Is there a step that I need to add to load the providers? or a way to find out which providers exist?
IDocumentFormatProvider provider = DocumentFormatProvidersManager.GetProviderByExtension(".docx");
provider is always null. I've looked through the source code with the provided sample and everything is the same, but it just won't find the provider. Is there a step that I need to add to load the providers? or a way to find out which providers exist?