Crystal Report Issue with IIS - ( bobj is undefined , Crystal report not displaying )

前端 未结 17 1256
既然无缘
既然无缘 2020-12-03 00:05

I have crystal report 2010 installed with VS 2010.i have created a crystal report which is works fine in the localhost but the issue is once i publish my website to IIS the

17条回答
  •  渐次进展
    2020-12-03 00:38

    This problem was difficult for me to solve.

    My Configuration is VS 2010, CR 14.0.2000.0 version, Window Server 2008 R2, IIS 7. I got the solution. I tried almost all solutions given in net. And I have implemented all tricks. Finally report displayed by commenting the below line in web.config.

    
    

    Now am removing one by one which I installed and checking which are the things exactly required.

    I tried all below:

    • Installed CR Runtime for CRRuntime_32bit_13_0_4 and CRRuntime_64bit_13_0_4.
    • Later I removed CRRuntime_32bit_13_0_4 still it works.
    • Placed the aspnet_client folder inside WWWRoot folder.
    • Placed the aspnet_client folder inside my application folder.

    Restarted IIS when ever I did something.

提交回复
热议问题