In VS2003 EA the "Data Adapter Configuration Wizard" has stopped working.
Dragging connections and objects from server explorer works ok, but
configuration halts with error "Object reference not set to an instance of
an object". This also occurs when accessing the drop-down button in a
SQLConnection.ConnectionString property.
Manual configuration works ok and my applications are compilable and
runnable. But not beeing able to use the IDE is a pain.
Any ideas on how to repair this ar greatly appreciated.
Thanks,
E.
Ulvis - 13 Feb 2005 15:15 GMT
Problem solved.
I deleted all my data connections from server explorer and now it started
working again. Probably some of these conncetions were no longer valid,
especially a mix of Access, Excel, dBase4, text and other legacy crap.
E.