Error adding a data provider to a datagridview control

N

Nobody

I can get the connection setup, but when I get to the point where I'll
select the objects (using the wizard), I get the following error:

An unexpected error occured. Error message:
Microsoft.VisualStudio.DataDesign.SyncDesigner.Sync Facade.SyncManager from
assembly.
Microsoft.VisualStudio.DataDesign.SyncDesigner.dslP ackage, Version=9.0.0.0,
Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a

Anyone have an idea for a possible solution?

Thanks
 
C

Cor Ligthert[MVP]

Hi,

Can you reproduce the steps that you did, there are endless methods to get
connected to a database.

By instance are you busy with Linq to SQL or with a DataSource?

Cor
 
N

Nobody

Using a datasource.

I added a datagridview control to a form

I go under datagridview tasks

I click to choose Data Source

I click on add Project Data Source

I pick a database for the Data Source Type

I click Next and prompted to save my connection string. The box is checked
to save. I click Next.

That is when I get the error message.


I create a new connection to a SQL 7 database. Connection passes the test
and I can see the table sin the database
 
C

Cor Ligthert[MVP]

Nobody,

I have not any experience with a SQL 7 database at development level.

Maybe it is better that you try this one to the newsgroup
Microsoft.public.dotNet.framework.AdoNet

I have posted this message cross posted to that newsgroup, so we can all
have profit from the answers.

Cor
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top