What can raise this error?

  • Thread starter Thread starter Crirus
  • Start date Start date
C

Crirus

An exception occurred while trying to create an instance of
Crirus.TextEditor.FullTextArea. The exception was "The type initializer for
"Crirus.TextEditor.Document.HighlightingManager" threw an exception.".
 
Hello,

Crirus said:
An exception occurred while trying to create an instance of
Crirus.TextEditor.FullTextArea. The exception was "The type initializer for
"Crirus.TextEditor.Document.HighlightingManager" threw an exception.".

Is Crirus.TextEditor.FullTextArea a user-defined class? Do you instantiate
Crirus.TextEditor.Document.HighlightingManager in the FullTextArea's
constructor or "Sub InitializeComponent"?

Regards,
Herfried K. Wagner
 
HighlightManager is a component of control FullTextArea

I cant debug the control because I cant put it on a form
 
Back
Top