Hi dharmendr,
Thanks for your support we found the issue it was just a path error for crystal report folder.
<crystalReportViewer>
<add key="ResourceUri" value="~/crystalreportviewers13"/>
</crystalReportViewer>
We just removed the ~
<crystalReportViewer>
<add key="ResourceUri" value="/crystalreportviewers13"/>
</crystalReportViewer>
now its working fine.