
I'm trying to load my XML definition into a syntaxEditor control through its document > language property. I know that to load a class from the XML, the XML must have the SyntaxLanguageTypeName tag.
The namespace of the class is "_3DGS.classes.syntax_class" and it is called "CSyntaxLanguage". Additionally the containing assembly is called "3DGS".
So this is the top of my XML definition...
<SyntaxLanguage Key="C" LanguageDefinitionVersion="4.0" Secure="True"
SyntaxLanguageTypeName="_3DGS.classes.syntax_class.CSyntaxLanguage, 3DGS">
... But i keep getting the error described in the troubleshooting. I'm sure i'm doing it write because i got this error before, and so i had to go through the process of changing the namespace and assembly before.
Could it be to do with that the assembly name starts with a number? I know some things can be fussy.
Thanks.
The namespace of the class is "_3DGS.classes.syntax_class" and it is called "CSyntaxLanguage". Additionally the containing assembly is called "3DGS".
So this is the top of my XML definition...
<SyntaxLanguage Key="C" LanguageDefinitionVersion="4.0" Secure="True"
SyntaxLanguageTypeName="_3DGS.classes.syntax_class.CSyntaxLanguage, 3DGS">
... But i keep getting the error described in the troubleshooting. I'm sure i'm doing it write because i got this error before, and so i had to go through the process of changing the namespace and assembly before.
Could it be to do with that the assembly name starts with a number? I know some things can be fussy.
Thanks.