我刚从我的数据库中创建了Code First模型,现在我需要在应用程序上激活迁移。但是当我在Nuget包管理器中键入“enable-migrations”时,我收到了这个错误:
System.InvalidOperationException:此操作将创建结构不正确的文档。在System.Xml.Linq.XDocument.ValidateDocument(XNode previous,XmlNodeType allowBefore,XmlNodeType allowAfter).....
如果您能帮助我解决这个问题,我将非常感激。
答案 0 :(得分:0)
特别感谢:This operation would create an incorrectly structured document
只需移除xmlns="http://schemas.microsoft.com/.NetConfiguration/v2.0"
中configuration
标记中的web.config
。