Hi
I am using the dbFullSqlProvider as follows:
msdeploy.exe -verb:sync -source:dbFullSql="Data Source=MyServer\MyInstance;Initial Catalog=MyCatalog;Integrated Security=True;",ScriptData=false,ScriptDrops=true,ScriptSchema=true,ObjectList=AuditRecord -dest:dbFullSql=C:\temp\script.sql
and receive the following error:
Error Code: ERROR_PROPERTY_NOT_FOUND_IN_TYPE
More Information: The property 'XmlSchemaCollection' was not found in type 'Database'. Learn more at: http://go.microsoft.com/fwlink/?LinkId=221672#ERROR_PROPERTY_NOT_FOUND_IN_TYPE.
When I remove the ObjectList, msdeploy generates the sql script correctly; the script contains all constraints, tables, etc.
Any ideas what is wrong with the ObjectList? The table I specified is existing in this database.
Thanks
Juerg