Click here to Skip to main content
15,881,812 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I am using VS 2013 for a webform project. But when adding a rdlc report I am getting the bellow message

"NuGet Package restore failed for project VTS: Unable to find version '10.0.0.0' of package 'Microsoft.ReportViewer.Common'.."

What I have tried:

I tried every possible way to dowload version 10.0.0.0; Unfortunately I failed everytime. I have installed reportviewer2010 &reportviewer 2015 runtime..

In .aspx page I add this: " <%@ Register Assembly="Microsoft.ReportViewer.WebForms, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91" Namespace="Microsoft.Reporting.WebForms" TagPrefix="rsweb" %> "


I am feeling nowhere... :'( ; This is very urgent please help.

***Nuget pakage has no dll with Microsoft.ReportViewer.Common 10.0.0.0; There is only one version available i.e Microsoft.ReportViewer.Common 10.0.40219.1;
Posted
Updated 2-Feb-23 17:48pm

1 solution

You don't fix that. There is only one version of the 'Microsoft.ReportView.Common' package available, and that's 10.0.40219.1.

That package is not the "official" Microosft package, and hasn't been in active development for the last 9 years!

The official package is 'Microsoft.ReportingServices.ReportViewControl.WebForms'
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900