webdeploy.exe non static method requires a target -
i using webdeploy.exe deploy database instance dbfullsql provider. command syntax this:
msdeploy.exe" -verb:sync -source:dbfullsql="%temp%\sql-database\xxxx.sql", -dest:dbfullsql="data source="%sqlservername%"; database=xxxx; persist security info=true; integrated security=true;",dropdestinationdatabase=true,transacted=false,forcescriptdatabase=true,scriptdropsfirst=true the database instance installed in target sql server instance. got error message like:
error: non-static method requires target
error count = 1
any idea error message comes from?
thanks
Comments
Post a Comment