Консольное приложение от .rsdl .net framework 4.8 до .net 8.0 [закрыто]C#

Место общения программистов C#
Anonymous
Консольное приложение от .rsdl .net framework 4.8 до .net 8.0 [закрыто]

Сообщение Anonymous »


I need help my old .net framework 4.8 console application has .rdlc reports folder. It works fine. Now I have to refactor the same project in .net 8.0. But my ".rdlc" did not work. How to use it and run reports in my .net 8.0 console application. While i was adding the necessary packages at that time "Microsoft.Reporting.Webform" package did not work in .net 8.0 console application. Getting error at "ReportDataSource". In my old 4.8 framework using this package the other developer made the reports now i have to generate report with ".rdlc" so at that time tried to use

Old project dll but did not work.

Create other console application and make the references did not work.


Источник: https://stackoverflow.com/questions/780 ... pplication

Вернуться в «C#»