Need help regarding to VB

dipen30

dipen30

@dipen30-hGOPpa Oct 25, 2024
I am using visual studio 2008 and I am creating a simple practice project which is store data and retrieve data from database.

but when I am adding new database file(.mdf) then it gives error.

and error is:

An error occurred while processing the local data file:

could not load type
'Microsoft.VisualStdio.DataDesign.SyncDesigner.SyncFacade.SyncManager' from assembly
'Microsoft.VisualStudio.DataDesign.SyncDesigner.DslPackage,Version=9.0.0.0,
Culture=neture,PublicKeyToken=b03f5f7f11d50a3a'.



can anyone help how this error solve?

Replies

Welcome, guest

Join CrazyEngineers to reply, ask questions, and participate in conversations.

CrazyEngineers powered by Jatra Community Platform

  • sookie

    sookie

    @sookie-T06sFW Jan 22, 2010

    Hi dipen,

    Can you put some more light on your problem like what all steps you did in sequence to get following error? Also do share your Connection String also. This may give us idea, where you go wrong.

    Thanks 😀
  • dipen30

    dipen30

    @dipen30-hGOPpa Jan 22, 2010

    I did these steps :

    data->add new data source->database then next
    NewConnectionString->Microsoft Access Database File (OLE DB)


    connectionstring is :
    Provider=Microsoft.Jet.OLEDB.4.0;Data Source="G:\Project\MonaDb.mdb"
    up to this step all goes well.

    but when I click next to select database object at that time it shows the error as above mention.
  • sookie

    sookie

    @sookie-T06sFW Jan 23, 2010

    Hmmm.. I suppose problem is with the installation. Have you tried after installing everything again. In case you are using VS 2008 , try upgrading it to SP1 pack and then try installation and your stuff again.

    All the best ! 😀
  • dipen30

    dipen30

    @dipen30-hGOPpa Jan 23, 2010

    ok. I will install vs 2008 sp1.

    thanx for help sookie
  • csiscool

    csiscool

    @csiscool-qA5mGA Jan 23, 2010

    sookie
    Hmmm.. I suppose problem is with the installation. Have you tried after installing everything again. In case you are using VS 2008 , try upgrading it to SP1 pack and then try installation and your stuff again.

    All the best ! 😀
    are you telling that the problem is with the installation?