Local Reports in Visual Studio 2022

67 views Asked by At

I took over an application (WinForms) developed a few years ago that needs to run on older computers as well. In Visual Studio 2022, when I modify a report, the schema changes from 2010/01 to 2016/01. However, another issue I'm encountering is that the forms with parameters are throwing this error, when I set the parameters for the report.: An error occured during local report processing

I attempted to install various NuGet packages, specifically trying to download Microsoft.ReportViewer.WinForms, but I encountered no success. Is there a specific build version or configuration required for this task? It's worth noting that the application functions correctly on the former employee's computer with Visual Studio 2015, but I'm facing challenges in replicating this on my system.

0

There are 0 answers