CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5

Hybrid View

  1. #1
    Join Date
    Sep 2007
    Posts
    405

    Regex Class library class declaration error ?

    In the program to convert Vietnamese from accented to unsigned in C#, use the code in:

    https://www.dtmi.net/chuyen-tieng-vi...va-sql-server/
    https://docs.microsoft.com/en-us/dot...x?view=net-5.0

    I declare the library using System.Text.RegularExpressions; and added the library System.Text.RegularExpressions.dll but still got the error like in the picture https://www.mediafire.com/file/fwmaq...Regex.jpg/file

  2. #2
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,396

    Re: Regex Class library class declaration error ?

    Please provide the code snippet itself, not a link to some unknown site.
    The same - about your error message: provide the message itself, not a link to some picture somewhere in unknown site!
    Victor Nijegorodov

  3. #3
    Join Date
    Sep 2007
    Posts
    405

    Re: Regex Class library class declaration error ?

    The program has an error with the library file System.Text.RegularExpressions.dll, the program is running fine, thank you

  4. #4
    Arjay's Avatar
    Arjay is offline Moderator / EX MS MVP Power Poster
    Join Date
    Aug 2004
    Posts
    13,490

    Re: Regex Class library class declaration error ?

    Quote Originally Posted by dongtrien View Post
    The program has an error with the library file System.Text.RegularExpressions.dll, the program is running fine, thank you
    Did you catch the part about not giving us links to external sites? We've requested this multiple times now. Not sure why you seem to be unwilling to honor our requests.

  5. #5
    Join Date
    Sep 2007
    Posts
    405

    Re: Regex Class library class declaration error ?

    It's corrupted the library file, now it's working

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured