I have installed latest MongoDB.Driver v2.7.0 in a .NET 4.7.1 console app and when I am running my app I get the following error
Could not load file or assembly 'DnsClient, Version=1.0.7.0, Culture=neutral, PublicKeyToken=4574bb5573c51424' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
I checked the dll version in the debug folder is 1.0.7
User contributions licensed under CC BY-SA 3.0