I\'m using Ninject 2.2, and I\'m trying to setup a binding for an open generic that takes two type arguments. According to this answer by qes, the correct syntax to bind I
I
Bind(typeof(IRepository<,>)).To(typeof(Repository<,>));
Try that....