**c:\Windows\Microsoft.NET\Framework\v3.5\Microsoft.Common.targets(0,0):
warning MSB3245: Could not resolve this reference. Could not locate
the assembly “System.Web.Mvc, Version=2.0.0.0, Culture=neutral,
PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL”. Check to
make sure the assembly exists on disk. If this reference is required
by your code, you may get compilation errors.
an any body tell me what is this message?
When I am deploying my ASP.net MVC application using TFS i am getting this error message?
I suspect that this mean that you don’t have MVC2 installed on the target machine and it’s warning you that when the app is compiled there it will fail.