Hi,
I have a error when instance create .NET Core 6.0
LocalReport report = new LocalReport()
(System.MethodAccessException: 'Attempt by method 'Microsoft.Reporting.NETCore.LocalReport..ctor()' to access method 'Microsoft.ReportingServices.StandalonePreviewStore..ctor()' failed.')
Hi, I have a error when instance create .NET Core 6.0 LocalReport report = new LocalReport()
(System.MethodAccessException: 'Attempt by method 'Microsoft.Reporting.NETCore.LocalReport..ctor()' to access method 'Microsoft.ReportingServices.StandalonePreviewStore..ctor()' failed.')
Can you help me, please. Tks.