Click to See Complete Forum and Search --> : Database Error?


funnyusername
October 5th, 2008, 05:40 PM
Hi all,
So I've taken the advice of the forum members here and I'm trying to figure out using databases, before I make a decision NOT to use them!

Anyway I created an Access database file with 3 rows of data. Very basic.

-In VS2008 I inserted a 'DATAGRIDVIEW' from the toolbox.
-I then selected 'Choose Data Source' > 'Add Project Data Source'.
-I choose 'Database' and click 'Next'.
-I locate my database file called 'Abrasives.mdb' and the connection string shows as Provider=Microsoft.Jet.OLEDB.4.0;Data Source=|DataDirectory|\Abrasives.mdb.
-I click 'Next' and tick the box to 'Save the Connection String to the application Configuration File'.
-I click 'Next' and I get an error:

"Wizard Form > Error Message: Could not load type Microsoft.VisualStudio.DataDesign.SyncDesigner.SyncFacade.SyncManager' from assembly 'Microsoft.VisualStudio.DataDesign.SyncDesigner.DslPackage, Version = 9.0.0.0, Culture = neutral, PublicKeyToken=b03f5f7f11d50a3a'.



The zipped database file is attached....
Any ideas?

davide++
October 6th, 2008, 07:51 AM
Hi all.
This seems an error of installation of the component DATAGRIDVIEW.
Unfortunately I don't know very much about using of third part component. May be you need to register it.

funnyusername
October 6th, 2008, 12:11 PM
I dont think its a 3rd party component. It came with Visual Studio Standard Edition 2008 in the toolbox, just like 'button' or 'label'.........