c# - Error building ASP MVC solution with Team City -
im testing out new mvc2 framework, , there have tried out new areas
functionality.
im following example:
walkthrough: creating asp.net mvc areas application using multiple projects
everything builds , runs okay locally, when try commit repository , use build automation engine team city build error.
error msb4062: "microsoft.web.mvc.build.createareamanifest" task not loaded assembly microsoft.web.mvc.build, version=2.0.0.0, culture=neutral, publickeytoken=31bf3856ad364e35. not load file or assembly 'microsoft.web.mvc.build, version=2.0.0.0, culture=neutral, publickeytoken=31bf3856ad364e35' or 1 of dependencies. system cannot find file specified. confirm declaration correct, , assembly , dependencies available.
i have built other mvc2 applications on team city server , worked out fine, when added whole "areas" thing not right.
any ideas?
i sounds microsoft.web.mvc.build isn't gac'd on server, happens automatically when mvc installed, perhaps wasn't installed or @ least rc version wasn't?
edit: comment @ http://haacked.com/archive/2010/01/12/ambiguous-controller-names.aspx, asks:
on related note, has microsoft.web.mvc.build.dll assembly gone mvc2 rc release.
it present in preview 2 release (within vs2008 tools installer) no longer present in rc. no longer supported?
... , phil haack answers:
@becker that's correct, it's been moved mvc futures assembly.
Comments
Post a Comment