This is a migrated thread and some comments may be shown as answers.

How to configure/assemblies needed for .Net Core?

2 Answers 110 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Marianne
Top achievements
Rank 1
Iron
Iron
Marianne asked on 16 Sep 2020, 05:26 PM

I have a large project coming up that will be a combination of ASP.net core and .Net core console applications to generate various types of documents for customer consumption.  I am trying to take this time now to learn how to use the Telerik document libraries.  This page seems to imply that there are specific libraries for .net core https://docs.telerik.com/devtools/document-processing/getting-started/first-steps.

Using nuget, I added Telerik.Documents.Core, Fixed, Flow, Flow.FormatProvideders.PDF to the project..  But when referencing the libraries in the Program.cs using section, it will only autofill Telerik.Documents.Core and Telerik.Zip.  Visual Studio 19 does not recognize.Fixed or .Flow libraries.

If I change to the telerick.windows versions of the libraries, VS does add all the libraries without a problem to the application.  it compiles but when executing, it throws an error as missing libraries.

What am I missing?  Should we only create standard .net console apps & only use the .net core libraries when integrating with asp.net core applications?

2 Answers, 1 is accepted

Sort by
0
Accepted
Martin
Telerik team
answered on 18 Sep 2020, 09:08 AM

Hi Marianne,

If you want to use Telerik Document Processing libraries in an ASP.NET Core application you will need to use the .NET Standard assemblies version. I tried to reproduce the described behavior but I am not sure what is the exact setup of the mentioned project so I would like to ask you to send us a sample project in order to investigate this behavior.

Examples of using the Telerik Document Processing libraries together with the Telerik UI for ASP.NET Core you can find here:

More information about the specifics and limitations when using .NET Standard assemblies you can find in each library`s Cross-Platform Support help article (e.g. WordsProcessing`s Cross-Platform Support).

More console application examples (both using .NET Framework and .NET Standard assemblies) you can find in our GitHub repository: telerik / document-processing-sdk.

Regards,
Martin
Progress Telerik

Five days of Blazor, Angular, React, and Xamarin experts live-coding on twitch.tv/CodeItLive , special prizes and more, for FREE?! Register now for DevReach 2.0(20).

0
Marianne
Top achievements
Rank 1
Iron
Iron
answered on 22 Sep 2020, 03:12 PM
Thank you.  I will review the resources you provided. appreciate it.
Tags
General Discussions
Asked by
Marianne
Top achievements
Rank 1
Iron
Iron
Answers by
Martin
Telerik team
Marianne
Top achievements
Rank 1
Iron
Iron
Share this question
or