Re: [Mono-dev] Cursed Missing Method

2005-08-21 Thread Zoltan Varga
Hi, This is: http://bugzilla.ximian.com/show_bug.cgi?id=74982 On 8/21/05, Samuel Kaufman [EMAIL PROTECTED] wrote: I can't seem to manage linking an application and a library with the same name under Mono 1.1.8.2. I'd really appreciate any help.

[Mono-dev] Cursed Missing Method

2005-08-21 Thread Samuel Kaufman
I can't seem to manage linking an application and a library with the same name under Mono 1.1.8.2. I'd really appreciate any help. Here's what's going on... Lib.cs contains: using System; public class Blah { public static void SaySomething() { Console.WriteLine(Woof!); } } And