I used the MVC module you provided, it is good that we can add controller, class and views into it. While anyway, it still shows errors, and it failed to compile. Do you have any idea why this is happening in my place? Thank you very much.
Below is info. showing up in my VS2015:
1. compiling result:
1>------ Build started: Project: Test01, Configuration: Release Any CPU ------
1>C:\website\dnndev.me\DesktopModules\MVC\Test01\Properties\AssemblyInfo.cs(34,32,34,44): warning CS7035: The specified version string does not conform to the recommended format - major.minor.build.revision
1> Test01 -> C:\website\dnndev.me\DesktopModules\bin\Test01.dll
1>C:\website\dnndev.me\DesktopModules\MVC\Test01\BuildScripts\ModulePackage.Targets(9,5): error MSB4062: The "MSBuild.Community.Tasks.XmlRead" task could not be loaded from the assembly C:\website\dnndev.me\DesktopModules\MVC\Test01\\packages\MSBuildTasks.1.4.0.88\tools\MSBuild.Community.Tasks.dll. Could not load file or assembly 'file:///C:\website\dnndev.me\DesktopModules\MVC\Test01\packages\MSBuildTasks.1.4.0.88\tools\MSBuild.Community.Tasks.dll' or one of its dependencies. The system cannot find the file specified. Confirm that the <UsingTask> declaration is correct, that the assembly and all its dependencies are available, and that the task contains a public class that implements Microsoft.Build.Framework.ITask.
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
2 Below is the errors showed up in error list.