PDA

View Full Version : Karmic, Mono and Regular expressions



vancheese
November 2nd, 2009, 04:04 PM
Hi people

I'm using a new install of Karmic 64bit and have install mono and monodevelop from main/universe. However my issues arise when I try to use standard C# regex libs. The majority of web informations suggests that I should use

using System.Text.RegularExpressions;

However, The compiler borks that the regular expressions doesn't exist in the namespace of System.text and I can't locate RegularExpressions on my computer?

Any Suggestions/help?

Andy

directhex
November 2nd, 2009, 05:06 PM
Um, it ought to be fine, it's in System.dll

vancheese
November 3rd, 2009, 09:20 AM
Can you give a simple example of code which you know works with Mono on Karmic? Then I can work out if its my code or computer causing the problem!

vancheese
November 3rd, 2009, 09:58 AM
Please ignore my muppetdom - I had not included the correct references -