Hi Ali, The book might be out of date. Currently, all the types in the System.Text.RegularExpressions namespace are contained within the System.dll assembly in v1.0 of the .NET framework.
You should be able to leave out the /r switch and compile regex.cs fine. ^Tum > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:mono-list- > [EMAIL PROTECTED]] On Behalf Of Alfonso Ali > Sent: Thursday, 6 February 2003 7:14 p.m. > To: [EMAIL PROTECTED] > Subject: [Mono-list] Difference in assemblies > > 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 _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
