Hello,
I tried to use Microsoft's XmlDiffPatch. I installed it and added a reference to its dll in my DslPackage project.
Everything compiles just fine, but at the first call of a XmlDiffPatch function, a FileNotFound exception is thrown with the following message: "Could not load file or assembly 'XmlDiffPatch, Version=1.1.51108.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the filespecified."
The dll is in the project folder, it has been copied by Visual Studio in bin\Debug and I don't see what dependency it could possibly require.
I tried on a different machine and with the dll of a custom control: I get the same problem...
What cannot be found and why?
Edit: I am using Visual Studio 2005 on Windows XP. I have just tried with Visual Studio 2008 on Windows Vista and it works fine. Could it be a VS2005 bug?