[Mono-list] Difference in assemblies

Thong (Tum) Nguyen tum@veridicus.com
Thu, 6 Feb 2003 19:23:27 +1300


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: mono-list-admin@lists.ximian.com [mailto:mono-list-
> admin@lists.ximian.com] On Behalf Of Alfonso Ali
> Sent: Thursday, 6 February 2003 7:14 p.m.
> To: mono-list@lists.ximian.com
> Subject: [Mono-list] Difference in assemblies
>=20
> Hi all!!!
>=20
> While testing the examples in "A Programmer=B4s 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.
>=20
> Well..., just an idea
>=20
> Best regards and keep the marvelous work ;)
>=20
> Ali
>=20
>=20
>=20
> _______________________________________________
> Mono-list maillist  -  Mono-list@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list