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

Telerik reporting

2 Answers 90 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Dom
Top achievements
Rank 1
Dom asked on 30 Mar 2020, 11:58 PM

Hello,

I am currently trying out Telerik reporting and using.net standard for report's source, I followed the suggested ntier design of this thread https://www.telerik.com/forums/net-core-class-library-as-an-objectdatasource, passing dummy collection is easy however implementing ADO for .NET Standard returns assembly issues, do you have examples of .net standard project that uses ADO.NET?

2 Answers, 1 is accepted

Sort by
0
Neli
Telerik team
answered on 02 Apr 2020, 12:55 PM

Hello Dom,

Can you give us more details about the error? Basically, we have successfully tested a .NET Core project with .NET Standard for the Object DataSource. We don't have such an example but you may find helpful Is ADO.NET in .NET Core possible? Stack Overflow thread.

Regards,
Neli
Progress Telerik

Progress is here for your business, like always. Read more about the measures we are taking to ensure business continuity and help fight the COVID-19 pandemic.
Our thoughts here at Progress are with those affected by the outbreak.
0
Dom
Top achievements
Rank 1
answered on 02 Apr 2020, 11:03 PM

Hello Neli,

This is what I got when using SqlConnection within .Net Standard project, I was able to resolve the issue by using Microsoft Windows Compatibility package from nuget.

https://github.com/dotnet/runtime/issues/25088

 

Thanks you.

regards

Dom

Tags
General Discussions
Asked by
Dom
Top achievements
Rank 1
Answers by
Neli
Telerik team
Dom
Top achievements
Rank 1
Share this question
or