CSharpSyntaxLanguage.RegisterProjectAssembly methods - add custom assembly

SyntaxEditor for Silverlight Forum

Posted 11 years ago by apomic80
Version: 12.2.0142
Avatar

Hi,

I noticed CSharpSyntaxLanguage.RegisterProjectAssembly might be utilized to load custom assembly for the intellisense features. 

Just wonder how could I load custom assembly, which is not in Silverlight runtime (can't be added to SilverLight proj), but still in .net 2.0/3.5 runtime. 

Thanks!

Comments (2)

Answer - Posted 11 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar

Hi,

Check out the "Assemblies" topic in the documentation for the .NET Languages Add-on.  The last section tells how you can make cache files of reflection data and load those up.

[Modified 5 years ago]


Actipro Software Support

Posted 11 years ago by apomic80
Avatar

Thanks, that exactly the solutiuon. Thanks!

The latest build of this product (v18.1 build 0233) was released 4 years ago, which was after the last post in this thread.