Load Aspose.words at runtime?

Is it possible to instantiate the aspose.words at runtime?

Or may I move Aspose.words.dll to a sub folder in our application?

i.e.: C:\Program Files\XXXX\Library and

the main program is located at: C:\Program Files\XXXX\

thank you!

Hi Nicole,


Thanks for your inquiry.

Aspose.Words for .NET is a class library that supports working with MS Word and other document formats programmatically. Basically, it is a DLL (Aspose.Words.dll) which provides you the API for working with a document object model. Like other assemblies, you can use Reflection to load unreferenced Aspose.Words assembly at runtime in C#. Please read the following article for more details:
http://www.codeproject.com/Articles/32828/Using-Reflection-to-load-unreferenced-assemblies-a

Please let me know if I can be of any further assistance.

Best Regards,