Skip to content

Error activating IRecaptchaModel #65

@jshane21083

Description

@jshane21083

I am getting the following error in the RecaptchaController.cs on the line "this.model = ControllerModelFactory.GetModel(this.GetType());"

Exception Details: Ninject.ActivationException: Error activating IRecaptchaModel
No matching bindings are available, and the type is not self-bindable.
Activation path:

  1. Request for IRecaptchaModel

Suggestions:

  1. Ensure that you have defined a binding for IRecaptchaModel.
  2. If the binding was defined in a module, ensure that the module has been loaded into the kernel.
  3. Ensure you have not accidentally created more than one kernel.
  4. If you are using constructor arguments, ensure that the parameter name matches the constructors parameter name.
  5. If you are using automatic module loading, ensure the search path and filters are correct.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions