So I get the following error when compiling: The type or namespace "RegularExpressions:" does not exist in the namespace "System.text". Are you missing an assembly reference?
Haven't been able to resolve the issue. I just installed Xamarin yesterday on my mac.
Answers
And you have the System.Text DLL referenced and are
using System.Text;
? http://developer.xamarin.com/api/type/System.Text.RegularExpressions.Regex/I am using System.Text referenced but I'm not sure what your referring to as the reference to the System.Text DDL. Still very new to this.