NInject is a dependency injection framework for .NET applications.
1
vote
1answer
32 views
Model (ViewModel) binding when model needs dependencies injected
I'm using Ninject for dependency injecting in an ASP.Net MVC application (This is my first project using Ninject or DI at all for that matter).
I'm opting to using the Model-View-ViewModel pattern. ...
0
votes
0answers
32 views
Cannot pass a repository parameter to a specific controller
I am using simple membership for account registration and I need to store extra data when the user registers. I'm using Ninject for dependency injection and I already have a repository that gets a ...
1
vote
1answer
45 views
Setting up different connection strings for different user in an ASP.NET MVC 3 Web App + Ninject + EF
I'm trying to figure out how to set up a different connection string upon each web request.
This is my scenario:
one single webapp based on asp.net mvc 3 + ninject + entity framework
one single ...
2
votes
1answer
48 views
Nhibernate throwing Session is closed
I'm flapping in the wind, so I thought I'd ask here... Please let me know if this is obvious and has been answered before.
I'm building an MVC3 site which works fine while I'm running it with one ...
2
votes
1answer
17 views
At what point does activation of services happen in Ninject when requesting IEnumerable
We are using Ninject in work as part of a modification to our legacy system. In some parts of the application we have opted to use a static Service Locator that wraps around Ninject. This is really ...
1
vote
2answers
70 views
Dependency injection in long-running Windows service - Composition root the right idea?
I am writing a Windows Service that (if all goes according to plan) will run for months at a time. Throughout the lifetime of the service, it will maintain several WCF services (named pipes for ...
1
vote
1answer
29 views
How to (not) specify scope in class libraries with Ninject3
I've an ASP.NET MVC application using Ninject3 (NuGet install). The solution contains:
an MVC project (composition root);
a Domain Model project;
a Data Layer project;
a scheduler project (running ...
-1
votes
1answer
46 views
How to retain data in an object using modelbinding, retrieved from a repository, that isn't saved to the database?
The problem:
I have a series of questions (shown 1 by 1) that have to be answered by the user. At the end of the series, an overview is shown of the questions and their given answers. Everything ...
1
vote
1answer
35 views
Conventional Bind to self and all interfaces Ninject
Is there a way to use ninject's conventional binding to bind to self and all interfaces.
_container.Bind(x => x.From(_assemblyList)
.SelectAllClasses()
...
1
vote
1answer
54 views
Bootstrapper does not load my NinjectModules
I am trying to use Bootstrapper with Ninject. I have installed Ninject.MVC3 to initialize my Ninject container from nuget and I have created a test module like this:
public class TestNinjectModule : ...
0
votes
2answers
27 views
TypeLoadException using Ninject MVC3: NinjectMvcHttpApplicationPlugin doesn't implement GetRequestScope
I have spent hours on trying to figure out why, after upgrading Ninject and Ninject.Web.Common to the latest versions, I have been getting this TypeLoadException.
I have the answer, which I will ...
0
votes
0answers
27 views
Custom Membership Using Ninject
I am making a web application in Asp.net MVC4. I am using Custom Membership Provider and Ninject. My Application is divided into multiple projects and I am using Ninject. I am fairly new to Ninject.
...
1
vote
1answer
25 views
Ninject contextual bindinng like structuremap
Hi I am using Ninject IoC container. I can not convert the structuremap code to ninject.
This is Structuremap code binding
...
1
vote
1answer
60 views
Ninject Property Injection Setup Issue [closed]
This question relates to an answer to a question I asked earlier (IoC setup and issue with inherited class).
I've tried setting up property injection to overcome my issue in my other question however ...
1
vote
1answer
28 views
Inject into ToMethod binding
I'm not quite sure how to ask this so I'll just post my code sample and give a brief description of what I'm trying to do. I have the following bindings setup:
...
1
vote
1answer
51 views
Ninject ASP.NET MVC without default constructor
I've come across an issue where ninject will not work unless there is a blank default constructor in my controller. I register by bindings in NinjectWebCommon.cs in my app_start like follows:
...
1
vote
1answer
34 views
ASP.net MVC RoleProvider with Ninject & CodeFirst
I'm using a CodeFirst database for my application and built my own RoleProvider. It uses a specific Uow which I inject using Ninject. On my local machine everything works fine. On the production ...
2
votes
4answers
156 views
Asp.net membership provider using ninject - call Initialize method
I am trying to implement a custom membership provider in an asp.net mvc 4 web application using ninject for dependency injection. Here is the code I have until now.
public interface ...
0
votes
1answer
81 views
Ninject singleton and Entity Framework with MVC and API
I really struggled with the title on this one so hopefully I will describe it much better here!
We use Entity Framework as our ORM and Ninject as our Dependency Injection framework. We bind our ...
0
votes
1answer
51 views
get constructor parameters from activation context
Assuming I want to have instances created by a ProxyFactory, I need to be able to pass this factory a list of constructor parameters.
public class Foo : ViewModelBase
{
public Bar MyBar { get; ...
0
votes
0answers
35 views
Ninject inject a service interface in a web service
I have a web service in my project that I use to return json data to ajax calls.
Injecting my ClientService works fine on regular pages but how do I get it to work in the Web Service?
...
4
votes
2answers
126 views
Configuring Ninject with Asp.Net MVC & Web Api
i have setup my project with Ninject IoC.
My project has regular Asp.Net MVC controllers and Web Api controllers. Now, Ninject works with Web Api but Ninject doesn't work with regular Asp.MVC ...
1
vote
0answers
34 views
Ninject Console App - DebugException does not have an implementation?
just fired up a new console app project. I've added Ninject, Ninject.Extensions.Logging, Ninject.Extensions.Logging.Log4Net
I've setup ninject like so:
XmlConfigurator.ConfigureAndWatch(new ...
0
votes
0answers
35 views
Ninject and WPF Entity Data Model
I have recently starting working with Ninject and WPF. The way I have done DI is by using the repository pattern.
I have a new WPF project that connects to a SQL 2008-R2 database. I created an ADO ...
1
vote
1answer
49 views
Injecting a DataContext… and there can be only one
My implementation of unit of work and repository might be the root of the issue here.. but given that everywhere I look for a unit of work implementation I see a different one, I'm sure Ninject has a ...
0
votes
1answer
56 views
How to Moq NHibernate extension methods?
I'm developing an application using NHibernate for the ORM, NUnit for unit testing and Ninject for my DI. I'm mocking the ISession like so:
var session = new Mock<ISession>();
With the ...
0
votes
1answer
46 views
Could not load Ninject assembly in Web.config
I am trying to debug my application but at that time Error is shown as below:
Could not load file or assembly 'Ninject, Version=3.0.0.0, Culture=neutral, PublicKeyToken=c7192dc5380945e7' or one of ...
0
votes
1answer
18 views
Ninject bindings order of execution
For a set of bindings like the ones below
Bind<ITestInterface>().To<WHenBarHappensTriggerTarr1>()
Bind<ITestInterface>().To<WHenBarHappensTriggerTarr2>()
...
0
votes
1answer
16 views
Change default scope for all bindings “to” a particular class
Is there any way to set the default scope for all bindings "to" a particular class. For instance if I have the following:
kernel.Bind<IMyInterface1>.To<MySingletonClass>();
...
1
vote
1answer
53 views
C# MVC4 EF Ninject - repository in domain class
I have a class:
Question
With the properties:
Bool IsTextAnswer
List<String> Answers
The answers to a question are:
2-4 answers stored in the list of answers OR
4 colors (stored in the db, ...
0
votes
1answer
24 views
Can you create multiple instances of a class using method injection or some other form of injection?
public interface IFoo {}
public class Foo : IFoo {}
public sealed class NinjaModule : NinjectModule //Appropriately configured in project
{
public override void Load()
{
...
0
votes
2answers
53 views
Ninject avoid use named bindings
I have got this code.
foreach(device into xmlfile)
{
var kdevice = kernel.Get(type, parameters.ToArray()) as IDevice;
devices.Add(kdevice);
...
2
votes
1answer
43 views
Ninject - Entity Framework - Change Context during Runtime
We have kind of an interesting situation here. We are using the repository pattern with Entity Framework so each database table has its own Repository class that accepts an instance of a DbContext in ...
1
vote
2answers
25 views
Use Ninject.InSingletonScope() for all classes in defined namespace
I have a set of repositories in a class lib that are required to be singletons.
They share library with other classes as well - classes created as singletons.
Is it possible to configure Ninject to ...
1
vote
2answers
50 views
Accessing Methods/Properties from a class in a separate project without adding reference to the project containing the class (Same solution)
I'm not sure if the title correctly describes my problem. If someone could better describe my problem by reading the following description, please help me by editing the title to something more ...
5
votes
2answers
198 views
Ninject - Request scope has already been disposed
I'm using Ninject and the extensions EventBroker and DependencyCreation in an MVC 3 application. I've installed and am using the Ninject.MVC3 package and therefore the OnePerRequestModule.
I'm ...
0
votes
2answers
59 views
Ninject: Resolve list of all registered types with constructor parameters
I am able to get a list of all the registered types by doing
var myTypes = kernel.Get<List<IMyInterface>>();
The MyType implementations need to take in a constructor argument though. I ...
2
votes
1answer
40 views
Is is possible to use Ninject on an EntityFramework Entity object?
I'm not sure if this is possible, but I'd like to have a class that can be loaded and saved using Entity Framework which also uses Ninject to populate Interfaces with concrete implementations at run ...
0
votes
0answers
52 views
WebApi and Ninject singleton scope
Im using this article to get ninject to work with Asp.Net WebApi
http://www.strathweb.com/2012/05/using-ninject-with-the-latest-asp-net-web-api-source/
This breaks all scopes, like InSingletonScope
...
1
vote
2answers
62 views
Ninject equivalent for SimpleInjector RegisterDecorator method
I have the following code in Simple Injector IoC container:
container.RegisterDecorator(typeof(ICommandHandler<>),
typeof(ValidationCommandHandlerDecorator<>));
I need to translate ...
1
vote
1answer
69 views
How to Bind Multiple Implementations using Ninject contextual bindings
I have a Skype Bot service which has a defined Interface for shortening a given url.
namespace Skypnet.Modules.UrlShortener
{
public interface IUrlShortenerProvider
{
string ApiKey { ...
3
votes
1answer
44 views
Using NInject, resolving IEnumerable<T> fails when injecting a a ctor arg, but not when doing Get<IEnumerable<T>>()
When using NInject if I set up a binding for IEnumerable, it will work if I directly request an IEnumerable, but not if another bound object requires an IEnumerable. Is this by design?
class Program ...
1
vote
1answer
96 views
Exception from NinjectMvcHttpApplicationPlugin via Ninject.MVC3 Bootstrapper (in MVC4)
I know there are some questions already on this topic but I am still missing something that is causing this error. I installed ninject.mvc3 package which installs ninject and ninject.web.common ...
1
vote
0answers
62 views
Ninject WCF extention with already existing ServiceHostFactory and ServiceHost
We have a difficulty to use Ninject wcf extensions. We host our services in IIS and using svc files. We have read a lot of posts describing usage of NinjectServiceHostFactory(in svc files) with ...
0
votes
1answer
32 views
Ninject solrnet binding doubts
I am using Ninject for DI in my project. I am using solrnet for search functionality and I am trying to incorporate Solr to Ninject. Below is the code i have added in Global.asax
protected ...
2
votes
2answers
189 views
How-to inject the Entity Framework DbContext into the ConfigurationBasedRepository of SharpRepository
I really would like to use SharpRepository together with Ninject, but I do not understand how to configure Ninject to share the Entity Framework DbContext between the repositories.
I am using Entity ...
1
vote
1answer
65 views
Passing Constructor Arguments to a dependency of a root object as part of a single resolve in Ninject
I have the following classes (I know they are not well designed; I just want to express the Ninject problem).
I don't know how to pass the constructor arguments down to my service (which is a ...
0
votes
2answers
50 views
How to use strategy pattern with Ninject
I have two repositories AlbumRepository with interface IAlbumRepository and CachedAlbumRepository with interface IAlbumRepository which has constructor interface IAlbumRepository. I need inject with ...
4
votes
1answer
151 views
AutoMapper Profiles and Unit Testing
I'm rolling over my AutoMappers from using one large AutoMapperConfiguration class to using actual profiles. Global now looks like so (forgive the Open/Close violation for now)
Mapper.Initialize(x ...
0
votes
1answer
65 views
make Ninject resolve ToMethod bindings
I've made a MainFactory which will resolve all dependencies for my classes, but I would like to use Ninject in order to make it automatically resolve constructor parameters.
so, I'm trying to bind ...






