Dataset designer erroneous auto loading  
Author Message
aabundez





PostPosted: .NET Framework Data Access and Storage, Dataset designer erroneous auto loading Top

My dataset code keeps auto updating incorrectly everytime I make a change to it. It happens in MyDataSet.Designer.vb at every line of code that has the following statement:

Me._connection.ConnectionString =Global.InstantIQ.My.MySettings.Default.SEG2ConnectionString

The underlined portion gets updated everytime I make a change to the dataset. I think this happened after I renamed my project in Solution Explorer. Is there a file I can update to stop this behavior

I'm trying to avoid having to re-create the dataset. I have several queries referenced in my project to this dataset.

Thank you,

-Angel


.NET Development20  
 
 
alazela





PostPosted: .NET Framework Data Access and Storage, Dataset designer erroneous auto loading Top

Dataset designers are actually handled by Visual Studio, not ADO.Net. Try asking this question in one of the VS forums. Probably the VB IDE forum.