aspnet / AspNetWebFormsDependencyInjection

Dependency injection support for ASP.NET Web Forms 4.x

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

promblem

EvilGeniusRoll opened this issue · comments

Hello

I use AspNetWebFromsDependencyInjection in my project and faced with the problem initialization constructor, so I always getting error "There is no argument given that corresponds to the required formal parameter", but when I try initialization using property problem don't appear.

thank you for advance

Are you using Microsoft.AspNet.WebFormsDependencyInjection.Unity? Can you share a repro app?

I am unable to resolve my parameterized constructor while doing the RegisterType, is there any way to do it ...

i am using HouseofCat.DependencyInjection.WebForms.Unity;