Skip to content

Instantly share code, notes, and snippets.

@ScottHutchinson
Created December 17, 2018 20:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ScottHutchinson/25379a1c4d228dd45ca6a250f8f18f19 to your computer and use it in GitHub Desktop.
Save ScottHutchinson/25379a1c4d228dd45ca6a250f8f18f19 to your computer and use it in GitHub Desktop.
Programming Microsoft ASP.NET MVC, 3rd Edition errors
1>C:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(1820,5): warning MSB3245: 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.
1>C:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(1820,5): warning MSB3277: Found conflicts between different versions of the same dependent assembly that could not be resolved. These reference conflicts are listed in the build log when log verbosity is set to detailed.
1>C:\Users\Scott\Source\Mvc5bis\Lib\BookSamples.Components\ActionResults\HttpNotFoundResult.cs(6,39,6,59): error CS0246: The type or namespace name 'HttpStatusCodeResult' could not be found (are you missing a using directive or an assembly reference?)
1>C:\Users\Scott\Source\Mvc5bis\Lib\BookSamples.Components\ActionResults\JsonpExtensions.cs(15,46,15,56): error CS0246: The type or namespace name 'Controller' could not be found (are you missing a using directive or an assembly reference?)
1>C:\Users\Scott\Source\Mvc5bis\Lib\BookSamples.Components\ActionResults\JsonpExtensions.cs(15,82,15,101): error CS0246: The type or namespace name 'JsonRequestBehavior' could not be found (are you missing a using directive or an assembly reference?)
1>C:\Users\Scott\Source\Mvc5bis\Lib\BookSamples.Components\ActionResults\JsonpExtensions.cs(15,113,15,132): error CS0103: The name 'JsonRequestBehavior' does not exist in the current context
1>C:\Users\Scott\Source\Mvc5bis\Lib\BookSamples.Components\ActionResults\JsonpExtensions.cs(15,102,15,110): error CS1750: A value of type '?' cannot be used as a default parameter because there are no standard conversions to type 'JsonRequestBehavior'
1>C:\Users\Scott\Source\Mvc5bis\Lib\BookSamples.Components\ActionResults\JsonpResult.cs(7,32,7,42): error CS0246: The type or namespace name 'JsonResult' could not be found (are you missing a using directive or an assembly reference?)
1>C:\Users\Scott\Source\Mvc5bis\Lib\BookSamples.Components\ActionResults\JsonpResult.cs(16,44,16,61): error CS0246: The type or namespace name 'ControllerContext' could not be found (are you missing a using directive or an assembly reference?)
1>C:\Users\Scott\Source\Mvc5bis\Lib\BookSamples.Components\ActionResults\JsonpResult.cs(16,30,16,43): error CS0115: 'JsonpResult.ExecuteResult(ControllerContext)': no suitable method found to override
1>C:\Users\Scott\Source\Mvc5bis\Lib\BookSamples.Components\ActionResults\SyndicationResult.cs(9,38,9,50): error CS0246: The type or namespace name 'ActionResult' could not be found (are you missing a using directive or an assembly reference?)
1>C:\Users\Scott\Source\Mvc5bis\Lib\BookSamples.Components\ActionResults\SyndicationResult.cs(30,44,30,61): error CS0246: The type or namespace name 'ControllerContext' could not be found (are you missing a using directive or an assembly reference?)
1>C:\Users\Scott\Source\Mvc5bis\Lib\BookSamples.Components\ActionResults\SyndicationResult.cs(30,30,30,43): error CS0115: 'SyndicationResult.ExecuteResult(ControllerContext)': no suitable method found to override
1>C:\Users\Scott\Source\Mvc5bis\Lib\BookSamples.Components\Binders\DateModelBinder.cs(6,36,6,48): error CS0246: The type or namespace name 'IModelBinder' could not be found (are you missing a using directive or an assembly reference?)
1>C:\Users\Scott\Source\Mvc5bis\Lib\BookSamples.Components\Binders\DateModelBinder.cs(14,33,14,50): error CS0246: The type or namespace name 'ControllerContext' could not be found (are you missing a using directive or an assembly reference?)
1>C:\Users\Scott\Source\Mvc5bis\Lib\BookSamples.Components\Binders\DateModelBinder.cs(14,70,14,89): error CS0246: The type or namespace name 'ModelBindingContext' could not be found (are you missing a using directive or an assembly reference?)
1>C:\Users\Scott\Source\Mvc5bis\Lib\BookSamples.Components\Binders\DateModelBinder.cs(33,44,33,63): error CS0246: The type or namespace name 'ModelBindingContext' could not be found (are you missing a using directive or an assembly reference?)
1>C:\Users\Scott\Source\Mvc5bis\Lib\BookSamples.Components\Extensions\ExceptionExtensions.cs(8,51,8,67): error CS0246: The type or namespace name 'ExceptionContext' could not be found (are you missing a using directive or an assembly reference?)
1>C:\Users\Scott\Source\Mvc5bis\Lib\BookSamples.Components\Extensions\ExceptionExtensions.cs(25,45,25,61): error CS0246: The type or namespace name 'ExceptionContext' could not be found (are you missing a using directive or an assembly reference?)
1>C:\Users\Scott\Source\Mvc5bis\Lib\BookSamples.Components\Factories\UnityControllerFactory.cs(9,43,9,67): error CS0246: The type or namespace name 'DefaultControllerFactory' could not be found (are you missing a using directive or an assembly reference?)
1>C:\Users\Scott\Source\Mvc5bis\Lib\BookSamples.Components\Factories\UnityControllerFactory.cs(26,28,26,39): error CS0246: The type or namespace name 'IController' could not be found (are you missing a using directive or an assembly reference?)
1>C:\Users\Scott\Source\Mvc5bis\Lib\BookSamples.Components\Factories\UnityControllerFactory.cs(33,48,33,59): error CS0246: The type or namespace name 'IController' could not be found (are you missing a using directive or an assembly reference?)
1>C:\Users\Scott\Source\Mvc5bis\Lib\BookSamples.Components\Factories\UnityControllerFactory.cs(26,40,26,61): error CS0115: 'UnityControllerFactory.GetControllerInstance(RequestContext, Type)': no suitable method found to override
1>C:\Users\Scott\Source\Mvc5bis\Lib\BookSamples.Components\Factories\UnityControllerFactory.cs(33,30,33,47): error CS0115: 'UnityControllerFactory.ReleaseController(IController)': no suitable method found to override
1>C:\Users\Scott\Source\Mvc5bis\Lib\BookSamples.Components\Filters\AddHeaderAttribute.cs(6,39,6,60): error CS0246: The type or namespace name 'ActionFilterAttribute' could not be found (are you missing a using directive or an assembly reference?)
1>C:\Users\Scott\Source\Mvc5bis\Lib\BookSamples.Components\Filters\AddHeaderAttribute.cs(11,47,11,68): error CS0246: The type or namespace name 'ActionExecutedContext' could not be found (are you missing a using directive or an assembly reference?)
1>C:\Users\Scott\Source\Mvc5bis\Lib\BookSamples.Components\Filters\AddHeaderAttribute.cs(11,30,11,46): error CS0115: 'AddHeaderAttribute.OnActionExecuted(ActionExecutedContext)': no suitable method found to override
1>C:\Users\Scott\Source\Mvc5bis\Lib\BookSamples.Components\Filters\AjaxOnlyAttribute.cs(7,38,7,67): error CS0246: The type or namespace name 'ActionMethodSelectorAttribute' could not be found (are you missing a using directive or an assembly reference?)
1>C:\Users\Scott\Source\Mvc5bis\Lib\BookSamples.Components\Filters\AjaxOnlyAttribute.cs(9,51,9,68): error CS0246: The type or namespace name 'ControllerContext' could not be found (are you missing a using directive or an assembly reference?)
1>C:\Users\Scott\Source\Mvc5bis\Lib\BookSamples.Components\Filters\AjaxOnlyAttribute.cs(9,33,9,50): error CS0115: 'AjaxOnlyAttribute.IsValidForRequest(ControllerContext, MethodInfo)': no suitable method found to override
1>C:\Users\Scott\Source\Mvc5bis\Lib\BookSamples.Components\Filters\Axpect\AxpectActionInvoker.cs(7,40,7,63): error CS0246: The type or namespace name 'ControllerActionInvoker' could not be found (are you missing a using directive or an assembly reference?)
1>C:\Users\Scott\Source\Mvc5bis\Lib\BookSamples.Components\Filters\Axpect\AxpectActionInvoker.cs(10,13,10,30): error CS0246: The type or namespace name 'ControllerContext' could not be found (are you missing a using directive or an assembly reference?)
1>C:\Users\Scott\Source\Mvc5bis\Lib\BookSamples.Components\Filters\Axpect\AxpectActionInvoker.cs(11,19,11,32): error CS0246: The type or namespace name 'IActionFilter' could not be found (are you missing a using directive or an assembly reference?)
1>C:\Users\Scott\Source\Mvc5bis\Lib\BookSamples.Components\Filters\Axpect\AxpectActionInvoker.cs(12,13,12,29): error CS0246: The type or namespace name 'ActionDescriptor' could not be found (are you missing a using directive or an assembly reference?)
1>C:\Users\Scott\Source\Mvc5bis\Lib\BookSamples.Components\Filters\Axpect\AxpectActionInvoker.cs(9,28,9,49): error CS0246: The type or namespace name 'ActionExecutedContext' could not be found (are you missing a using directive or an assembly reference?)
1>C:\Users\Scott\Source\Mvc5bis\Lib\BookSamples.Components\Filters\Axpect\AxpectActionInvoker.cs(9,50,9,79): error CS0115: 'AxpectActionInvoker.InvokeActionMethodWithFilters(ControllerContext, IList<IActionFilter>, ActionDescriptor, IDictionary<string, object>)': no suitable method found to override
1>C:\Users\Scott\Source\Mvc5bis\Lib\BookSamples.Components\Filters\Axpect\AxpectController.cs(5,37,5,47): error CS0246: The type or namespace name 'Controller' could not be found (are you missing a using directive or an assembly reference?)
1>C:\Users\Scott\Source\Mvc5bis\Lib\BookSamples.Components\Filters\Axpect\AxpectFramework.cs(10,67,10,83): error CS0246: The type or namespace name 'ActionDescriptor' could not be found (are you missing a using directive or an assembly reference?)
1>C:\Users\Scott\Source\Mvc5bis\Lib\BookSamples.Components\Filters\Axpect\AxpectFramework.cs(10,29,10,35): error CS0246: The type or namespace name 'Filter' could not be found (are you missing a using directive or an assembly reference?)
1>C:\Users\Scott\Source\Mvc5bis\Lib\BookSamples.Components\Filters\Axpect\AxpectFramework.cs(31,80,31,96): error CS0246: The type or namespace name 'ActionDescriptor' could not be found (are you missing a using directive or an assembly reference?)
1>C:\Users\Scott\Source\Mvc5bis\Lib\BookSamples.Components\Filters\Axpect\AxpectFramework.cs(31,29,31,42): error CS0246: The type or namespace name 'IActionFilter' could not be found (are you missing a using directive or an assembly reference?)
1>C:\Users\Scott\Source\Mvc5bis\Lib\BookSamples.Components\Filters\Axpect\AxpectFramework.cs(53,65,53,81): error CS0246: The type or namespace name 'ActionDescriptor' could not be found (are you missing a using directive or an assembly reference?)
1>C:\Users\Scott\Source\Mvc5bis\Lib\BookSamples.Components\Filters\Axpect\AxpectFramework.cs(73,24,73,37): error CS0246: The type or namespace name 'IActionFilter' could not be found (are you missing a using directive or an assembly reference?)
1>C:\Users\Scott\Source\Mvc5bis\Lib\BookSamples.Components\Filters\Axpect\AxpectFramework.cs(82,61,82,74): error CS0246: The type or namespace name 'IActionFilter' could not be found (are you missing a using directive or an assembly reference?)
1>C:\Users\Scott\Source\Mvc5bis\Lib\BookSamples.Components\Filters\BrowserSpecificAttribute.cs(6,45,6,66): error CS0246: The type or namespace name 'ActionFilterAttribute' could not be found (are you missing a using directive or an assembly reference?)
1>C:\Users\Scott\Source\Mvc5bis\Lib\BookSamples.Components\Filters\BrowserSpecificAttribute.cs(8,48,8,70): error CS0246: The type or namespace name 'ResultExecutingContext' could not be found (are you missing a using directive or an assembly reference?)
1>C:\Users\Scott\Source\Mvc5bis\Lib\BookSamples.Components\Filters\BrowserSpecificAttribute.cs(8,30,8,47): error CS0115: 'BrowserSpecificAttribute.OnResultExecuting(ResultExecutingContext)': no suitable method found to override
1>C:\Users\Scott\Source\Mvc5bis\Lib\BookSamples.Components\Filters\CompressAttribute.cs(7,38,7,59): error CS0246: The type or namespace name 'ActionFilterAttribute' could not be found (are you missing a using directive or an assembly reference?)
1>C:\Users\Scott\Source\Mvc5bis\Lib\BookSamples.Components\Filters\CompressAttribute.cs(9,48,9,70): error CS0246: The type or namespace name 'ActionExecutingContext' could not be found (are you missing a using directive or an assembly reference?)
1>C:\Users\Scott\Source\Mvc5bis\Lib\BookSamples.Components\Filters\CompressAttribute.cs(9,30,9,47): error CS0115: 'CompressAttribute.OnActionExecuting(ActionExecutingContext)': no suitable method found to override
1>C:\Users\Scott\Source\Mvc5bis\Lib\BookSamples.Components\Filters\CultureAttribute.cs(13,37,13,58): error CS0246: The type or namespace name 'ActionFilterAttribute' could not be found (are you missing a using directive or an assembly reference?)
1>C:\Users\Scott\Source\Mvc5bis\Lib\BookSamples.Components\Filters\CultureAttribute.cs(12,6,12,20): error CS0641: Attribute 'AttributeUsage' is only valid on classes derived from System.Attribute
1>C:\Users\Scott\Source\Mvc5bis\Lib\BookSamples.Components\Filters\CultureAttribute.cs(37,48,37,70): error CS0246: The type or namespace name 'ActionExecutingContext' could not be found (are you missing a using directive or an assembly reference?)
1>C:\Users\Scott\Source\Mvc5bis\Lib\BookSamples.Components\Filters\CultureAttribute.cs(37,30,37,47): error CS0115: 'CultureAttribute.OnActionExecuting(ActionExecutingContext)': no suitable method found to override
1>C:\Users\Scott\Source\Mvc5bis\Lib\BookSamples.Components\Filters\DynamicLoadingFilterProvider.cs(7,49,7,64): error CS0246: The type or namespace name 'IFilterProvider' could not be found (are you missing a using directive or an assembly reference?)
1>C:\Users\Scott\Source\Mvc5bis\Lib\BookSamples.Components\Filters\DynamicLoadingFilterProvider.cs(9,47,9,64): error CS0246: The type or namespace name 'ControllerContext' could not be found (are you missing a using directive or an assembly reference?)
1>C:\Users\Scott\Source\Mvc5bis\Lib\BookSamples.Components\Filters\DynamicLoadingFilterProvider.cs(9,84,9,100): error CS0246: The type or namespace name 'ActionDescriptor' could not be found (are you missing a using directive or an assembly reference?)
1>C:\Users\Scott\Source\Mvc5bis\Lib\BookSamples.Components\Filters\DynamicLoadingFilterProvider.cs(9,28,9,34): error CS0246: The type or namespace name 'Filter' could not be found (are you missing a using directive or an assembly reference?)
1>C:\Users\Scott\Source\Mvc5bis\Lib\BookSamples.Components\Filters\OnlyIfPostedFromButtonAttribute.cs(7,52,7,81): error CS0246: The type or namespace name 'ActionMethodSelectorAttribute' could not be found (are you missing a using directive or an assembly reference?)
1>C:\Users\Scott\Source\Mvc5bis\Lib\BookSamples.Components\Filters\OnlyIfPostedFromButtonAttribute.cs(11,51,11,68): error CS0246: The type or namespace name 'ControllerContext' could not be found (are you missing a using directive or an assembly reference?)
1>C:\Users\Scott\Source\Mvc5bis\Lib\BookSamples.Components\Filters\OnlyIfPostedFromButtonAttribute.cs(11,33,11,50): error CS0115: 'OnlyIfPostedFromButtonAttribute.IsValidForRequest(ControllerContext, MethodInfo)': no suitable method found to override
1>C:\Users\Scott\Source\Mvc5bis\Lib\BookSamples.Components\Filters\ReportDurationAttribute.cs(10,48,10,70): error CS0246: The type or namespace name 'ActionExecutingContext' could not be found (are you missing a using directive or an assembly reference?)
1>C:\Users\Scott\Source\Mvc5bis\Lib\BookSamples.Components\Filters\ReportDurationAttribute.cs(16,47,16,68): error CS0246: The type or namespace name 'ActionExecutedContext' could not be found (are you missing a using directive or an assembly reference?)
1>C:\Users\Scott\Source\Mvc5bis\Lib\BookSamples.Components\Filters\ReportDurationAttribute.cs(10,30,10,47): error CS0115: 'ReportDurationAttribute.OnActionExecuting(ActionExecutingContext)': no suitable method found to override
1>C:\Users\Scott\Source\Mvc5bis\Lib\BookSamples.Components\Filters\SubmitActionNameAttribute.cs(7,46,7,73): error CS0246: The type or namespace name 'ActionNameSelectorAttribute' could not be found (are you missing a using directive or an assembly reference?)
1>C:\Users\Scott\Source\Mvc5bis\Lib\BookSamples.Components\Filters\SubmitActionNameAttribute.cs(12,42,12,59): error CS0246: The type or namespace name 'ControllerContext' could not be found (are you missing a using directive or an assembly reference?)
1>C:\Users\Scott\Source\Mvc5bis\Lib\BookSamples.Components\Filters\SubmitActionNameAttribute.cs(12,30,12,41): error CS0115: 'SubmitActionNameAttribute.IsValidName(ControllerContext, string, MethodInfo)': no suitable method found to override
1>C:\Users\Scott\Source\Mvc5bis\Lib\BookSamples.Components\Filters\TrackActionAttribute.cs(8,41,8,62): error CS0246: The type or namespace name 'ActionFilterAttribute' could not be found (are you missing a using directive or an assembly reference?)
1>C:\Users\Scott\Source\Mvc5bis\Lib\BookSamples.Components\Filters\TrackActionAttribute.cs(12,47,12,68): error CS0246: The type or namespace name 'ActionExecutedContext' could not be found (are you missing a using directive or an assembly reference?)
1>C:\Users\Scott\Source\Mvc5bis\Lib\BookSamples.Components\Filters\TrackActionAttribute.cs(12,30,12,46): error CS0115: 'TrackActionAttribute.OnActionExecuted(ActionExecutedContext)': no suitable method found to override
1>C:\Users\Scott\Source\Mvc5bis\Lib\BookSamples.Components\Filters\WillOnlyRunOnAttribute.cs(7,43,7,72): error CS0246: The type or namespace name 'ActionMethodSelectorAttribute' could not be found (are you missing a using directive or an assembly reference?)
1>C:\Users\Scott\Source\Mvc5bis\Lib\BookSamples.Components\Filters\WillOnlyRunOnAttribute.cs(29,48,29,65): error CS0246: The type or namespace name 'ControllerContext' could not be found (are you missing a using directive or an assembly reference?)
1>C:\Users\Scott\Source\Mvc5bis\Lib\BookSamples.Components\Filters\WillOnlyRunOnAttribute.cs(29,30,29,47): error CS0115: 'WillOnlyRunOnAttribute.IsValidForRequest(ControllerContext, MethodInfo)': no suitable method found to override
1>C:\Users\Scott\Source\Mvc5bis\Lib\BookSamples.Components\Html\ImageOrDefault.cs(12,57,12,67): error CS0246: The type or namespace name 'HtmlHelper' could not be found (are you missing a using directive or an assembly reference?)
1>C:\Users\Scott\Source\Mvc5bis\Lib\BookSamples.Components\Html\ImageOrDefault.cs(12,23,12,36): error CS0246: The type or namespace name 'MvcHtmlString' could not be found (are you missing a using directive or an assembly reference?)
1>C:\Users\Scott\Source\Mvc5bis\Lib\BookSamples.Components\Html\ImageOrDefault.cs(27,66,27,76): error CS0246: The type or namespace name 'HtmlHelper' could not be found (are you missing a using directive or an assembly reference?)
1>C:\Users\Scott\Source\Mvc5bis\Lib\BookSamples.Components\Html\ImageOrDefault.cs(27,24,27,37): error CS0246: The type or namespace name 'MvcHtmlString' could not be found (are you missing a using directive or an assembly reference?)
1>C:\Users\Scott\Source\Mvc5bis\Lib\BookSamples.Components\Html\ImgHelpers.cs(8,54,8,63): error CS0246: The type or namespace name 'UrlHelper' could not be found (are you missing a using directive or an assembly reference?)
1>C:\Users\Scott\Source\Mvc5bis\Lib\BookSamples.Components\Html\ImgHelpers.cs(8,23,8,36): error CS0246: The type or namespace name 'MvcHtmlString' could not be found (are you missing a using directive or an assembly reference?)
1>C:\Users\Scott\Source\Mvc5bis\Lib\BookSamples.Components\Html\ImgHelpers.cs(22,45,22,54): error CS0246: The type or namespace name 'UrlHelper' could not be found (are you missing a using directive or an assembly reference?)
1>C:\Users\Scott\Source\Mvc5bis\Lib\BookSamples.Components\Html\ImgHelpers.cs(32,52,32,61): error CS0246: The type or namespace name 'UrlHelper' could not be found (are you missing a using directive or an assembly reference?)
1>C:\Users\Scott\Source\Mvc5bis\Lib\BookSamples.Components\Localization\PartialExtensions.cs(8,50,8,60): error CS0246: The type or namespace name 'HtmlHelper' could not be found (are you missing a using directive or an assembly reference?)
1>C:\Users\Scott\Source\Mvc5bis\Lib\BookSamples.Components\Localization\PartialExtensions.cs(8,111,8,129): error CS0246: The type or namespace name 'ViewDataDictionary' could not be found (are you missing a using directive or an assembly reference?)
1>C:\Users\Scott\Source\Mvc5bis\Lib\BookSamples.Components\Localization\PartialExtensions.cs(8,23,8,36): error CS0246: The type or namespace name 'MvcHtmlString' could not be found (are you missing a using directive or an assembly reference?)
1>C:\Users\Scott\Source\Mvc5bis\Lib\BookSamples.Components\Localization\PartialExtensions.cs(19,50,19,60): error CS0246: The type or namespace name 'HtmlHelper' could not be found (are you missing a using directive or an assembly reference?)
1>C:\Users\Scott\Source\Mvc5bis\Lib\BookSamples.Components\Localization\PartialExtensions.cs(19,23,19,36): error CS0246: The type or namespace name 'MvcHtmlString' could not be found (are you missing a using directive or an assembly reference?)
1>C:\Users\Scott\Source\Mvc5bis\Lib\BookSamples.Components\Localization\PartialExtensions.cs(30,51,30,61): error CS0246: The type or namespace name 'HtmlHelper' could not be found (are you missing a using directive or an assembly reference?)
1>C:\Users\Scott\Source\Mvc5bis\Lib\BookSamples.Components\Localization\RenderPartialExtensions.cs(8,47,8,57): error CS0246: The type or namespace name 'HtmlHelper' could not be found (are you missing a using directive or an assembly reference?)
1>C:\Users\Scott\Source\Mvc5bis\Lib\BookSamples.Components\Localization\RenderPartialExtensions.cs(8,108,8,126): error CS0246: The type or namespace name 'ViewDataDictionary' could not be found (are you missing a using directive or an assembly reference?)
1>C:\Users\Scott\Source\Mvc5bis\Lib\BookSamples.Components\Localization\RenderPartialExtensions.cs(19,47,19,57): error CS0246: The type or namespace name 'HtmlHelper' could not be found (are you missing a using directive or an assembly reference?)
1>C:\Users\Scott\Source\Mvc5bis\Lib\BookSamples.Components\Localization\UrlExtensions.cs(10,43,10,52): error CS0246: The type or namespace name 'UrlHelper' could not be found (are you missing a using directive or an assembly reference?)
1>C:\Users\Scott\Source\Mvc5bis\Lib\BookSamples.Components\Localization\UrlExtensions.cs(28,46,28,55): error CS0246: The type or namespace name 'UrlHelper' could not be found (are you missing a using directive or an assembly reference?)
1>C:\Users\Scott\Source\Mvc5bis\Lib\BookSamples.Components\Localization\UrlExtensions.cs(34,49,34,58): error CS0246: The type or namespace name 'UrlHelper' could not be found (are you missing a using directive or an assembly reference?)
1>C:\Users\Scott\Source\Mvc5bis\Lib\BookSamples.Components\Localization\UrlExtensions.cs(41,43,41,52): error CS0246: The type or namespace name 'UrlHelper' could not be found (are you missing a using directive or an assembly reference?)
1>C:\Users\Scott\Source\Mvc5bis\Lib\BookSamples.Components\Security\AuthorizeOnlyAttribute.cs(9,44,9,62): error CS0246: The type or namespace name 'AuthorizeAttribute' could not be found (are you missing a using directive or an assembly reference?)
1>C:\Users\Scott\Source\Mvc5bis\Lib\BookSamples.Components\Security\AuthorizeOnlyAttribute.cs(24,46,24,66): error CS0246: The type or namespace name 'AuthorizationContext' could not be found (are you missing a using directive or an assembly reference?)
1>C:\Users\Scott\Source\Mvc5bis\Lib\BookSamples.Components\Security\AuthorizeOnlyAttribute.cs(34,49,34,69): error CS0246: The type or namespace name 'AuthorizationContext' could not be found (are you missing a using directive or an assembly reference?)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment