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?
- 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?
- Is there any side effect if we comment out the codes?
- 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)
-
0
Hi @tteoh,
I closed the issue because @KennyEng12 said that the problem was solved. I couldn't understand what is the problem here ?
-
0
Hi ismcagdas,
There is no problem, please read carefully, I was asking questions :)
Thanks. /Tommy
-
0
- 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.
- Is there any side effect if we comment out the codes?
No. Because you are using a different provider.
- 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.
-
0
Hi ismcagdas,
Thank you for the answers.
Thanks. /Tommy