Analysis on model registration failure

Source: Internet
Author: User

The model is not registered. However, in the NOP framework, all models of the entire system have been registered during initialization.

All of them have been bound here. So the above error is unclear. However, if it is not binding, check your own model. At first, we thought it was a dependency injection problem. Later we also saw it.

But when I process it in validators and validate the model. I found that I had another constructor. Haha, all the errors will disappear.

  using  NOP. admin. models. examination;  using  NOP. services. localization;  using  system;  using  system. collections. generic;  using  system. LINQ;  using  system. web;  namespace  NOP. admin. validators. examination {
   
     Public  
     class  coursevalidator: abstractvalidator 
    
      {
      Public  coursevalidator () {rulefor (x => X. coursename ). notempty (). withmessage (
      "the course cannot be blank! "); rulefor (x => X. createonutc ). notempty (). withmessage (
      "Creation Time Required" ) ;}}
    
   

Do not add any parameters in coursevalidator.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.