“Argument not specified for parameter” using Ninject in web forms
问题 Just to re-iterate the title, this is web forms and not mvc. Also it's using vb.net. I have used nuget to add ninject.web to my project. I have configured NinjectWebCommon's "RegisterServices" method as follows: Private Shared Sub RegisterServices(kernel As IKernel) kernel.Bind(Of ilbdUOW)().[To](Of lbdUOW)() End Sub Everything compiles clean. When I run the simple web form (.aspx page, no master page), I get the following error: BC30455: Argument not specified for parameter '_uow' of 'Public