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 6563847
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T13:53:47+00:00 2026-05-25T13:53:47+00:00

I am wondering if anyone else has had an issue with running the DB

  • 0

I am wondering if anyone else has had an issue with running the DB initializer from the global asax?

I have this in the ApplicationStart:

 Database.SetInitializer(new MyInitializer());

That runs fine, after that once my application has started I try a login Method i created in my services. It fails when it tries to open the context.

My test application is setup almost the same way and doesn’t have an issue.

Any thoughts?

Update:
I tried adding the MultipleActiveResultSets=True and now I am getting this error:
The underlying provider failed on Open.

Update 2:
Well, it turns out that my application loads while the initializer is still finishing. That is why I was getting those errors. So, what I figured out is that part of the app loads and then it must request something from the DB (at which point it created the DB and seeds it). At that point part of the application has loaded, but you don’t know that the initializer is still running.

  • 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-25T13:53:48+00:00Added an answer on May 25, 2026 at 1:53 pm

    Like I sad in my updates, the DB wasn’t getting created until after most of the application had run already. It was still running even though, as a user, you wouldn’t know it. So I created an initialization project and added this class:

    public static class InitializeAndSeed
        {
            public static void Initialize()
            {
                Database.SetInitializer(new MyContextInitializer());
    
                using (var db = new MyContext())
                {
                    db.Database.Initialize(false);
                }
            }
        }
    

    In my Applicaiton_Start() I call the InitializeAndSeed.Initialize(). Worked perfectly.

    This article helped me figure that out.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Just wondering if anyone else has spotted this: On some user's machines running our
I'm just wondering if anyone else has had problems moving the Zend Framework from
Wondering if anyone has gotten the infamous database is locked error from Trac and
I was wondering if anyone else has figured out how to solve this problem.
I don't get it, and I'm wondering if anyone else has had a similar
Wondering if anyone else has encountered this problem when utilizing the new ability to
I know this is possible but I'm just wondering if anyone else has done
I was wondering if anyone else has hit this problem? My goal is to
I have never seen this issue before, its very strange. Just wondering if anyone
was wondering if there are anyone else here that has signed up with 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.