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

前端 未结 17 1250
既然无缘
既然无缘 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:35

    I know it was asked some years ago. But this method worked for me. This is for people that someday will encounter this kind of problem.

    I created my application in a 32 bit environment and changed to 64 bit. I deployed my web application in IIS web server (current 64 bit) and created my own application pool (having the "manage pipeline mode" into integrated).

    Then when this report issue happened, i followed those instructions from the link. I changed the "manage pipeline mode" into classic and my application worked.

提交回复
热议问题