Setup:
Application: - the app references Assembly1 and 2
- App.Config - has connection strings for everything in it
- form1
- form2
Assembly1:
- class1
- class2
- dataset1
- dataset2
Assembly2:
- class1
- class2
- dataset1
I need to tell assembly 1 and 2 to use the app.config connection string. How do I do this?
Thanks for any help!
Application: - the app references Assembly1 and 2
- App.Config - has connection strings for everything in it
- form1
- form2
Assembly1:
- class1
- class2
- dataset1
- dataset2
Assembly2:
- class1
- class2
- dataset1
I need to tell assembly 1 and 2 to use the app.config connection string. How do I do this?
Thanks for any help!