Rank: Administration
Joined: 4/2/2004(UTC) Posts: 2,393 Location: Hummelstown, PA Thanks: 6 times Was thanked: 163 time(s) in 158 post(s)
|
I encountered an error on the \BVAdmin\Configuration\Countries_Edit.aspx.vb page on two different 5.4 sites. The error occurs on line 140 and the .NET error message is: error BC30561: 'RegularExpressions' is ambiguous, imported from the namespaces or types 'System.Web, System.Text'. I made the change below to resolve the problem. from Code: Dim regex As New RegularExpressions.Regex(args.Value)
to Code: Dim regex As New System.Text.RegularExpressions.Regex(args.Value)
Aaron |
Aaron Sherrick BV Commerce Toll-free 888-665-8637 - Int'l +1 717-220-0012 |
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.