Deployment of DocIO in ASP.NET project

I have to deploy DocIO in an ASP.NET application and I don't want to install it in the GAC of the destination server.

Can anybody confirm if this are the right steps or explain me the right way to do it?

1. Include in the bin folder: syncfusion.docio.base.dll, syncfusion.docio.web.dll, syncfusion.dls.base.dll

2. Add the project references to these dlls located in the bin folder

3. Add the license.licx file in the project root folder

4. Compile the project

Thanks in advance

1 Reply

SK Sarath Kumar G Syncfusion Team August 9, 2007 08:41 PM UTC


Hi Antonio,

Thank you for your interest in Syncfusion products.

Your processing steps for deploying DocIO in an ASP.NET application without installing it in the GAC of the destination server are correct. A small modification you need to do in step 1 is to add "syncfusion.Core.dll" to the bin folder of your application along with the other dll's(syncfusion.docio.base.dll, syncfusion.docio.web.dll, syncfusion.dls.base.dll) and add reference to it.

Please let me know for further help.

Regards,
Sarath

Loader.
Up arrow icon