I just upgraded a project from Platform 4.2 to 5.0. However a single OML gives me this error: Internal Error
Compilation Error.
CtrlGestReport.aspx.cs(515,21): error CS1009: Unrecognized escape sequence CtrlGestReport.aspx.cs(515,38): error CS1009: Unrecognized escape sequence CtrlGestReport.aspx.cs(517,57): error CS1009: Unrecognized escape sequence CtrlGestReport.aspx.cs(517,74): error CS1009: Unrecognized escape sequence StatisticsView.aspx.cs(773,21): error CS1009: Unrecognized escape sequence StatisticsView.aspx.cs(773,38): error CS1009: Unrecognized escape sequence StatisticsView.aspx.cs(775,57): error CS1009: Unrecognized escape sequence StatisticsView.aspx.cs(775,74): error CS1009: Unrecognized escape sequence
State: Second stage compilation CtrlGestReport and StaticsView are screen flows. I tried to delete all the items on the screen and put all actions empty (start and end only) but this stills give me this error. It only disappears if I delete the screen flows.