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

前端 未结 13 1739
没有蜡笔的小新
没有蜡笔的小新 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:17

    I don't know if this will help someone else or not, but I was having this issue, and it turned out to be such a simple fix for such a dumb move. I had mistyped the filename of the .rpt file...there was a space between two words in the file name (which I normally never do for just this reason) but when I included the name in my code, I had left the space out. corrected the filename, problem went away.

提交回复
热议问题