
When my application exits I issue the command: ActiproSoftware.SyntaxEditor.SemanticParserService.Stop()
and then I receive an error message: ...'System.Threading.ThreadAbortException' occurred in mscorlib.dll
This indicates to me that the Stop is "aborting" the parser service thread instead of gracefully ending it which is not a good thing. Is there a way to avoid this error, or another way that I am supposed to end the SemanticParserService?
and then I receive an error message: ...'System.Threading.ThreadAbortException' occurred in mscorlib.dll
This indicates to me that the Stop is "aborting" the parser service thread instead of gracefully ending it which is not a good thing. Is there a way to avoid this error, or another way that I am supposed to end the SemanticParserService?