Base solution for your next web application
Open Closed

Migrator.exe Questions #5516


User avatar
0
tteoh created

Hi, I'm using ASP.NET Zero non-core template of ASP.NET MVC5 & Angularjs 1.x with version 5.6.0.

Based on the answer here: GitHub #Issues 630, we know that this is related to EF, are you willing to share some information that we would like to know?

  1. Why Web.config runs smoothly with and without the codes that GitHub mentions about but App.config of .Migrator runs with exception if the codes are not comment out?
  2. Is there any side effect if we comment out the codes?
  3. Is the Migrator.exe under ABP or EF? Based on the DEVELOPMENT GUIDE MVC ANGULARJS mentions about, this should be under ABP but why ismcagdas says that is related to EF?

Thanks. /Tommy


4 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @tteoh,

    I closed the issue because @KennyEng12 said that the problem was solved. I couldn't understand what is the problem here ?

  • User Avatar
    0
    tteoh created

    Hi ismcagdas,

    There is no problem, please read carefully, I was asking questions :)

    Thanks. /Tommy

  • User Avatar
    0
    ismcagdas created
    Support Team
    1. Why Web.config runs smoothly with and without the codes that GitHub mentions about but App.config of .Migrator runs with exception if the codes are not comment out?

    I'm not sure about this. Maybe EF reads the first provider mistakenly. If you are not going to use it, you can remove it.

    1. Is there any side effect if we comment out the codes?

    No. Because you are using a different provider.

    1. Is the Migrator.exe under ABP or EF ? Based on the DEVELOPMENT GUIDE MVC ANGULARJS mentions about, this should be under ABP but why ismcagdas says that is related to EF ?

    Refer to my answer for question 1.

  • User Avatar
    0
    tteoh created

    Hi ismcagdas,

    Thank you for the answers.

    Thanks. /Tommy