Ram*_*esh 2 c# configuration custom-configuration
我正在使用Visual Studio 2005,并使用"App.config"文件创建了一个应用程序.当我尝试编辑并向该App.config文件添加新值时,它显示错误请帮助我..
我的app.config文件包含:
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<appSettings>
<add key="keyvalue" value="value"/>
<add key="keyvalue1" value="value1"/>
</appSettings>
<mySettings>
<add name="myname" myvalue="value1"/>
</mySettings>
</configuration>
Run Code Online (Sandbox Code Playgroud)
它显示错误:
Could not find schema information for the element "mySettings"
Could not find schema information for the element "add"
Could not find schema information for the element "myvalue"
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
2453 次 |
| 最近记录: |