Hello,
I'm getting the following build warning after upgrading. This might be due to the different version numbers in the Ftp and SecureMail libraries.
29>------ Build started: Project: Company.Product.Sub, Configuration: Debug Any CPU ------
27> No way to resolve conflict between "Rebex.Networking, Version=3.0.5171.0, Culture=neutral, PublicKeyToken=1c4638788972655d" and "Rebex.Networking, Version=3.0.5085.0, Culture=neutral, PublicKeyToken=1c4638788972655d". Choosing "Rebex.Networking, Version=3.0.5171.0, Culture=neutral, PublicKeyToken=1c4638788972655d" arbitrarily.
27> No way to resolve conflict between "Rebex.Common, Version=2.0.5171.0, Culture=neutral, PublicKeyToken=1c4638788972655d" and "Rebex.Common, Version=2.0.5085.0, Culture=neutral, PublicKeyToken=1c4638788972655d". Choosing "Rebex.Common, Version=2.0.5171.0, Culture=neutral, PublicKeyToken=1c4638788972655d" arbitrarily.
27> Consider app.config remapping of assembly "Rebex.Networking, Culture=neutral, PublicKeyToken=1c4638788972655d" from Version "3.0.5085.0" [] to Version "3.0.5171.0" [D:\Private\Source\Product\Main\Frameworks\Company.Project\bin\Debug\Rebex.Networking.dll] to solve conflict and get rid of warning.
27> Consider app.config remapping of assembly "Rebex.Common, Culture=neutral, PublicKeyToken=1c4638788972655d" from Version "2.0.5085.0" [] to Version "2.0.5171.0" [D:\Private\Source\Product\Main\Frameworks\Company.Project\bin\Debug\Rebex.Common.dll] to solve conflict and get rid of warning.
27>C:\Program Files (x86)\MSBuild\12.0\bin\Microsoft.Common.CurrentVersion.targets(1635,5): warning MSB3276: Found conflicts between different versions of the same dependent assembly. Please set the "AutoGenerateBindingRedirects" property to true in the project file. For more information, see http://go.microsoft.com/fwlink/?LinkId=294190.
27> Company.Product.Tools.ConfigurationManager -> D:\Private\Source\Product\Main\Tools\Company.Product.Tools.ConfigurationManager\bin\Debug\ConfigurationManager.exe
29> No way to resolve conflict between "Rebex.Common, Version=2.0.5171.0, Culture=neutral, PublicKeyToken=1c4638788972655d" and "Rebex.Common, Version=2.0.5085.0, Culture=neutral, PublicKeyToken=1c4638788972655d". Choosing "Rebex.Common, Version=2.0.5171.0, Culture=neutral, PublicKeyToken=1c4638788972655d" arbitrarily.
29> Consider app.config remapping of assembly "Rebex.Common, Culture=neutral, PublicKeyToken=1c4638788972655d" from Version "2.0.5085.0" [] to Version "2.0.5171.0" [D:\Private\Source\Product\Main\packages\Rebex.2014.R1\lib\net40\Rebex.Common.dll] to solve conflict and get rid of warning.
29> Consider app.config remapping of assembly "Rebex.Networking, Culture=neutral, PublicKeyToken=1c4638788972655d" from Version "3.0.5085.0" [] to Version "3.0.5171.0" [D:\Private\Source\Product\Main\packages\Rebex.2014.R1\lib\net40\Rebex.Networking.dll] to solve conflict and get rid of warning.