[Mono-list] Porting an application to Mono on Linux

Tom Cabanski tcabanski@OAI.cc
Fri, 7 Mar 2003 14:09:16 -0600


I have a non-trivial .NET application that I am trying to run under Mono
on Linux.  I have run into a few problems and I am wondering where I can
find information to help me understand why.

1) Must I recompile the .NET source on my Linux box under Mono?  I have
moved a couple of trivial exes compiled on Microsoft .NET with no
trouble.  Was I just lucky?

2) I am curious to find out what is and is not supposed to work in the
system.xml namespace.  Is there a way to do this short of downloading
and studying the source?  I looked at the system.xml page and can see
that there are todo items in the areas I am interested in; I just wonder
what those todos are.

3) I am getting the following error:

WARNING **:Could not load class from token 0x01000022 in
/home/tom/netTest/oai.utility.dll
WARNING **:Missing method Validate in assembly
/home/tom/netTest/oai.utility.dll typeref index 33

Any pointers on what is causing it?

Thanks

-----------------------------
TFC