J
jmorgret
Whenever I try to view a particular form in Design mode I get the
following error:
The ConnectionString property has not been initialized.
I have seen other posts in regard to this error in ASP.net projects and
in reference to settings in the config files but this is not my
situation. I am in a VB.net project trying to view a windows form.
This is a complex form that has a ton of user controls on it. However
none of the controls have any datacontrols like datagridview or
bindingsource. All our data handling is done through code in our data
layer project so I don't know why this would be an issue at design time.
The project runs fine it just won't let me look at the form.
I searched my code for ConnectionString and I can't find anything and
even though the rest of the error does reference other classes in my
data project, I don't really know what to change because it isn't
pointing to any lines with error just lines like DataAdapter.Fill.
Again the only error is during design not when I run the project. Any
suggestions?
Thanks.
Jennifer
following error:
The ConnectionString property has not been initialized.
I have seen other posts in regard to this error in ASP.net projects and
in reference to settings in the config files but this is not my
situation. I am in a VB.net project trying to view a windows form.
This is a complex form that has a ton of user controls on it. However
none of the controls have any datacontrols like datagridview or
bindingsource. All our data handling is done through code in our data
layer project so I don't know why this would be an issue at design time.
The project runs fine it just won't let me look at the form.
I searched my code for ConnectionString and I can't find anything and
even though the rest of the error does reference other classes in my
data project, I don't really know what to change because it isn't
pointing to any lines with error just lines like DataAdapter.Fill.
Again the only error is during design not when I run the project. Any
suggestions?
Thanks.
Jennifer