Hello,
I had both VisualStudio 2013 and 2015 Profession installed on my computer. I uninstalled 2013 and now I get following error in web.config.
How can I fix this?
Parser Error Message: Could not load file or assembly 'Microsoft.ReportViewer.Common, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
<add assembly="Microsoft.ReportViewer.Common, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845DCD8080CC91" />
Have you installed the correct version of CR on your system.
AND
You can download proper version of reportviewer and have it installed or get the binaries on server: http://www.microsoft.com/en-us/download/details.aspx?id=6442
==========================
For using crystal report we need to do specific settings in the IIS.
1) Create new dedicated application pool for the website for which you want to use the CR.
2) Give that app pool identity of network service by right click >> advanced settings >>under process model >> identity >> select network service identity .
3) right click >> advanced settings >> enable 32bit true
4) Give permissions to your website of network service
Try these settings and let me know if you have anything concerned.