
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!