On Fri, Feb 27, 2009 at 4:38 AM, GarlicRice <[email protected]> wrote: > I've never used Mono or even Linux before so I'm a little out of my depth > here. I've been given access to a server with Ubuntu installed and I've > been asked to try to get one of our .NET 2.0 apps running on it. > > The first error I got was that System.Runtime.Remoting wasn't in the GAC. I > found that surprising but I gave it a copy of the dll.
System libraries included with the Microsoft runtime are, as a rule, incompatible with mono. Install the libmono-system-runtime2.0-cil Ubuntu package. -- Chris Howie http://www.chrishowie.com http://en.wikipedia.org/wiki/User:Crazycomputers _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
