I am trying to make use of the .NET assembly, System.Text.RegularExpressions within our business applications to make validation less of a burden. I have tried adding the assembly using using the OpenEdge Architect "Assembly References" option but it is refusing to comply
The assembly is not stored within the windows/assembly (GAC) folder, I can locate it by selecting the Local Assemblies tab and navigating to Windows\Microsoft.NET\assembly\GAC_MSIL however when I try to add the dll I get the following error "Not a valid assembly"
I know that the assembly is not corrupt because I have been using it when developing C#.NET applications I have also come across this article which demonstrates System.Text.RegularExpressions used within ABL. If anyone is able to offer any suggestions which would enable me to get this working I would be extremely grateful.
Thanks in advance