Version problems
pagman
Posts: 6
I have made schema and data compare buildtask to include in our build on Team Foundation Server.
We cannot get the schema- and data-compare running in the same build-run because the Assembly's versions for datacompare and compare are not the same.
Is it possible to get a version compatible SQL Toolkit or are there any tricks available to get the compare and datacompare running the same process?
We cannot get the schema- and data-compare running in the same build-run because the Assembly's versions for datacompare and compare are not the same.
Is it possible to get a version compatible SQL Toolkit or are there any tricks available to get the compare and datacompare running the same process?
Comments
HTH
Project Manager
Red Gate Software Ltd
System.ArgumentException: TableMappings.Join must called with ViewTableSuperClass arguments.
RedGate.SQLDataCompare.Engine.TableMappings.Join(IDatabaseObject obj1, IDatabaseObject obj2)
RedGate.SQLDataCompare.Engine.TableMappings.Join(ViewTableSuperClass viewtable1, ViewTableSuperClass viewtable2)
Cob.Sfx.Build.Tasks.CompareDataTask.Execute()
Microsoft.Build.BuildEngine.TaskEngine.ExecuteTask(ExecutionMode howToExecuteTask, Hashtable projectItemsAvailableToTask, BuildPropertyGroup projectPropertiesAvailableToTask, Boolean& taskClassWasFound)
Project Manager
Red Gate Software Ltd
Project Manager
Red Gate Software Ltd
It works now!
Thanks
Project Manager
Red Gate Software Ltd
Every build we create two databases, one reference database using VS for database professionals and a database using upgrade scripts.
With SQL Compare we check if the upgrade database is the same as the reference database, if not, the build fails.
Regards
Peter