I am using the Visual Studio 2015 community along with some others in our team. The mvc application I created works fine on my machine, but when others build it, all the packages load successfully, but some of the main MVCs, such as Microsoft.AspNet.Mvc, Razor, etc., are not installed.
What was strange was that on their machine, if they went into PM and downgraded the MVC package to 5.2.2, and then upgraded it to 5.2.3, it worked. But now, when you configure the assembly on our build server, we get the same problem!
Any ideas why this is weird behavior?
source
share