Dear DevExpress support,
I've upgraded my project from DevExpress 13.1 version to 14.1.5 and I encountered an javascript error when dynamic DXR.axd javascript is loading (error is below). I attach all required libraries (Knockout 3.1.0, jQuery 1.11.1, globalize.js and globalize.culture.js). I am not sure but I thing that this error cause the reporting stops working beacuse when I try to render report on web it shows only this error: MVCxClientReportViewer is not defined. PDF, Excel, etc. exports works great. Only web rendering does not work.
The DXR.axd contains constructor for this object but that is never hit (I place breakpoint there). 'MVCxClientReportViewer = _aspxCreateClass(ASPxClientReportViewer), …etc'
Strange thing is that I try some example project (downloaded here: http://www.devexpress.com/Support/Center/Question/Details/Q364463),,) where this error occures as well after upgrade to 14.1.5, but reporting works great.
Regards,
Miroslav Jasso
I forgot mention that this error occured in newest FF 31.0. In IE11 is another error:
SCRIPT5007: Unable to get property 'dxDropDownEditor' of undefined or null reference. File: DXR.axd, Line: 91394, Column: 9497