I'm not familiar with the My.Settings but can';t you do one check at the beginning of the program and if it's empty instantiate it to an empty collection?
Something like:
vb Code:
If My.Settings is nothing Then My.Settings = New SomeCollection(of SomeType) End If




Reply With Quote