0% found this document useful (0 votes)
79 views

JavaEE (J2EE) Programming

An error occurred when trying to load the "Print" view. The specified view and its related files could not be found in the expected locations. This resulted in an unhandled exception being thrown. The stack trace provides additional details on the origin and location of the exception.

Uploaded by

Kiran
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
79 views

JavaEE (J2EE) Programming

An error occurred when trying to load the "Print" view. The specified view and its related files could not be found in the expected locations. This resulted in an unhandled exception being thrown. The stack trace provides additional details on the origin and location of the exception.

Uploaded by

Kiran
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Server Error in '/' Application.

The view 'Print' or its master was not found. The following locations were searched:
~/Print.aspx
~/Print.ascx
~/Views/Event/Print.aspx
~/Views/Event/Print.ascx
~/Views/Shared/Print.aspx
~/Views/Shared/Print.ascx
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 view 'Print' or its master was not found. The following locations were searched:
~/Print.aspx
~/Print.ascx
~/Views/Event/Print.aspx
~/Views/Event/Print.ascx
~/Views/Shared/Print.aspx
~/Views/Shared/Print.ascx

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the
exception can be identified using the exception stack trace below.

Stack Trace:

[InvalidOperationException: The view 'Print' or its master was not found. The following locations were searched:
~/Print.aspx
~/Print.ascx
~/Views/Event/Print.aspx
~/Views/Event/Print.ascx
~/Views/Shared/Print.aspx
~/Views/Shared/Print.ascx]
System.Web.Mvc.ViewResult.FindView(ControllerContext context) +511
System.Web.Mvc.ViewResultBase.ExecuteResult(ControllerContext context) +161
System.Web.Mvc.<>c__DisplayClass14.<InvokeActionResultWithFilters>b__11() +31
System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilter(IResultFilter filter, ResultExecutingContext preContext, Func`1 continuation) +517
System.Web.Mvc.ControllerActionInvoker.InvokeActionResultWithFilters(ControllerContext controllerContext, IList`1 filters, ActionResult actionResult) +278
System.Web.Mvc.ControllerActionInvoker.InvokeAction(ControllerContext controllerContext, String actionName) +694
System.Web.Mvc.Controller.ExecuteCore() +136
System.Web.Mvc.<>c__DisplayClass8.<BeginProcessRequest>b__4() +51
System.Web.Mvc.Async.<>c__DisplayClass1.<MakeVoidDelegate>b__0() +21
System.Web.Mvc.Async.<>c__DisplayClass8`1.<BeginSynchronous>b__7(IAsyncResult _) +15
System.Web.Mvc.Async.WrappedAsyncResult`1.End() +77
System.Web.Mvc.MvcHandler.EndProcessRequest(IAsyncResult asyncResult) +39
System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +454
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +263

Version Information: Microsoft .NET Framework Version:2.0.50727.3603; ASP.NET Version:2.0.50727.3614

You might also like