views:

39

answers:

0

I want to use the SharpDevelopTextAreaControl for its c# editing capabilities. I have managed to load a c# file into it and show intellisense. What I need next is a way to tell it what assemblies to reference in its internal Parsing engine.

How can I do that?