Hi,
When i add a connection string FpConnStr from application setting UI in VS
2008, it ends with sth. like:
<connectionStri ngs>
<clear />
<add name="CapiInter viewer.Properti es.Settings.FpC onnStr"
connectionStrin g="data source=PowerCap iData"
providerName="S ystem.Data.SQLi te" />
</connectionStrin gs>
Because this config is also shared by other class library/projects for the
same application/solution, I don't like the
"CapiInterviewe r.Properties.Se ttings" part VS 2008 added for me, is there
any way to avoid it without breaking code? For example, I also use VS 2008
data design to add a DataSet file (*.xsd), who will uses this connection
string.
Thanks a lot!
Ryan
When i add a connection string FpConnStr from application setting UI in VS
2008, it ends with sth. like:
<connectionStri ngs>
<clear />
<add name="CapiInter viewer.Properti es.Settings.FpC onnStr"
connectionStrin g="data source=PowerCap iData"
providerName="S ystem.Data.SQLi te" />
</connectionStrin gs>
Because this config is also shared by other class library/projects for the
same application/solution, I don't like the
"CapiInterviewe r.Properties.Se ttings" part VS 2008 added for me, is there
any way to avoid it without breaking code? For example, I also use VS 2008
data design to add a DataSet file (*.xsd), who will uses this connection
string.
Thanks a lot!
Ryan
Comment