When accessing the page which contains the janet.Article control and a selected view style "Review" the following error occurs:
No accessible overloaded 'Regex.Replace' is most specific for these arguments: Public Function Replace ( ByVal input As String, ByVal pattern As String, ByVal replacement As String, ByVal options As System.Text.RegularExpressions.RegexOptions ) As String Public Function Replace ( ByVal input As String, ByVal pattern As String, ByVal evaluator As System.Text.RegularExpressions.MatchEvaluator, ByVal options As System.Text.RegularExpressions.RegexOptions ) As String
How can I solve that problem?
Thomas