Posted 18 years ago
by Aric

I read another post about some changes in 4.0 to where ActiPro looks in the assembly... but from that, still couldn't get this working.
I want to build a simple app (VB.NET), that will display a vb.net file, and have it support code-collapsing, highlighting, etc., but I get the following error:What is the easiest way to get this to work? All I want to do is use the VBDotNet.xml file, and have it do some syntax highlighting.
[Modified at 10/30/2006 02:26 PM]
I want to build a simple app (VB.NET), that will display a vb.net file, and have it support code-collapsing, highlighting, etc., but I get the following error:
An error occurred while loading the DynamicSyntaxLanguage '{Unknown}':
The syntax language type 'TestApplication.VBDotNetDynamicSyntaxLanguage, TestApplication' could not be loaded.
The problem occurred near line 1, position 2
in Unknown Stream.
[Modified at 10/30/2006 02:26 PM]