Microsoft Reporting v.10 load problem
Posted
by Branko
on Stack Overflow
See other posts from Stack Overflow
or by Branko
Published on 2010-01-27T18:49:04Z
Indexed on
2010/05/12
14:44 UTC
Read the original article
Hit count: 756
Hi, I am trying to reference microsoft reporting v.10.0.0.0 in my vs studio web site. For some reason it can't achieve that as it is always giving me a compile error that it could not load the type.
Error 2625 Could not load type 'Microsoft.Reporting.RdlBuildProvider' from assembly 'Microsoft.ReportViewer.Common, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
One thing that I think it might be a cause is that I had moved from 9.0.0.0 to 10.0.0.0 and after that it does not work.
Any suggestions?
Thanks a lot!
© Stack Overflow or respective owner