Crystal Reports in ASP.NET 2.0 app - report changes not showing

前端 未结 2 1259
既然无缘
既然无缘 2021-01-16 12:18

I\'m developing an ASP.NET 2.0 application that includes Crystal Reports (version 10, included with VS 2005). Originally, the reports were working properly, both when run f

2条回答
  •  温柔的废话
    2021-01-16 12:44

    Double check that the new one didn't get renamed somewhere in the process and the code is still referring to the old one.

    What happens if you temporarily remove the RPT file on the web server? If you don't get an error, it's loading the report from someplace else.

    Are there subreports involved?

提交回复
热议问题