DataSet connection string

  • Thread starter Thread starter Kent Boogaart
  • Start date Start date
K

Kent Boogaart

Hi,

I created a DataSet in a seperate DAL library project. It created the
settings file to store my connection string. However, AFAIK, library
projects do not support settings files because the app.config file is not
copied to the output directory. Therefore, I cannot change the connection
string without changing my code. Is this a known problem and is there a
simple workaround?

Thanks,
Kent
 
Back
Top