由于历史原因,我的解决方案中有一个名为edit.config的文件。这是一个简单的XML文件,在运行时使用。无法更改文件的名称。该文件的内容是:
<?xml version="1.0" encoding="utf-8" ?>
<Configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<Layers>
<Layer FC_Name="GebFlaechen" Type="SynerGIS.GeoOffice.ArcGIS.Integration.GeoMan.GebSplit.GebSplitODataEditor,SynerGIS.GeoOffice.ArcGIS.Integration.GeoMan.GebSplit"/>
</Layers>
</Configuration>
我现在在Visual Studio中收到一条警告:
未声明'Configuration'元素。
如何删除此警告?