Entity Framework/Database First Build takes forever
i am using: Visual Studio 2012 Entity Framework 5
I created my model from an Oracle Database with 1000 Tables. All of these
are in one big edmx-file. (Not a good idea, i know, but at the moment no
other way).
The problem is building the project. In VS the build takes 20 minutes (!).
VS is unresponsive for that time. After that suddenly the report shows up
in Output. Compiling the same project with MSBuild takes 4 seconds...
I could not find anything on the web on why this is happening. Any help
much appreciated.
No comments:
Post a Comment