Support for compiling ASP.NET pages in other languages than C# has been a missing feature in mono ASP.NET classes for a long time. Not any more. Since a few minutes ago, we support any language that targets IL and has a CodeDomProvider.
I also added a VBCodeCompiler contributed by Jochen Wezel which makes our code generation for VB.NET work. The next step is to fix the issues raised in this mail, which look like minor problems in mbas, the mono VB.NET compiler.
And the big question now is: will Jackson ever contribute an ilasm CodeDomProvider?...
blog comments powered by Disqus