A document processed by the JRC engine cannot be opened in the C++ stack

前端 未结 13 1733
没有蜡笔的小新
没有蜡笔的小新 2020-12-05 10:00

I have created a crystal report in vs2010 with .net4.0. when I publish the website it throws the error \"A document processed by the JRC engine cannot be opened in C++ stack

13条回答
  •  佛祖请我去吃肉
    2020-12-05 10:32

    Just copy the .rpt file (crystl report template ) from local machine to specific server/machine's folder and I am prey sure you can run resolve the issue CrystalDecisions.Shared.CrystalReportsException: Load report failed.

    For me it worked well and no error on server side. My application is able to store pdf file to share path according the code.

提交回复
热议问题