AreAllEqual error

gvsoftgvsoft Posts: 20 Bronze 1
I am trying to compare two snapshots using the SDK. In one case, I expect the snapshots to compare equal (the SQL Compare app shows them as equal), but I am not sure how I should be testing the results of the comparison with the SDK. There is a property called, AreAllEqual, which is not documented in the help, so I can only guess whether that is the right thing to use. If I should be using AreAllEqual, then I have a problem. When I attempt to call it, I get the following error:

"System.IO.FileNotFoundException: Could not load file or assembly 'LinqBridge, Version=1.1.0.0, Culture=neutral, PublicKeyToken=c2b14eb747628076' or one of its dependencies. The system cannot find the file specified."

Is this a bug, or am I doing something wrong?

- Dennis
Sign In or Register to comment.