DatabaseMigrator _dbMigrator = null;_dbMigrator = InitializeDatabaseMigrator(new Isync(), _dbMigrator);DatabaseTargetName dbToUpdate = new DatabaseTargetName("XXXX");dbToUpdate.NameOnServer = "YYYY";_dbMigrator.DeployMetaData("C:\Packages\Database.pkg","", new DatabaseTargetName[] { dbToUpdate });}catch(Exception ex){throw ex;}------------------------------------------------------------------------------------------------------------I've debugged the method and in the last line, when the DeployMetaData method is begin called, an exception is being given with the following message:Exception Message: Non-negative number required.Parameter name: valueCan you please help and suggest why this is exception is being thrown?
throw ex;}------------------------------------------------------------------------------------------------------------I've debugged the method and in the last line, when the DeployMetaData method is begin called, an exception is being given with the following message:Exception Message: Non-negative number required.Parameter name: valueCan you please help and suggest why this is exception is being thrown?