Missing references
paulh
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?
RedGate.SQLCompare.ASTParser.dll
RedGate.SQLCompare.Rewriter.dll
Is this expected behaviour?
Comments
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]