Method not found: 'Void Microsoft.SqlServer.Management.Dac.DacStore.Import

Unanswered Method not found: 'Void Microsoft.SqlServer.Management.Dac.DacStore.Import

  • Thursday, January 05, 2012 10:29 AM
     
      Has Code

    Hi.

    I used the "DAC Import Export Client-side Tools V 1.2" from  http://sqldacexamples.codeplex.com to create a bacpac (eXport) of a database. All went well.

    Now, when I try to import the same bacpac into another database, I get the error «Method not found: 'Void Microsoft.SqlServer.Management.Dac.DacStore.Import(Microsoft.SqlServer.Management.Dac.DatabaseDeploymentProperties, System.String, Boolean)'.»

    My command line is 

    DacImportExportCli -s xpto.database.windows.net,1433 -U admusr@xpto -P MyPassword -D trek_dev -F MyFile.bacpac -I -EDITION web -SIZE 5 -N

     

    Can anybody help?

     

    Thank you.


    • Edited by jxp Thursday, January 05, 2012 10:30 AM
    •  

All Replies

  • Thursday, January 19, 2012 9:04 AM
     
     
    Hi did you solve this problem? I have the same problem
  • Saturday, January 21, 2012 1:54 AM
     
     
    I downloaded the Codeplex project's source code, corrected the reference to libraries, so they would use the proper libraries at "Program Files (x86)" and it worked.
  • Tuesday, January 24, 2012 11:14 PM
     
     
    Please note a new version is now available.  Let us know if you still have an issue.