VS 2005 Crashes when.....

I had a problem earlier today which I posted, but it has turned into something more and I need some help to resolve this. Just a quick background on me - I am learning .net coming from vb6 and have vs 2005 professional installed on my machine. Earlier I had created a dataconnection within my app and then couldnt figure out how to modify some parts of it. So I created a second one and got all the settings I wanted and missed on the first one. I deleted the first one but didnt realize that a datagrid was still attached. I could no longer view my form and was given the following error:

The variable 'EQ2SourceDataSetBindingSource1' is either undeclared or was never assigned.
Hide

at System.ComponentModel.Design.Serialization.CodeDomSerializerBase.Error(IDesignerSerializationManager manager, String exceptionText, String helpLink)
at System.ComponentModel.Design.Serialization.CodeDomSerializerBase.DeserializeExpression(IDesignerSerializationManager manager, String name, CodeExpression expression)
at System.ComponentModel.Design.Serialization.CodeDomSerializerBase.DeserializeAssignStatement(IDesigne rSerializationManager manager, CodeAssignStatement statement)
at System.ComponentModel.Design.Serialization.CodeDomSerializerBase.DeserializeStatement(IDesignerSerializationManager manager, CodeStatement statement)

I wound up having to delete the project and started over. Now I add a datagrid to a tab on a form and then try to setup a data connection using the wizard (initiated through the datagrid) once i get the database found and I choose to include tables and or views (using Access 2000 db) it then crashes out of vs 2005 totally - no warning no error. Anybody else have this kind of issue? What should I do to resolve?

Thanks,

Silverdmm

[1810 byte] By [silverdmm] at [2007-12-24]
# 1
Check out this knowledge base article
KenTucker at 2007-8-31 > top of Msdn Tech,Visual Basic,Visual Basic IDE...