Kooboo / CMS

Old Kooboo CMS, Use Kooboo/Kooboo instead.
http://www.kooboo.com
Other
337 stars 222 forks source link

The solution fails to build, the publish.bat fails - MVC references version mismatch #298

Closed MarkSizer closed 9 years ago

MarkSizer commented 10 years ago

Microsoft issued a patch to MVC 4 that took it's version number up from v4.0.0.0 to v4.0.0.1 https://support.microsoft.com/kb/2993928

Windows update installed this patch automatically, now the source code fails to build in either Visual Studio or the publish.bat files.

I assume that some projects have explicitly specified v4.0.0.0 and are thus using the 'lib' version included in the github source code and other projects are just pulling whichever version is in the gac. This mismatch causes the compilation to fail.

MarkSizer commented 10 years ago

Am I right in thinking that commit https://github.com/Kooboo/CMS/commit/b63d388490006cd0db271f710cb9a1181b71fa49 fixes this problem?