Hello, > I bet you they would say that the System.CodeDOM.* > should all be only available under the GPL.
You are very confused. The System.CodeDOM API is a mechanism to "build" source code through an API. It is just an abstraction so that ASP.NET can "create" pages built on a number of languages. 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. Miguel _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
