Missing System.Text.RegularExpressions

Bug #124857 reported by diega
4
Affects Status Importance Assigned to Milestone
mono (Ubuntu)
Invalid
Undecided
Unassigned

Bug Description

Binary package hint: mono-mcs

With 1.2.4-3ubuntu2 try:
using System.Text.RegularExpressions;

compiler prints
* Type=Error, Priority=Normal, Description=The type or namespace name `Text.RegularExpressions' could not be found. Are you missing a using directive or an assembly reference?(CS0246)
* Type=Error, Priority=Normal, Description=The type or namespace name `RegularExpressions' does not exist in the namespace `System.Text'. Are you missing an assembly reference?(CS0234)

and 'locate System.Text.RegularExpressions.dll' throws me nothing...

Revision history for this message
Greg Cole (greg-cole) wrote :

Hi Henry,

There is no System.Text.RegularExpressions.dll as that Namespace/Class is located inside the System.dll file. Sounds like you need to include a reference to the System.dll in your compile line.

Revision history for this message
diega (diega) wrote :

yes, my fault, thanks greg

Changed in mono:
status: New → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.