Missing references

paulhpaulh Posts: 35 Bronze 2
I'm writing an MSBuild task to do database synchronization and when I ran it, it complained about a couple of files that are in SQL Compare but not in the SDK...

RedGate.SQLCompare.ASTParser.dll
RedGate.SQLCompare.Rewriter.dll

Is this expected behaviour?

Comments

  • Brian DonahueBrian Donahue Posts: 6,590 Bronze 1
    Hi,

    RedGate.SQLCompare.ASTParser.dll and RedGate.SQLCompare.Rewriter.dll are probably not mentioned in the SDK documention because the SQL Compare Engine depends on them and you don't need to reference them directly. Typically, Visual Studio will copy these into the Bin folder for you when you build your project, so you just have to remember to copy these two DLLs to the folder where you are deploying your project.[/quote]
Sign In or Register to comment.