[Mono-list] Basic Question

Robert Jordan robertj at gmx.net
Fri Jun 1 05:26:08 EDT 2007


Kiran Polavarapu wrote:
> Hi All,
> 
> I am very new to Mono and have a very quick question. I just ran the Mono
> Migration Analyzer and found that some of the methods in my .dll's are not
> supported. Does this stop me from using Mono to host my web application?

It will most likely prevent you from using the app, but it depends on
the status of the unsupported method. If it's marked with TODO, it
might work. If it's missing or when it's marked as throwing NIE
(NotImplementedException), the app will definitely not run.

> Does this apply if Mono runs the already deployed web application (without
> having to recompile?). I presume that the unsupported methods come into
> picture if the code is compiled my Mono. Please let me know.

It's irrelevant how the application was compiled. If some methods are
missing from Mono, you won't be even able to compile the app using Mono.

Robert



More information about the Mono-list mailing list