Closed HoomanBahreini closed 3 years ago
I am using Ninject in a ASP.NET MVC. I upgraded the following to packages:
After the update I am getting error during the initialization of Ninject, on the following binding.
Bind<INutralProductLoader>().ToProvider(typeof(ShopifyNutralProductLoaderProvider)).InRequestScope().Named("Shopify");
The error is something along the lines of object reference is null.
My bad, the issue was not with Nonject
I am using Ninject in a ASP.NET MVC. I upgraded the following to packages:
After the update I am getting error during the initialization of Ninject, on the following binding.
The error is something along the lines of object reference is null.