error: This operation would create an incorrectly structured document

后端 未结 6 1983
北海茫月
北海茫月 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:43

    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.

提交回复
热议问题