Data access in VB.NET

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I keep coming up against the message "Extensibility DTE Object Unavailable".

I can find no help or guidance to the meaning of this.

Can anyone tell me what I need to do?

Thanks, in advance, I'm desperate!

Jim
 
Thanks, but I've been there already!

My problem:

I'm starting a new VB.NET project, to read/write datat to and from a small
Access database.
I've taken the simplest approach, created the new project and added an
OleDbDataAdapter. OK so far.
Having configured the adapter, using the wizards, "Select * FROM Links"
creates all the SQL Commands OK.

Now, when I select the Data Menu, and "Generate Dataset", thats when this
darned message pops up.

I'm running this under Windows XP, with SP2, if that makes any difference.
 
Back
Top