I have an ASP.NET application which can view report by crystal report viewer properly.
After that I add a virtual directory in website and move web page files to physical path of the virtual directory. I found that the crystal report viewer is not shown after website changes.
I have already copied aspnet_client folder from C:\inetpub\wwwroot\ directory to the physical path of the virtual directory. and I make sure that the following is in web.config
Can anyone advise on this?
Working Environment:
Visual Studio Professional 2012
CrystalReportViewer control CrystalDecisions.Shared (v 13.0.8.1216)
CrystalDecisions.Web (v 13.0.8.1216)
CrystalDecisions.CrystalReports.Engine (v 13.0.8.1216)
Thanks, Tony