Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 899153
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T15:10:15+00:00 2026-05-15T15:10:15+00:00

I want to use Ninject in a project which combines ASP.Net webforms and ASP.Net

  • 0

I want to use Ninject in a project which combines ASP.Net webforms and ASP.Net MVC. I’m using Ninject 2, but when I use NinjectHttpApplication from Ninject.Web.Mvc it complains when I use somethings like a PageBase that the Kernel is not created.

I have the following in the Global.asax and am unsure what to add.

public class MvcApplication : Ninject.Web.Mvc.NinjectHttpApplication
{
    protected override void OnApplicationStarted()
    {
        AreaRegistration.RegisterAllAreas();
        RegisterRoutes(RouteTable.Routes);
        RegisterAllControllersIn(Assembly.GetExecutingAssembly());
    }

    protected override Ninject.IKernel CreateKernel()
    {
        return new StandardKernel(new ServiceModule());
    }
}

Does somebody has this working somewhere who could share some thoughts or code on this?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-15T15:10:16+00:00Added an answer on May 15, 2026 at 3:10 pm

    As Ruben told, I’ve put up a message on the Ninject Mailing list:

    http://groups.google.com/group/ninject/browse_thread/thread/317fc48387399aa6

    The answer in short is, it unfortunately isn’t really possible. However with a custom PageBase class you can make Property and Method injection possible (from Nate Kohari’s answer in the Ninject Mailing List):

    public abstract class PageBase : Page
    {
      public IKernel Kernel { get; private set; }
      public PageBase() { Kernel = ...; }
      public void Page_Init() { Kernel.Inject(this); }
    } 
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to use Ninject to use in a non MVC ASP.NET 3.5 web
I want to use RavenDB with ninject in my asp.net mvc3 project, Any idea
I've started using Ninject in an ASP.NET MVC 3 project, using the standard boot
I'm using NInject with NInject.Web.Mvc. To start with, I've created a simple test project
I'm successfully using Ninject in my web applications by deriving my Global from NinjectHttpApplication
I am using AJAX-enable web services in my ASP.NET MVC3 application and I want
I have an ASP.NET MVC 3 application and am using Ninject for injecting dependencies
i want use some data from a website with web service. i have a
I have a WCF web service in which I want to use my Repositories
I'm currently working on an MVC 3 project using Ninject as my DI, the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.