Hi, I'm on the 60 day trial and am trying to set up a crystal report. Does Report Portal support CR 10 (or even 8.5) or does it have to be 8.0?
Also, I am getting this error as soon as I click on Crystal Reports from the desing list. And yes, aspx is setup in the default website config.
Compiler Error Message: BC30451: Name 'FormatMsg' is not declared.
Source Error:
Line 11: var sReportUnique = "<%=Application("ReportUnique")%>"; Line 12: var iReportId = "<%=iReportId%>"; Line 13: var sMsg = "<%=FormatMsg(sMsg)%>"; Line 14: </script> Line 15:
I believe this problem is fixed in the current build... What build number of ReportPortal are you using? (You can see by looking at C:\Inetpub\wwwroot\ReportPortal\BuildNumber.txt)
I did confirm that the latest build that I was able to download is the same as the one we are currently using (113). Any more info on this error or how I can correct?