Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7793101
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T22:22:44+00:00 2026-06-01T22:22:44+00:00

I am using Validator.TryValidateObject() to validate an object that uses data annotations. When the

  • 0

I am using Validator.TryValidateObject() to validate an object that uses data annotations. When the object is invalid, the code executes fine. However, if it is valid, a stackoverflow error is produced.

Here is my method:

public virtual IEnumerable<ValidationResult> Validate(ValidationContext vc)
{
    vc = new ValidationContext(this, null, null);
    List<ValidationResult> a = new List<ValidationResult>();

    Validator.TryValidateObject(this, vc, a,true);

    foreach (var item in a)
        yield return item;

    if (Name == "Arbitary")
        yield return new ValidationResult("Bad Name.", new[] { "Name" });

}

It seems that TryValidateObject is internally calling my method Validate also.

My goal with this method is to validate all the DataAnnotations for my object, and then add on some complex validation logic afterwards – so I assumed that TryValidateObject would check data annotations, then afterwards I could place my own validation logic.

As it stands, my method works if the data is invalid – it will report the ValidationResults produced from the DataAnnotations, and also add a ValidationResult if the name is “Arbitary”, but I get this stackoverflow if the data is valid.

Any ideas? How can I validate the data annotations of my object in a way that doesn’t result in my own Validate method being called? Alternatively, How do I resolve this stack overflow?

Note that my class implements the IValidatableObject interface.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-01T22:22:45+00:00Added an answer on June 1, 2026 at 10:22 pm

    Rather than inheriting from Validate could you implement your own data annotation attribute to perform custom validation, as per this SO question?

    How to create Custom Data Annotation Validators

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm using jQuery validator() to display HTML form 'data-message' if the field is invalid.
I'm using Hibernate validator 4.1 to validate my Entity. I have a dashboard that
I am using hibernate validator to validate a form. However the validator does not
I am trying to validate my form Data using Hibernate Validator in my Spring
I'm using nhibernate validator in my current solution. Everythings is almost fine but... My
I validate in two ways - using spring validator for custom validation and javax.validation
I am using org.apache.commons.validator.routines.DateValidator to validate a date with a simple date pattern dd/mm/yyyy
I would like to be able to validate an object in different contexts using
I m using jquery validator plugin. i need to validate some field with some
In web application, i am try to validate the date by using compare validator.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.