Miguel, It looks like you were right and I was wrong of the danger of the CodeDomProvider, there is not any need to directly import the compiler but to call it over the system.
> Once you have constructed your "CodeDOM", it is > written into a file, and > an external compiler is invoked. So there are no > licensing problems. > > CodeDOM is just not what you expect it to be. Read > the docs please. It looks like you are right. There is no interface for accessing the CODE dom or parsed interface after the compilation, only via the standard type reflection interface. That is not a problem at all. Well, it looks like I owe you an apology. mike ===== James Michael DuPont __________________________________________________ Do You Yahoo!? Yahoo! Tax Center - online filing with TurboTax http://taxes.yahoo.com/ _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
