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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top