I have a strange problem. I have a user control that has some code behind it that retrieves the list of Department Entities and displays them. When I try to add this user control to my form, Visual Studio throws an error (attached) saying that the "ConnectionString property has not been initialized". I can't figure out why this is doing this.
I figured out that I could take any code that calls LLBLGen stuff out of the constructor and the load event and get the control on to the form, but if there is anything in either of those, it throws this error.
Any ideas what causes this?
Allen