-
Notifications
You must be signed in to change notification settings - Fork 69
Open
Description
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:
- Request for IRecaptchaModel
Suggestions:
- Ensure that you have defined a binding for IRecaptchaModel.
- If the binding was defined in a module, ensure that the module has been loaded into the kernel.
- Ensure you have not accidentally created more than one kernel.
- If you are using constructor arguments, ensure that the parameter name matches the constructors parameter name.
- If you are using automatic module loading, ensure the search path and filters are correct.
Metadata
Metadata
Assignees
Labels
No labels