I am having a big issue with this problem. One of my forms are using the binding source with a strong-typed dataset. When I am creating the data set using Studio.NET 2005 I am prompted to select a connection string. I am only given choices that are connection strings from the application settings. My issue is that my deployment configuration (Where my DB is stroed and the name of the DB) is deifferent from the dployment configuration. I need to be able to somehow tell the program to use my local configuration and when I deploy it to use a different configuration. In ASP.NET when you add a DataSource there is an option to add a Database Object that allows you to creat your own DB object. Is there a way to do this in VB.NET. The Connection string property in the Application settings are only readonly.
Thanks
Thanks