views:

12

answers:

1

When I'm viewing the connection string options in the properties view of a TableAdapter, I get a list of options for connection strings. Our project has evolved in such a way that many of these options refer to databases that no longer exist on the server. Is there a way to delete these?

Thanks.

+1  A: 

They are in the "configuration/connectionStrings" xpath of your dll's app.config file.

Sheng Jiang 蒋晟

related questions