Hi,
I am trying to install the required Nuget packages for DocIo in Asp .NET Core.
There are two sets available:
Syncfusion.DocIO.AspNet.Core and
Syncfusion.DocIo.AspNet.Portable
Installing the Core version fails. The set of Portable packages succeed, but than I can't use a System.Data.DataTable to seed Mail Merge.
wordDocument.MailMerge.ExecuteGroup( dataTable);
Any clue why the AspNet.Core are not loading?
I am using VS2017 and AspNet.Core 1.1
Thanks
Pieter