i got this today, and could not reproduce it more times.
- Strart NT.
- Open my sample file in code editor.
- I continuously write "if()".
- After "if" syntax error displayed bottom.
- Then "if()" ready, few seconds after get this error.
Tamas
in OnUnhandledApplicationException
2010-01-24 10:40:07:455 ********* exception trapped *********
2010-01-24 10:40:07:455 Object reference not set to an instance of an object.
2010-01-24 10:40:07:455 System.NullReferenceException: Object reference not set to an instance of an object.
at ActiproSoftware.SyntaxEditor.SpanIndicatorLayer.Cl ear()
at ActiproSoftware.SyntaxEditor.SpanIndicatorLayerCol lection.Remove(SpanIndicatorLayer layer)
at ActiproSoftware.SyntaxEditor.SyntaxLanguage.a(Docu ment A_0)
at ActiproSoftware.SyntaxEditor.SyntaxLanguage.a(Docu ment A_0, EventArgs A_1)
at ActiproSoftware.SyntaxEditor.Document.a(ISemanticP arseData A_0, TextRange A_1, Boolean A_2, Object A_3)
at ActiproSoftware.SyntaxEditor.Document.ActiproSoftw are.SyntaxEditor.ISemanticParseDataTarget.NotifySe manticParseComplete(SemanticParserServiceRequest request)
at ActiproSoftware.SyntaxEditor.SemanticParserService .a(SemanticParserServiceRequest A_0)
at ActiproSoftware.SyntaxEditor.SemanticParserService .c()
at System.Threading.ThreadHelper.ThreadStart_Context( Object state)
at System.Threading.ExecutionContext.Run(ExecutionCon text executionContext, ContextCallback callback, Object state)
at System.Threading.ThreadHelper.ThreadStart()

Comment