We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

Nuget packages

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

3 Replies

SY Sethumanikkam Yogendran Syncfusion Team July 13, 2017 04:43 AM UTC

Hi Pieter,

Thank you for contacting Syncfusion support.

I can't use a System.Data.DataTable to seed Mail Merge:
Currently Essential DocIO doesn’t support the functionality to perform Mail merge with System.Data.DataTable in ASP.NET Core due to unavailable functions in it.

Alternatively you can use the
MailMergeDataSet and MailMergeDataTable to perform Mail merge in ASP.NET Core. Please refer the below online sample link, and let us know if this helps you.
Online sample link

Regarding “Installing the Core version fails” and Any clue why the AspNet.Core are not loading?:
We are unable to reproduce the reported “installing core version fails” issue with the given details. We have used the mentioned machine configuration (VS 2017 and ASP.NET Core 1.1) to reproduce the issue.
Note: Kindly provide error details/screenshot of the issue which will be helpful for further analysis.

We suspect that mentioned ASP.NET Core loading failed due to nuget not found, or conflicts in nuget packages reference. Kindly install the NuGet packages with below details to resolve the reported issue.

     1. You can find the installed (latest) assemblies and NuGet packages from below location.
 
$system drive:\Users\$user\.nuget\packages\Syncfusion.DocIO.Portable
Eg : $system drive:\User\$user\.nuget\packages\
Syncfusion.DocIO.Portable 

     2. You can find the ASP.NET Core NuGet packages in online from below link.
http://nuget.syncfusion.com/package/aspnetcore

Please refer our UG documentation links from below to know more about ASP.NET Core configuration with Essential DocIO.
Getting Started
Installation
Configure Syncfusion File Format Components in ASP.NET Core application
Essential DocIO Overview

If you are still facing the same issue means, then kindly provide us sample to reproduce the mentioned issue, so that we can further analyze and update you with the appropriate details at the earliest.

Please let us know if you have any other questions.

Regards,
Sethumanikkam.Y



PV Pieter van Kampen July 13, 2017 05:51 AM UTC

Hi, 

please find the screenshot below






SY Sethumanikkam Yogendran Syncfusion Team July 14, 2017 05:23 AM UTC

Hi Pieter,

Thank you for your update.

On further analysing with the given details, we found that you have used an unsupported older packages (Syncfusion.DocIO.AspNet.Core) of ASP.NET Core in net461 framework which causes the issue. So, kindly use the latest packages (Syncfusion.DocIO.Portable) of ASP.NET Core which will supports the mentioned framework.

Please let us know if you have any other questions.

Regards,
Sethumanikkam.Y


Loader.
Live Chat Icon For mobile
Up arrow icon