Hi guys, i have a question about Settings.settin gs
I have some datasets in my app, each dataset uses a connection (myCnn)
created in Settings.settin gs
if i use
Properties.Sett ings.Default.my Cnn="otherStrin gConnection";
i got
Error 3 Property or indexer 'Usuarios.Prope rties.Settings. myCnn cannot be
assigned to -- it is read only F:\Treb\Usuario s\Usuarios\Form 1.cs 96 13
Usuarios
its only read, how can i modify it? i want to load my string connection from
a text file and use it in all my app datasets
Regards.
I have some datasets in my app, each dataset uses a connection (myCnn)
created in Settings.settin gs
if i use
Properties.Sett ings.Default.my Cnn="otherStrin gConnection";
i got
Error 3 Property or indexer 'Usuarios.Prope rties.Settings. myCnn cannot be
assigned to -- it is read only F:\Treb\Usuario s\Usuarios\Form 1.cs 96 13
Usuarios
its only read, how can i modify it? i want to load my string connection from
a text file and use it in all my app datasets
Regards.
Comment