Hello all.
The error I get is the following when I try to drop a usercontrol onto another form. The usercontrol contains nothing but a dropdown that binds to a generated collection (self-servicing).
Error:
Failed to create component 'usrProviderCTDropdown'. The error message follows: 'The key 'Main.ConnectionString' does not exist in the appSettings configuration section.'
My attempted solutions that do not work:
I have copied the app.config that was generated to my executable part of the project like everyone should.
Then I even went as far to create app.configs for subsequent projects in the solution and copied the main.connectionstring key/value pair to each one. But I still get the error. I am at a loss on what to do. Searching the forums here I haven't run into a solution.
Any help is appreciated. I really need to have the ability to use my usercontrols multiple times.. and can't at teh moment... which means I have the same code a multitude of times.. not good.
Thanks.