ResolveAssemblyReference: : Warning C:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets(1605, 5)Could not resolve this reference. Could not locate the assembly "Microsoft.ReportViewer.WebForms, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.
ResolveAssemblyReference: : Warning C:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets(1605, 5)Could not resolve this reference. Could not locate the assembly "System.Web.Mvc, Version=4.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.
ResolveAssemblyReference: : Warning C:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets(1605, 5)Could not resolve this reference. Could not locate the assembly "System.Web.WebPages, 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.
Csc: : ERROR Attributes\ExtendedMaxLengthAttribute.cs(8,22): The type or namespace name 'Mvc' does not exist in the namespace 'System.Web' (are you missing an assembly reference?)
Csc: : ERROR Attributes\ExtendedMaxLengthAttribute.cs(11,68): The type or namespace name 'IClientValidatable' could not be found (are you missing a using directive or an assembly reference?)
Csc: : ERROR Models\ReportModel.cs(7,21): The type or namespace name 'Reporting' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)
Csc: : ERROR Attributes\ExtendedMaxLengthAttribute.cs(55,80): The type or namespace name 'ModelMetadata' could not be found (are you missing a using directive or an assembly reference?)
Csc: : ERROR Attributes\ExtendedMaxLengthAttribute.cs(55,104): The type or namespace name 'ControllerContext' could not be found (are you missing a using directive or an assembly reference?)
Csc: : ERROR Attributes\ExtendedMaxLengthAttribute.cs(55,28): The type or namespace name 'ModelClientValidationRule' could not be found (are you missing a using directive or an assembly reference?)
Csc: : ERROR Models\ReportModel.cs(13,21): The type or namespace name 'ReportParameter' could not be found (are you missing a using directive or an assembly reference?)
Csc: : ERROR Models\ReportModel.cs(71,22): The type or namespace name 'ReportParameter' could not be found (are you missing a using directive or an assembly reference?)
Csc: : ERROR Models\EnrollmentBase.cs(137,23): The type 'System.Web.Mvc.IClientValidatable' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Web.Mvc, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
Does anyone have any idea why the build would run correctly outside of Jenkins, but fail when run inside Jenkins?