On Mon, 2008-10-20 at 20:08 -0700, used2could wrote: > I am trying to use some classes that contain partial methods (not to be > confused with partial classes) and i am getting a compilation Error: Feature > 'partial methods' cannot be used because it is not part of the C# 2.0 > language spec...
Sounds like you might be using mcs instead of gmcs? Make sure you are using the gmcs compiler, mcs is for .NET 1.1 Jeff _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
