I try making a Dynamic CRM Online Plugin that use SpreadsheetGear 2012 dll to process excel file attached as a record's annotation when an update is being done.
However, after I register the plugin, I keep getting this:
Could not load file or assembly 'SpreadsheetGear2012.Core, Version=7.0.5.139, Culture=neutral, PublicKeyToken=39c186f5904944ec' or one of its dependencies. The system cannot find the file specified.
Do I need to merge my plugin dll and this spreadsheetgear2012 first? Or is it not possible to include 3rd party library in dynamic crm online plugin?