error reportviewer

0

Hello everyone I am in a winforms project, in which I use ReportViewer , I already added the rdcl, in the nuGet I install Microsoft.reportingservices.reportviewercontrol.winforms . I am going to add a new element in the toolbox and add it, the problem is that when I try to place the reportviewer I get this error:

On previous occasions I had done it, I did not have any problems. Thanks.

    
asked by Jose Sepulveda 19.10.2017 в 05:47
source

1 answer

0

Go to the nugets tab, and go to the command part and type the following command:

install'package Microsoft.ReportingServices.ReportViewerControl.WinForms 

Then you go to the tool tab and right click on a space that is empty from the toolbox, you give it to choose element, you go to the folder where your project is, then you go to the folder that it is called package\lib\n40 and within that folder you found a dll with the same name of the package that you installed. Choose that, then go to the tab and it should already be available.

    
answered by 22.04.2018 в 04:50