ninject.web Questions
1
Solved
I have a ASP.NET WebForms application that uses some Ninject packages, but I am stuck at a certain version. When I try to upgrade to the latest version, I get "Unable to resolve dependencies" issue...
Fugger asked 11/9, 2018 at 9:9
3
Solved
My asp.net WebApi project comprises of multiple assemblies for Services, Core and Data Access. In an attempt to use Ninject as my DI container in the project, I added Ninject.Web.Common package fro...
Burget asked 12/11, 2012 at 16:12
2
Solved
My asp.net WebApi project comprises of multiple assemblies for Services, Core and Data Access. In an attempt to use Ninject as my DI container in the project, I added Ninject.Web.Common package fro...
Albano asked 14/11, 2012 at 16:43
1
Solved
I'm looking for the best way to incorporate a classic asmx web service into my MVC3 environment. I'd like the kernel/container to be shared between the two.
In the past with ASP.NET web forms I wa...
Touslesmois asked 11/9, 2012 at 21:13
1
Solved
Hello am an trying to implement a global filter with injection.
The filter looks like this.
public class WikiFilter : IActionFilter
{
private IWikiService service;
public WikiFilter(IWikiServic...
Lashundalasker asked 26/4, 2011 at 12:7
1
Solved
So I'm trying to introduce the concept of a user to my application and have got my own set of custom login routines etc. working fine. In my module, I'm binding my IUserSession to my implementation...
Buhler asked 14/1, 2011 at 3:25
1
I just upgraded an existing implementation of Ninject from 1.5 to 2.0. I'm now seeing an intermittent exception getting thrown when many requests are happening in a short period of time.
Here's t...
Domenicadomenico asked 1/10, 2010 at 18:6
1
© 2022 - 2024 — McMap. All rights reserved.