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

Popular posts from this blog

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

html - How to style widget with post count different than without post count -

url rewriting - How to redirect a http POST with urlrewritefilter -