I used VS 2013 asp.net and crystal report to create crystal report in web form. The web application can run at my PC. But, when I publish to web server, the web server only has VS 2008 Pro and CR viewer 8, so I install latest CRforVS_redist_install_64bit_13_0_15 msi to the server. But I get the error when run it.
Could not load file or assembly 'CrystalDecisions.ReportAppServer.ClientDoc, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The system cannot find the file specified.
Do I need install VS 2013 and newer CR version to web server?