Hi all!!! While testing the examples in "A Programmer�s Introduction to C#" i found the following sentence: // compile with: csc /r:system.text.regularexpressions.dll regex.cs but the current mono don't have an assembly with that name, instead it have the System.Text namespace in the System.dll assembly. I know it doesn't have too much importance (the example compile without problems once i realized that i just had to drop the reference to the system.text.regularexpressions.dll assembly) but perhaps it would be good to have the sames assemblies than MS .NET.
Well..., just an idea Best regards and keep the marvelous work ;) Ali _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
