0
I have an application that uses rdl files, when opening in visual studio 2015 an error, and it appears as incompatible, however I have already installed the data tools, and the report Viewer , how do I solve this problem?
This msg appears when trying to open the project
Unsupported
This version of Visual Studio is unable to open the following projects. The project types may not be installed or this version of Visual Studio may not support them.
For more information on enabling these project types or otherwise migrating your assets, please see the details in the "Migration Report" displayed after clicking OK.
- Reports, "C:\Sandbox_Marcelo\33c reports Full\Reports.rptproj"
Non-functional changes required
Visual Studio will automatically make non-functional changes to the following projects in order to enable them to open in Visual Studio 2015, Visual Studio 2013, Visual Studio 2012, and Visual Studio 2010 SP1. Project behavior will not be impacted.
- Reports, "C:\Sandbox_Marcelo\33c reports Full\Reports.sln"
Just to confirm, you try to open it to use the Designer?
– Márcio Cristian
Yes, this text appears
– Marcelo Martins
Have you added the . dll in the Toolbox? If not, you’ll have to go to Toolbox > Right-click the General tab and go to Choose Items > Search > Go to project folder > Packages > select this one. dll "Microsoft.ReportViewer.Winforms.dll" (if it is WPF, select the WPF.dll) > OK. For me, after doing this, it worked normally... Try it and tell me if it worked.
– Márcio Cristian
I’m using that bundle
– Márcio Cristian