开发者

The control type 'Microsoft.Reporting.WebForms.ReportViewer' is not allowed on this page. The type is not registered as safe

I am trying to register the 'Microsoft.开发者_如何转开发Reporting.WebForms.ReportViewer' assembly in my web.config file. I tried everyting could not make this thing work.

<SafeControl Assembly="Microsoft.ReportViewer.WebForms, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" namespace="Microsoft.Reporting.WebForms" TypeName="*" Safe="True" />

Can you help me?

Thanks


You could need a binding redirect from version 8 to 9. You might need another binding redirect to handle some things that were used in 8 but aren't present in 9. I found this while searching for an answer to my version 8 -> version 10 problem. I describes side-by-side configuration of 8 and 9 in MOSS.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜