You found a bug!

An unexpected exception has occurred in the application.

We could just say something cutesie like “Bummer, dude.” But we’d really like you to report this problem to us. Here’s information you can send to our support team:

Exception Name
System.InvalidOperationException
Message
The view 'Events' or its master was not found or no view engine supports the searched locations. The following locations were searched: ~/Views/Home/Events.aspx ~/Views/Home/Events.ascx ~/Views/Shared/Events.aspx ~/Views/Shared/Events.ascx ~/Views/Home/Events.cshtml ~/Views/Home/Events.vbhtml ~/Views/Shared/Events.cshtml ~/Views/Shared/Events.vbhtml
Source
System.Web.Mvc
Target Site
FindView
Stack Trace
   at System.Web.Mvc.ViewResult.FindView(ControllerContext context)
   at System.Web.Mvc.ViewResultBase.ExecuteResult(ControllerContext context)
   at System.Web.Mvc.ControllerActionInvoker.InvokeActionResult(ControllerContext controllerContext, ActionResult actionResult)
   at System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilterRecursive(IList`1 filters, Int32 filterIndex, ResultExecutingContext preContext, ControllerContext controllerContext, ActionResult actionResult)
   at System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilterRecursive(IList`1 filters, Int32 filterIndex, ResultExecutingContext preContext, ControllerContext controllerContext, ActionResult actionResult)
   at System.Web.Mvc.ControllerActionInvoker.InvokeActionResultWithFilters(ControllerContext controllerContext, IList`1 filters, ActionResult actionResult)
   at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass3_6.<BeginInvokeAction>b__4()
   at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass3_1.<BeginInvokeAction>b__1(IAsyncResult asyncResult)