Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi,
In Umbraco 7.2.2 I could without a problem use Ninject to get a service like:
CmsService = (ICmsService) GlobalConfiguration.Configuration.DependencyResolver.GetService(typeof(ICmsService));
but in version 7.2.6 I have an error:
resolution is not frozen it is not yet possible to get values from it
with: Bind
How to inject or resolve services in class that inherits from ApplicationEventHandler?
The constructor must be empty.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
ApplicationEventHandler inject services?
Hi,
In Umbraco 7.2.2 I could without a problem use Ninject to get a service like:
but in version 7.2.6 I have an error:
with: Bind
How to inject or resolve services in class that inherits from ApplicationEventHandler?
The constructor must be empty.
is working on a reply...