When I have a C# class that tries to implement an interface (created with ILASM) that contains a static method, mcs gives an error saying that I should implement the static method (which obviously doesn't make sense). Regards, Jeroen