Question connection strings and designer flaws

jamie123

Well-known member
Joined
May 30, 2008
Messages
82
Programming Experience
Beginner
I had two connection strings used by my strongly typed dataset (on accident, we got it messed up, we were only supposed to have one). To make a long story short, I deleted the unnecessary connection string from the project settings, and redirected all of the strongly typed datatables to the proper connection string. However, every 15 minutes or so the IDE reinserts code for the old, unused, and no longer existing connection string. I have to go in and replace that code with the proper connection string. But alas, in the next 15 minutes it will be replaced with the automated code again. How can I stop this? It's in the dataset designer code.
 
Back
Top