Register Aspose.Words.Dll

How can I take the Aspose.Words.Dll register outside the application directory?
My application does not find the assembly.

Hi György,


Thanks for your inquiry. Please note that Aspose.Words is a class library that supports working with MS Word and other document formats programmatically. To be able to work with this library for your .NET project, please add Aspose.Words library in your project references list.

In case you are publishing a web application to a deployment server, all you have to do is to keep the DLL in the Bin directory of your site. In this case, you don’t have to install Aspose.Words via MSI installer on your deployment server.

You can use Aspose.Words for .NET via COM interop, please read following documentation link.

Hope this answers your query. Please let us know if you have any more queries.