Quantcast
Channel: Entity Framework
Viewing all articles
Browse latest Browse all 10318

Edited Issue: Installing EF nuget package in a VS10 website doesn't write as the first child of in web.config [712]

$
0
0
In Dev10:
1. Create a new website
2. Install EF nuget package
3. F5

Actual: Error referring to web.config - only one <configSections> element allowed per config file and if present must be the first child of the root <configuration> element.

Expected:
<configSections> is the first child of <configuration> in web.config allowing the website to run.

This works correctly for WAP in Dev10.


Viewing all articles
Browse latest Browse all 10318

Trending Articles