Error in the reportviewer asp.net in Visual Studio 2013

0

I have tried to solve an error that appears in the computer of another person the following error:

An exception of type 'Microsoft.Reporting.WebForms.LocalProcessingException' occurred in Microsoft.ReportViewer.WebForms.dll but was not controlled in the user's code

It just goes down when using parameters (report.SetParameters (parameter)), the issue is that it works on my computer, it also works on a friend's computer, but I copy my project that works on the other computers to my computer. a certain person gives the error already described.

On my computer that works, it has win7, framework 4.5.1. Visual Studio Professional 2013, installed Microsoft ReportViewer 2015 runtime.

On my friend's computer that works, it has win10, framework 4.4.1 and Visual Studio Ultimate 2013 ReportViewer 2015 runtime., and Visual Studio 2015.

On the computer of the person who does not work the reportviewer, he has win10, framework 4.5.1 Visual Studio Ultimate 2013, installed Microsoft ReportViewer 2015 runtime.

I have nodded thinking what the problem will be, but nowhere have I Found the solution, I hope I can find the solution.

    
asked by Danilo 08.02.2017 в 16:44
source

1 answer

-1

I already solved the problem, I had to make a reference from the visual studio to a disk dll C:

    
answered by 08.02.2017 / 18:09
source