aspnet / AspNetWebFormsDependencyInjection

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Struggling to get this working

Jetski5822 opened this issue · comments

        void Application_Start(object sender, EventArgs e)
        {

            var container = this.AddUnity();

            container.RegisterType<IClass1, Class1>();

image

image

Seems like something is not wired in right... any ideas?

sorted it - my error

How did you fix this?

I'm having the same issue

Typical error when targetting a version of .net lower than 4.7.2 in web.config file.