error: This operation would create an incorrectly structured document

后端 未结 6 1980
北海茫月
北海茫月 2020-12-09 21:40

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         


        
6条回答
  •  無奈伤痛
    2020-12-09 21:57

    When Entity Framework is upgraded, the app.config or web.config files will get stuff written into them. I suspect that might be the problem. Take a look at your app.config or web.config files. Maybe the EF upgrade is having trouble writing to them without making an invalid xml document.

提交回复
热议问题