[Mono-list] Difference in assemblies

Alfonso Ali isa@infomed.sld.cu
Thu, 6 Feb 2003 01:14:04 -0500


Hi all!!!

While testing the examples in "A Programmer=B4s Introduction to C#" i fou=
nd
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 ha=
ve
the System.Text namespace
in the System.dll assembly. I know it doesn't have too much importance (t=
he
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