All the dynamic web references from my 2003 project are still in my web.config in the <appSetting> element?
Do I have to manually move them? I would have thought the conversion would have dealt with this?
In my web.config I had entries like this
<add key="Cust-Conn.WSAccount.Account" value="http://localhost/i-conn/wwcd/WSLedger/Account.asmx"/> for my web reference.
I cannot seem to add this key to the settings.settings file, i get the error "Cust-Conn.WSAccount.Account is not a valid identifier"
richbaker
Member
132 Points
27 Posts
Re: Web References - Custom tool warning
May 09, 2006 07:53 PM|LINK
<?xml version='1.0' encoding='utf-8'?>
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)">
<Profiles />
<Settings />
</SettingsFile>
All the dynamic web references from my 2003 project are still in my web.config in the <appSetting> element?
Do I have to manually move them? I would have thought the conversion would have dealt with this?
In my web.config I had entries like this
<add key="Cust-Conn.WSAccount.Account" value="http://localhost/i-conn/wwcd/WSLedger/Account.asmx"/> for my web reference.
I cannot seem to add this key to the settings.settings file, i get the error "Cust-Conn.WSAccount.Account is not a valid identifier"
Thanks
Richard.