Server Error in '/' Application.

The partial view '_HawkSearch' was not found or no view engine supports the searched locations. The following locations were searched:
~/Views/Error/_HawkSearch.aspx
~/Views/Error/_HawkSearch.ascx
~/Views/Shared/_HawkSearch.aspx
~/Views/Shared/_HawkSearch.ascx
~/Views/Cardis/v1/Error/_HawkSearch.cshtml
~/Views/Cardis/v1/Shared/_HawkSearch.cshtml
~/Views/Cardis/Error/_HawkSearch.cshtml
~/Views/Cardis/Shared/_HawkSearch.cshtml
~/Views/CommonResponsive/Error/_HawkSearch.cshtml
~/Views/CommonResponsive/Shared/_HawkSearch.cshtml
~/Views/Error/_HawkSearch.cshtml
~/Views/Shared/_HawkSearch.cshtml

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.InvalidOperationException: The partial view '_HawkSearch' was not found or no view engine supports the searched locations. The following locations were searched:
~/Views/Error/_HawkSearch.aspx
~/Views/Error/_HawkSearch.ascx
~/Views/Shared/_HawkSearch.aspx
~/Views/Shared/_HawkSearch.ascx
~/Views/Cardis/v1/Error/_HawkSearch.cshtml
~/Views/Cardis/v1/Shared/_HawkSearch.cshtml
~/Views/Cardis/Error/_HawkSearch.cshtml
~/Views/Cardis/Shared/_HawkSearch.cshtml
~/Views/CommonResponsive/Error/_HawkSearch.cshtml
~/Views/CommonResponsive/Shared/_HawkSearch.cshtml
~/Views/Error/_HawkSearch.cshtml
~/Views/Shared/_HawkSearch.cshtml

Source Error:


Line 214:
Line 215:<!-- HawkSearch CSS  & JS -->
Line 216:@Html.Partial("_HawkSearch")
Line 217:
Line 218:@* Below the fold CSS - this file is to override wonkiness from moving HawkSearch to the bottom of the DOM. *@

Source File: c:\FCApplications\Webs\Views\CommonResponsive\Shared\_Layout.cshtml    Line: 216

Stack Trace:


[InvalidOperationException: The partial view '_HawkSearch' was not found or no view engine supports the searched locations. The following locations were searched:
~/Views/Error/_HawkSearch.aspx
~/Views/Error/_HawkSearch.ascx
~/Views/Shared/_HawkSearch.aspx
~/Views/Shared/_HawkSearch.ascx
~/Views/Cardis/v1/Error/_HawkSearch.cshtml
~/Views/Cardis/v1/Shared/_HawkSearch.cshtml
~/Views/Cardis/Error/_HawkSearch.cshtml
~/Views/Cardis/Shared/_HawkSearch.cshtml
~/Views/CommonResponsive/Error/_HawkSearch.cshtml
~/Views/CommonResponsive/Shared/_HawkSearch.cshtml
~/Views/Error/_HawkSearch.cshtml
~/Views/Shared/_HawkSearch.cshtml]
   System.Web.Mvc.HtmlHelper.FindPartialView(ViewContext viewContext, String partialViewName, ViewEngineCollection viewEngineCollection) +306
   System.Web.Mvc.HtmlHelper.RenderPartialInternal(String partialViewName, ViewDataDictionary viewData, Object model, TextWriter writer, ViewEngineCollection viewEngineCollection) +277
   System.Web.Mvc.Html.PartialExtensions.Partial(HtmlHelper htmlHelper, String partialViewName, Object model, ViewDataDictionary viewData) +82
   System.Web.Mvc.Html.PartialExtensions.Partial(HtmlHelper htmlHelper, String partialViewName) +31
   ASP._Page_Views_CommonResponsive_Shared__Layout_cshtml.Execute() in c:\FCApplications\Webs\Views\CommonResponsive\Shared\_Layout.cshtml:216
   System.Web.WebPages.WebPageBase.ExecutePageHierarchy() +201
   System.Web.Mvc.WebViewPage.ExecutePageHierarchy() +74
   System.Web.WebPages.WebPageBase.ExecutePageHierarchy(WebPageContext pageContext, TextWriter writer, WebPageRenderingBase startPage) +97
   System.Web.WebPages.WebPageBase.ExecutePageHierarchy(WebPageContext pageContext, TextWriter writer) +15
   System.Web.WebPages.<>c__DisplayClass40_0.<RenderPageCore>b__0(TextWriter writer) +209
   System.Web.WebPages.HelperResult.WriteTo(TextWriter writer) +15
   System.Web.WebPages.WebPageExecutingBase.WriteTo(TextWriter writer, HelperResult content) +20
   System.Web.WebPages.WebPageBase.Write(HelperResult result) +39
   System.Web.WebPages.WebPageBase.RenderSurrounding(String partialViewName, Action`1 body) +84
   System.Web.WebPages.WebPageBase.PopContext() +134
   System.Web.WebPages.WebPageBase.ExecutePageHierarchy(WebPageContext pageContext, TextWriter writer, WebPageRenderingBase startPage) +105
   System.Web.Mvc.RazorView.RenderView(ViewContext viewContext, TextWriter writer, Object instance) +309
   System.Web.Mvc.BuildManagerCompiledView.Render(ViewContext viewContext, TextWriter writer) +134
   System.Web.Mvc.ViewResultBase.ExecuteResult(ControllerContext context) +241
   System.Web.Mvc.ControllerActionInvoker.InvokeActionResult(ControllerContext controllerContext, ActionResult actionResult) +15
   System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilterRecursive(IList`1 filters, Int32 filterIndex, ResultExecutingContext preContext, ControllerContext controllerContext, ActionResult actionResult) +56
   System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilterRecursive(IList`1 filters, Int32 filterIndex, ResultExecutingContext preContext, ControllerContext controllerContext, ActionResult actionResult) +354
   System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilterRecursive(IList`1 filters, Int32 filterIndex, ResultExecutingContext preContext, ControllerContext controllerContext, ActionResult actionResult) +354
   System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilterRecursive(IList`1 filters, Int32 filterIndex, ResultExecutingContext preContext, ControllerContext controllerContext, ActionResult actionResult) +354
   System.Web.Mvc.ControllerActionInvoker.InvokeActionResultWithFilters(ControllerContext controllerContext, IList`1 filters, ActionResult actionResult) +52
   System.Web.Mvc.Async.<>c__DisplayClass3_6.<BeginInvokeAction>b__4() +188
   System.Web.Mvc.Async.<>c__DisplayClass3_1.<BeginInvokeAction>b__1(IAsyncResult asyncResult) +121
   System.Web.Mvc.Async.WrappedAsyncResult`1.CallEndDelegate(IAsyncResult asyncResult) +15
   System.Web.Mvc.Async.WrappedAsyncResultBase`1.End() +50
   System.Web.Mvc.Async.AsyncResultWrapper.End(IAsyncResult asyncResult, Object tag) +20
   System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeAction(IAsyncResult asyncResult) +471
   System.Web.Mvc.<>c.<BeginExecuteCore>b__152_1(IAsyncResult asyncResult, ExecuteCoreState innerState) +13
   System.Web.Mvc.Async.WrappedAsyncVoid`1.CallEndDelegate(IAsyncResult asyncResult) +29
   System.Web.Mvc.Async.WrappedAsyncResultBase`1.End() +50
   System.Web.Mvc.Async.AsyncResultWrapper.End(IAsyncResult asyncResult, Object tag) +20
   System.Web.Mvc.Controller.EndExecuteCore(IAsyncResult asyncResult) +36
   System.Web.Mvc.<>c.<BeginExecute>b__151_2(IAsyncResult asyncResult, Controller controller) +15
   System.Web.Mvc.Async.WrappedAsyncVoid`1.CallEndDelegate(IAsyncResult asyncResult) +22
   System.Web.Mvc.Async.WrappedAsyncResultBase`1.End() +50
   System.Web.Mvc.Async.AsyncResultWrapper.End(IAsyncResult asyncResult, Object tag) +20
   System.Web.Mvc.Controller.EndExecute(IAsyncResult asyncResult) +18
   System.Web.Mvc.Controller.System.Web.Mvc.Async.IAsyncController.EndExecute(IAsyncResult asyncResult) +12
   System.Web.Mvc.<>c.<BeginProcessRequest>b__20_1(IAsyncResult asyncResult, ProcessRequestState innerState) +28
   System.Web.Mvc.Async.WrappedAsyncVoid`1.CallEndDelegate(IAsyncResult asyncResult) +29
   System.Web.Mvc.Async.WrappedAsyncResultBase`1.End() +50
   System.Web.Mvc.Async.AsyncResultWrapper.End(IAsyncResult asyncResult, Object tag) +20
   System.Web.Mvc.MvcHandler.EndProcessRequest(IAsyncResult asyncResult) +19
   System.Web.Mvc.MvcHandler.System.Web.IHttpAsyncHandler.EndProcessRequest(IAsyncResult result) +11
   System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +2219
   System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step) +140
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +1028


Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.7.3930.0