[Mono-list] Running MS compiled ASP.NET in Mono.
Gonzalo Paniagua Javier
gonzalo@ximian.com
Tue, 30 Sep 2003 03:09:20 +0200
El mar, 30-09-2003 a las 01:31, Bryan Andrews escribió:
> So is there clear error reporting as to what is not implemented if the
> assemblies do not execute because you have code that calls methods
> that are not completed?
You'll probably get a NotImplementedException, a MethodNotfoundException
or a failure when loading the assembly (if it references an unknown
assembly).
-Gonzalo