Hi all,
I have a website using vs2013. My page is using microsoft report viewer 10.
<add assembly="Microsoft.ReportViewer.WebForms, Version=10.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
<add assembly="Microsoft.ReportViewer.Common, Version=10.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
When I run my website using IIExpress the report works fine. But when I publish the website in my IIS it doesn't work, an error occurred in my display processing.
I check my BIN folder and I see the dll's.
Any ideas how to debug this issue?
Thanks in advanced!