How can we help you today? How can we help you today?
Tim Brewer

Activity overview

Latest activity by Tim Brewer

I have found the solution that I needed to get this to work. In case anyone else has this problem I copied the shared DLLs from the SQL Data Compare then changed the SQL Compare config file to look like the listing below. At least this works for SQL Compare 6 (6.2.0.271) and SQL Data Compare 6 (6.1.1.308). <?xml version="1.0" encoding="utf-8" ?> <configuration> <startup> <supportedRuntime version="v2.0.50727"/> </startup> <runtime> <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> <dependentAssembly> <assemblyIdentity name="RedGate.SQLCompare.Engine" publicKeyToken="7f465a1c156d4d57" culture="neutral" /> <bindingRedirect oldVersion="5.0.0.0 - 6.2.0.25" newVersion="6.2.4.4"/> </dependentAssembly> <dependentAssembly> <assemblyIdentity name="RedGate.CommandLine.Common" publicKeyToken="7f465a1c156d4d57" culture="neutral" /> <bindingRedirect oldVersion="5.0.0.0 - 6.2.0.25" newVersion="6.2.1.36"/> </dependentAssembly> <dependentAssembly> <assemblyIdentity name="RedGate.SQL.Shared" publicKeyToken="7f465a1c156d4d57" culture="neutral" /> <bindingRedirect oldVersion="5.0.0.0 - 6.2.1.36" newVersion="6.2.1.36"/> </dependentAssembly> <dependentAssembly> <assemblyIdentity name="RedGate.SQLCompare.Engine" publicKeyToken="7f465a1c156d4d57" culture="neutral" /> <bindingRedirect oldVersion="5.0.0.0 - 6.2.1.36" newVersion="6.2.4.4"/> </dependentAssembly> <dependentAssembly> <assemblyIdentity name="RedGate.SQLCompare.ReWriter" publicKeyToken="7f465a1c156d4d57" culture="neutral" /> <bindingRedirect oldVersion="5.0.0.0 - 6.2.1.36" newVersion="6.2.4.4"/> </dependentAssembly> </assemblyBinding> </runtime> </configuration> / comments
I have found the solution that I needed to get this to work. In case anyone else has this problem I copied the shared DLLs from the SQL Data Compare then changed the SQL Compare config file to look...
0 votes
Different Versions of dll's for SQLCompare and SQLDataCompar
I am currently trying to build an installable using Installshield and using the SQLCompare and SQLDataCompare. I am putting them in the SUPPORTDIR so that they get cleaned up after installation. Ho...
2 followers 2 comments 0 votes
SQLCompare 6 and Installshield
I am having a problem integrating SQLCompare 6 into an Installshield package. I have created a Custom Action which executes an executable stored in the binary table. I have also supplied the comman...
1 follower 1 comment 0 votes