Page 1 of 1

Error when trying to modify MS Office plugins

PostPosted:Thu Jun 16, 2016 6:46 am
by sunil
Hi,

I'm trying to modify OpenKMExcelplugin source code but the code have some dependencies over AddinExpress.MSO.2005.

I have tried to look for this but didn't find any solution.

The above dll file is missing in source code and i can not do any modification without solving that dependency issue.

Can you please give me solution for this or from where i can find this ddl?

Thanks in advance.

Re: Error when trying to modify MS Office plugins

PostPosted:Fri Jun 17, 2016 6:20 am
by jllort
Obviously. OpenKM uses add-in express for building the microsoft office addins. Basically we use https://www.add-in-express.com/add-in-net/index.php . These libraries helps us to do not worry on Microsoft Office changes and be sure the addin will be installed on all Microsoft Office version ( you'll discover is not so easy ).

Finally take as an advice. You are modifying a software not licensed as open source. Seems in the zip file we have missed to adding the LICENSE.TXT file, sorry for it. We will correct it.