DotNet: System.Text.RegularExpressions shows no types

I’m trying to use the .NET control to use regular expressions. But the type list is empty!!!

Am I missing something?

Dotnet.png

Control: System.Text.RegularExpressions Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a

This is on a Windows Server 2012 R2.

Hi Erik,

Use the System assembly:
System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089

instead of the one you have chosen. And then scroll all the way down to the System.Text.RegularExpressions namespace. There you will find the classes you are looking for.

Thanks Arend-Jan! I knew I had it working before, just forgot that they “hide” them in a different place…

Owe you a beer at NTD… [:)]