views:

287

answers:

3

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!

A: 

Same issue, any resolution?

PJDIII
A: 

RdlBuildProvider has been moved to Webforms in version 10, which used to be in common earlier

Madhu