PackagerEngine still looking for old ExecutionBlock
Brian Quigley
Posts: 8
We have a project based on Packager 5 and we have just upgraded to SQL 2008. Due to the PowerSum function being removed from SQL 2008, e need to upgrade to Compare 7. Now our app won't compile because the RedGate.SQLPackager.Engine.PackagerEngine objects expects parameters of type RedGate.SQL.Shared.ExecutionBlock rather than the RedGate.Shared.SQL.ExecutionBlock.ExecutionBlock that v7 now uses.
We like the way the current methodology works (everything stored in resx files) as it allows us to log every batch as it's executed, so hopefully there is some sort of workaround.
We like the way the current methodology works (everything stored in resx files) as it allows us to log every batch as it's executed, so hopefully there is some sort of workaround.
Comments