Activity overview
Latest activity by acjagacjag
acjagacjag wrote:
I tried the way said at "6. Web and SQL ToolKit" in http://www.red-gate.com/supportcenter/C ... 000160.htm
As it says “The recommended workaround for licensed customers is to move all SQL Comparison API functions into a stand-alone class library project, then reference that dll from your web application.â€
I created a dll which will have all the functionalities.. and I referencing the dlls (and necessary API dlls) and calling the method. But it still throws error.
Let me know if any one found the way…
Thanks in Advance...
This will work. The bin folder will contain [standalone dll].licenses which is important.
Thanks and apologize for the delay. / comments
acjagacjag wrote:
I tried the way said at "6. Web and SQL ToolKit" inhttp://www.red-gate.com/supportcenter/C ... 000160.htm
As it says “The recommended workaround for licensed customers is to m...
I tried the way said at "6. Web and SQL ToolKit" in http://www.red-gate.com/supportcenter/C ... 000160.htm
As it says “The recommended workaround for licensed customers is to move all SQL Comparison API functions into a stand-alone class library project, then reference that dll from your web application.â€
I created a dll which will have all the functionalities.. and I referencing the dlls (and necessary API dlls) and calling the method. But it still throws error.
Let me know if any one found the way…
Thanks in Advance... / comments
I tried the way said at "6. Web and SQL ToolKit" inhttp://www.red-gate.com/supportcenter/C ... 000160.htm
As it says “The recommended workaround for licensed customers is to move all SQL Comparis...
It doesn't works. I added licenses.licx file and added the following lines in it.
RedGate.SQLDataCompare.Engine.ComparisonSession, RedGate.SQLDataCompare.Engine
RedGate.SQLCompare.Engine.Database, RedGate.SQLCompare.Engine
But this still fails to execute. I am using the API dlls in a web application, which works in the machine where RedGate toolbelt installed. But it doesn't work if RedGate toolbelt not installed in a machine.
I am using the DataCompare version 7.1.0.230
Any help welcome.
Thanks in advance. / comments
It doesn't works. I added licenses.licx file and added the following lines in it.
RedGate.SQLDataCompare.Engine.ComparisonSession, RedGate.SQLDataCompare.Engine
RedGate.SQLCompare.Engine.Database, ...
How to create a license key file
How to create a license key file/redistributable package for the Redgate API dlls. Suppose I want to run the application (which uses the Redgate API dlls) in another machine requires the RedGate in...
Exclude tables and columns in SQL Data Compare 7.1 in API
Hi,
I am using the SQL Data Compare version 7.1.
I am loading a .sdc file and doing the comparison and executing the sync sql block.
I also setting the exclude option in the .sdc file to exclude so...