I have found finally that there was a problem in web.config.
there was a line in web.config
<add key="ResourceUri" value="/crystalreportviewers13"/>
This line creates error .....
If I change this to below line it is giving no error
<add key="ResourceUri" value="~/crystalreportviewers13"/>
This is surprising.