Created
January 7, 2016 11:58
-
-
Save Pandan/034f2a608f5da7c11671 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Object reference not set to an instance of an object.</title> | |
<meta name="viewport" content="width=device-width" /> | |
<style> | |
body {font-family:"Verdana";font-weight:normal;font-size: .7em;color:black;} | |
p {font-family:"Verdana";font-weight:normal;color:black;margin-top: -5px} | |
b {font-family:"Verdana";font-weight:bold;color:black;margin-top: -5px} | |
H1 { font-family:"Verdana";font-weight:normal;font-size:18pt;color:red } | |
H2 { font-family:"Verdana";font-weight:normal;font-size:14pt;color:maroon } | |
pre {font-family:"Consolas","Lucida Console",Monospace;font-size:11pt;margin:0;padding:0.5em;line-height:14pt} | |
.marker {font-weight: bold; color: black;text-decoration: none;} | |
.version {color: gray;} | |
.error {margin-bottom: 10px;} | |
.expandable { text-decoration:underline; font-weight:bold; color:navy; cursor:hand; } | |
@media screen and (max-width: 639px) { | |
pre { width: 440px; overflow: auto; white-space: pre-wrap; word-wrap: break-word; } | |
} | |
@media screen and (max-width: 479px) { | |
pre { width: 280px; } | |
} | |
</style> | |
</head> | |
<body bgcolor="white"> | |
<span><H1>Server Error in '/' Application.<hr width=100% size=1 color=silver></H1> | |
<h2> <i>Object reference not set to an instance of an object.</i> </h2></span> | |
<font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif "> | |
<b> Description: </b>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. | |
<br><br> | |
<b> Exception Details: </b>System.NullReferenceException: Object reference not set to an instance of an object.<br><br> | |
<b>Source Error:</b> <br><br> | |
<table width=100% bgcolor="#ffffcc"> | |
<tr> | |
<td> | |
<code> | |
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.</code> | |
</td> | |
</tr> | |
</table> | |
<br> | |
<b>Stack Trace:</b> <br><br> | |
<table width=100% bgcolor="#ffffcc"> | |
<tr> | |
<td> | |
<code><pre> | |
[NullReferenceException: Object reference not set to an instance of an object.] | |
CaspecoInternational.Payments.API.QueryHandlers.MerchantByIdHandler.Handle(MerchantByIdQuery query) in c:\Repository\Caspeco-Payments\CaspecoPayment\Api\QueryHandlers\MerchantByIdHandler.cs:41 | |
CaspecoInternational.Payments.Controllers.MerchantsController.Index(MerchantByIdQuery merchant) in c:\Repository\Caspeco-Payments\CaspecoPayment\Api.Http\Controllers\MerchantsController.cs:70 | |
lambda_method(Closure , ControllerBase , Object[] ) +104 | |
System.Web.Mvc.ActionMethodDispatcher.Execute(ControllerBase controller, Object[] parameters) +14 | |
System.Web.Mvc.ReflectedActionDescriptor.Execute(ControllerContext controllerContext, IDictionary`2 parameters) +157 | |
System.Web.Mvc.ControllerActionInvoker.InvokeActionMethod(ControllerContext controllerContext, ActionDescriptor actionDescriptor, IDictionary`2 parameters) +27 | |
System.Web.Mvc.Async.AsyncControllerActionInvoker.<BeginInvokeSynchronousActionMethod>b__39(IAsyncResult asyncResult, ActionInvocation innerInvokeState) +22 | |
System.Web.Mvc.Async.WrappedAsyncResult`2.CallEndDelegate(IAsyncResult asyncResult) +29 | |
System.Web.Mvc.Async.WrappedAsyncResultBase`1.End() +49 | |
System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeActionMethod(IAsyncResult asyncResult) +32 | |
System.Web.Mvc.Async.AsyncInvocationWithFilters.<InvokeActionMethodFilterAsynchronouslyRecursive>b__3d() +50 | |
System.Web.Mvc.Async.<>c__DisplayClass46.<InvokeActionMethodFilterAsynchronouslyRecursive>b__3f() +225 | |
System.Web.Mvc.Async.<>c__DisplayClass46.<InvokeActionMethodFilterAsynchronouslyRecursive>b__3f() +225 | |
System.Web.Mvc.Async.<>c__DisplayClass33.<BeginInvokeActionMethodWithFilters>b__32(IAsyncResult asyncResult) +10 | |
System.Web.Mvc.Async.WrappedAsyncResult`1.CallEndDelegate(IAsyncResult asyncResult) +10 | |
System.Web.Mvc.Async.WrappedAsyncResultBase`1.End() +49 | |
System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeActionMethodWithFilters(IAsyncResult asyncResult) +34 | |
System.Web.Mvc.Async.<>c__DisplayClass2b.<BeginInvokeAction>b__1c() +26 | |
System.Web.Mvc.Async.<>c__DisplayClass21.<BeginInvokeAction>b__1e(IAsyncResult asyncResult) +100 | |
System.Web.Mvc.Async.WrappedAsyncResult`1.CallEndDelegate(IAsyncResult asyncResult) +10 | |
System.Web.Mvc.Async.WrappedAsyncResultBase`1.End() +49 | |
System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeAction(IAsyncResult asyncResult) +27 | |
System.Web.Mvc.Controller.<BeginExecuteCore>b__1d(IAsyncResult asyncResult, ExecuteCoreState innerState) +13 | |
System.Web.Mvc.Async.WrappedAsyncVoid`1.CallEndDelegate(IAsyncResult asyncResult) +29 | |
System.Web.Mvc.Async.WrappedAsyncResultBase`1.End() +49 | |
System.Web.Mvc.Controller.EndExecuteCore(IAsyncResult asyncResult) +36 | |
System.Web.Mvc.Controller.<BeginExecute>b__15(IAsyncResult asyncResult, Controller controller) +12 | |
System.Web.Mvc.Async.WrappedAsyncVoid`1.CallEndDelegate(IAsyncResult asyncResult) +22 | |
System.Web.Mvc.Async.WrappedAsyncResultBase`1.End() +49 | |
System.Web.Mvc.Controller.EndExecute(IAsyncResult asyncResult) +26 | |
System.Web.Mvc.Controller.System.Web.Mvc.Async.IAsyncController.EndExecute(IAsyncResult asyncResult) +10 | |
System.Web.Mvc.MvcHandler.<BeginProcessRequest>b__5(IAsyncResult asyncResult, ProcessRequestState innerState) +21 | |
System.Web.Mvc.Async.WrappedAsyncVoid`1.CallEndDelegate(IAsyncResult asyncResult) +29 | |
System.Web.Mvc.Async.WrappedAsyncResultBase`1.End() +49 | |
System.Web.Mvc.MvcHandler.EndProcessRequest(IAsyncResult asyncResult) +28 | |
System.Web.Mvc.MvcHandler.System.Web.IHttpAsyncHandler.EndProcessRequest(IAsyncResult result) +9 | |
System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +545 | |
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +155 | |
</pre></code> | |
</td> | |
</tr> | |
</table> | |
<br> | |
<hr width=100% size=1 color=silver> | |
<b>Version Information:</b> Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.6.114.0 | |
</font> | |
</body> | |
</html> | |
<!-- | |
[NullReferenceException]: Object reference not set to an instance of an object. | |
at CaspecoInternational.Payments.API.QueryHandlers.MerchantByIdHandler.Handle(MerchantByIdQuery query) in c:\Repository\Caspeco-Payments\CaspecoPayment\Api\QueryHandlers\MerchantByIdHandler.cs:line 41 | |
at CaspecoInternational.Payments.Controllers.MerchantsController.Index(MerchantByIdQuery merchant) in c:\Repository\Caspeco-Payments\CaspecoPayment\Api.Http\Controllers\MerchantsController.cs:line 70 | |
at lambda_method(Closure , ControllerBase , Object[] ) | |
at System.Web.Mvc.ActionMethodDispatcher.Execute(ControllerBase controller, Object[] parameters) | |
at System.Web.Mvc.ReflectedActionDescriptor.Execute(ControllerContext controllerContext, IDictionary`2 parameters) | |
at System.Web.Mvc.ControllerActionInvoker.InvokeActionMethod(ControllerContext controllerContext, ActionDescriptor actionDescriptor, IDictionary`2 parameters) | |
at System.Web.Mvc.Async.AsyncControllerActionInvoker.<BeginInvokeSynchronousActionMethod>b__39(IAsyncResult asyncResult, ActionInvocation innerInvokeState) | |
at System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResult`2.CallEndDelegate(IAsyncResult asyncResult) | |
at System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResultBase`1.End() | |
at System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeActionMethod(IAsyncResult asyncResult) | |
at System.Web.Mvc.Async.AsyncControllerActionInvoker.AsyncInvocationWithFilters.<InvokeActionMethodFilterAsynchronouslyRecursive>b__3d() | |
at System.Web.Mvc.Async.AsyncControllerActionInvoker.AsyncInvocationWithFilters.<>c__DisplayClass46.<InvokeActionMethodFilterAsynchronouslyRecursive>b__3f() | |
at System.Web.Mvc.Async.AsyncControllerActionInvoker.AsyncInvocationWithFilters.<>c__DisplayClass46.<InvokeActionMethodFilterAsynchronouslyRecursive>b__3f() | |
at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass33.<BeginInvokeActionMethodWithFilters>b__32(IAsyncResult asyncResult) | |
at System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResult`1.CallEndDelegate(IAsyncResult asyncResult) | |
at System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResultBase`1.End() | |
at System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeActionMethodWithFilters(IAsyncResult asyncResult) | |
at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass21.<>c__DisplayClass2b.<BeginInvokeAction>b__1c() | |
at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass21.<BeginInvokeAction>b__1e(IAsyncResult asyncResult) | |
at System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResult`1.CallEndDelegate(IAsyncResult asyncResult) | |
at System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResultBase`1.End() | |
at System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeAction(IAsyncResult asyncResult) | |
at System.Web.Mvc.Controller.<BeginExecuteCore>b__1d(IAsyncResult asyncResult, ExecuteCoreState innerState) | |
at System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncVoid`1.CallEndDelegate(IAsyncResult asyncResult) | |
at System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResultBase`1.End() | |
at System.Web.Mvc.Controller.EndExecuteCore(IAsyncResult asyncResult) | |
at System.Web.Mvc.Controller.<BeginExecute>b__15(IAsyncResult asyncResult, Controller controller) | |
at System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncVoid`1.CallEndDelegate(IAsyncResult asyncResult) | |
at System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResultBase`1.End() | |
at System.Web.Mvc.Controller.EndExecute(IAsyncResult asyncResult) | |
at System.Web.Mvc.Controller.System.Web.Mvc.Async.IAsyncController.EndExecute(IAsyncResult asyncResult) | |
at System.Web.Mvc.MvcHandler.<BeginProcessRequest>b__5(IAsyncResult asyncResult, ProcessRequestState innerState) | |
at System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncVoid`1.CallEndDelegate(IAsyncResult asyncResult) | |
at System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResultBase`1.End() | |
at System.Web.Mvc.MvcHandler.EndProcessRequest(IAsyncResult asyncResult) | |
at System.Web.Mvc.MvcHandler.System.Web.IHttpAsyncHandler.EndProcessRequest(IAsyncResult result) | |
at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() | |
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) | |
--><!-- | |
This error page might contain sensitive information because ASP.NET is configured to show verbose error messages using <customErrors mode="Off"/>. Consider using <customErrors mode="On"/> or <customErrors mode="RemoteOnly"/> in production environments.--> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment