I'm having the same problem, but I have an app.Config with the relevant section.
I am using beta2 of vs.net 2005 and working in vb.
I have calls to the LLBL gen library in a user control. After placing the UC on a form, it frequently stops displaying the form in the designer.
The full error is:
The key 'Main.ConnectionString' does not exist in the appSettings configuration section.
at System.ComponentModel.ReflectPropertyDescriptor.SetValue(Object component, Object value)
at System.ComponentModel.Design.Serialization.CodeDomSerializerBase.DeserializeAssignStatement(IDesignerSerializationManager manager, CodeAssignStatement statement)
at System.ComponentModel.Design.Serialization.CodeDomSerializerBase.DeserializeStatement(IDesignerSerializationManager manager, CodeStatement statement)
I think what is happening is the designer is trying to read/set properties which call functions which access the llblGen stuff. Those don't appear to run in the designer.
I don't think this is a "real" llblgen error, but I don't seem to be able to track it down. Does anybody have any ideas?