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.