I keep trying to install the entity framework 6 and it always rolls back with the error of
error: This operation would create an incorrectly structured docum
I had the same problem, and discovered the cause was the element in the web.config file. In my case, I changed this:
to this:
That fixed it.