path=System.Configuration.ConfigurationSettings.AppSettings["PhotoPath"].ToString()+RelativeFile; 的具体解释。

问题描述

请问这句是什么意思?stringpath=System.Configuration.ConfigurationSettings.AppSettings["PhotoPath"].ToString()+RelativeFile;主要是指在PhotoPat是在配置文件中自己设置的吗?

解决方案

解决方案二:

解决方案三:
具体怎么写?请说具体些。我这里要为其赋值为:专网内的服务器+安装路径
解决方案四:
再项一下,请帮忙

时间: 2024-10-03 05:27:04

path=System.Configuration.ConfigurationSettings.AppSettings["PhotoPath"].ToString()+RelativeFile; 的具体解释。的相关文章

System.Configuration.ConfigurationSettings.GetConfig(string)”已过时

点击打开链接

[Config]如何利用ConfigurationSettings.AppSettings.GetValues读取配置文件中多个同Key的value

编写者:郑昀@Ultrapower 默认情况下, string[] strArray = System.Configuration.ConfigurationSettings.AppSettings.GetValues("Uri"); 是无法读取配置文件中多个同Key的value的.如下所示的配置: <appSettings>        <add key="Uri" value="uri1"/>    <add

我在做一个网站统计时,提示出错:“System.Configuration.Configuration”并不包含“Manager”的定义

问题描述 publicstaticstringstrconn=System.Configuration.Configuration.Manager.AppSettings["ConnectionString"]; 解决方案 解决方案二:.net2.0:publicstaticstringstrconn=System.Configuration.ConfigurationManager.AppSettings["ConnectionString"]; 解决方案三:谢谢

ConfigurationSettings.AppSettings如何使用?

问题描述 我写了一个配置文件project.exe.config,放在当前项目根下内容为:<configuration><appSettings><addkey="log-file-name"value=".\MsgConsole.dm3.log"/></appSettings></configuration>并且写了一个程序为:usingSystem;usingSystem.CollecusingSyst

System.Configuration中的BUG

发现当自定义应用程序配置节中出现树型结构时将引发 "System.StackOverflowException" 类型异常. 程序集: System.Configuration, Version=2.0.0.0 例: 使用NodeElement(从ConfigurationElement派生)实现自定义配置节, 当获取其属性数据时出现"未处理的"System.StackOverflowException"类型的异常出现在 mscorlib.dll 中.&q

必须添加对程序集“System.Configuration, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a”的引用

问题描述:        界面层引用BLL层的时候,突然报这个错误.一开始以为是代码什么地方写错了,后面发现其实是因为业务逻辑层使用的是.Net Framwork 4(如图1),而界面层使用的是.Net Framwork 4 Client Profile..Net Framwork 4里面有一些类库是.Net Framwork 4 Client Profile所没有的,所以我们只要将界面层的目标框架改为.Net Framwork 4就可以解决这个问题了. 图1 BLL层使用的框架 图2 界面层使

安装包打包:如何捕获msi升级事件?(System.Configuration.Install)

问题描述 导入System.Configuration.Install类,用于打包时,重写Install方法.在安装的时候,也确实调用了自定义方法.但是当msi版本升级的时候,比如1.0.0升级到1.0.1,并不能捕获Install等任何事件.只有当安装或者卸载的时候,才能捕获Install或者Uninstall等事件.当msi版本升级时,有什么事件能捕获呢,也就说,怎么才能加入自定义操作. 解决方案 解决方案二:或者说思路是错的?根本是无法捕获?解决方案三:CSDN如此萧条了么,怎么没人顶啊解

configurationmanager-VS2010添加了System.Configuration引用为什么找不到ConfigurationManager?

问题描述 VS2010添加了System.Configuration引用为什么找不到ConfigurationManager? using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Data; using System.Data.SqlClient; using System.Configuration; using NewsModels; namesp

SQL Server 2005 RTM 安装错误 :The SQL Server System Configuration Checker cannot be executed due to_基础应用

昨天在安装SQL 2005 RTM的时候碰到了这样一个错误: Microsoft SQL Server 2005 Setup ------------------------------  The SQL Server System Configuration Checker cannot be executed due to WMI configuration on the machine XXXX Error:2147749896 (0x80041008).  For help, click