I have been creating several ASP.NET MVC projects for testing purposes only and I found that, if I include
Reporting controls, I get a warning when compiling the project. If I create the project without the
Reporting controls, compilation is successful (I select all controls except
Reporting). My Visual Studio 2017 version is 15.4.1. I am not doing anything with the project, I only create it and compile it immediately.
My Visual Studio 2017 is in Spanish language so I am going to translate the message to English the best I can:
SPANISH
1>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): Se encontraron conflictos entre diferentes versiones del mismo ensamblado dependiente que no se pudieron resolver. Estos conflictos de referencia se enumeran en el registro de compilación si su nivel de detalle está establecido como detallado.
ENGLISH
1>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3277: Conflicts were found among different versiones of the same dependent assembly and could not be resolved. These reference conflicts are enumerated in the compilation registry if the level of detail is established as detailed.
I will very much appreciate your feedback.
Best regards,
Jorge Maldonado