Hello, I have added an Access database in the Schema Explorer toolbox : Provider=Microsoft.Jet.OLEDB.4.0;Data Source=d:\db1.mdb;Persist Security Info=False
When I click on tables in Schema Explorer toolbox I'm receiving the following message :
" Library not registered. (Exception from HRESULT: 0x8002801D (TYPE_E_LIBNOTREGISTERED))
An error of type "COMException" occured while attempting to populate schema information. Please check your data source settings and try again. "
System.Runtime.InteropServices.COMException (0x8002801D): Library not registered. (Exception from HRESULT: 0x8002801D (TYPE_E_LIBNOTREGISTERED))
at ADOX.TableClass.get_Properties()
at SchemaExplorer.ADOXSchemaProvider.GetTables(String connectionString, DatabaseSchema database)
at SchemaExplorer.DatabaseSchema.get_Tables()
at b2.a(Object A_0)
Can you help me with this? 
Thx,Daniel