Dear friends,
i have designed crystal report (in VS2010 & CRRuntime_64bit_13_0_6 installed in web server) it's working fine in local machine even web server also but in http://localhost, if i change from localhost to my domain name or local IP address(like http://192.168.1.71) then it's getting blank page.
but same report if i open in pdf format it's working fine.
I have tried the following one. But this is not working for me.
Copy the entire Crystal Report Support folder
C:\inetpub\wwwroot\aspnet_client\system_web\4_0_30319\crystalreportviewers13
in web.config, the below code also added.
<sectionGroup name="businessObjects">
<sectionGroup name="crystalReports">
<section name="crystalReportViewer" type="System.Configuration.NameValueSectionHandler" />
</sectionGroup>
</sectionGroup>
<crystalReportViewer> | |
<add key="resourceURI" value="~/crystalreportviewers13"/> | |
</crystalReportViewer> |
please suggest me some solutions to resolve this issues...
Regards,
Manikandan.V