Posted 18 years ago
by Joris Koster
-
Paragon Decision Technology
Version: 3.1.0217
Platform: .NET 2.0
Environment: Windows XP (32-bit)
Recently we received a bug report from a customer that we're not able to reproduce, but sounds like it is an issue with the SyntaxEditor.
The customer send us a screenshot
of the error box. The bit of XML at 257,18 is:although this a bit relic code (from the days we we're using C++ in combination with the editor and therefore (C#) enums were not an option), we never had a customer with the same problem.
I'm about to go through my language definition/code and remove/replace the hard coded values by nice enums hoping that will solve the problem. But since this problem hasn't occurred with any other customer I'm curious what the underlying problem is.
The customer has quite strict security settings and has a company customized version of .NET 2.0; we're guessing in the direction of a different version of MSXML or ...
The customer send us a screenshot
of the error box. The bit of XML at 257,18 is:
<RegexPatternGroup TokenKey="DefaultToken" TokenID="0" PatternValue="({LineTerminatorWhitespaceMacro})+" IsWhitespace="True" />
I'm about to go through my language definition/code and remove/replace the hard coded values by nice enums hoping that will solve the problem. But since this problem hasn't occurred with any other customer I'm curious what the underlying problem is.
The customer has quite strict security settings and has a company customized version of .NET 2.0; we're guessing in the direction of a different version of MSXML or ...