Click here to Skip to main content
15,896,726 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
JokeRe: Test Pin
Richard Deeming26-Apr-16 9:36
mveRichard Deeming26-Apr-16 9:36 
GeneralRe: Test Pin
OriginalGriff26-Apr-16 10:21
mveOriginalGriff26-Apr-16 10:21 
GeneralRe: Test Pin
TheGreatAndPowerfulOz26-Apr-16 9:23
TheGreatAndPowerfulOz26-Apr-16 9:23 
GeneralRe: Test Pin
phil.o26-Apr-16 9:35
professionalphil.o26-Apr-16 9:35 
Generales Pin
Mark_Wallace26-Apr-16 9:39
Mark_Wallace26-Apr-16 9:39 
GeneralRe: es Pin
Richard Deeming27-Apr-16 1:40
mveRichard Deeming27-Apr-16 1:40 
GeneralRe: es Pin
Mark_Wallace27-Apr-16 2:41
Mark_Wallace27-Apr-16 2:41 
GeneralRe: Test Pin
Sander Rossel26-Apr-16 9:50
professionalSander Rossel26-Apr-16 9:50 
<big><big>Server Error in '/' Application.</big></big>
<big><br />
Oops! The hamsters made a boo-boo! :-(</big>


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.Exception: Oops! The hamsters made a boo-boo! Frown | :-(

Source Error:
Line 16:         public ActionResult PostMessage()
Line 17:         {
Line 18:             throw new Exception("Oops! The hamsters made a boo-boo! :-(");
Line 19:         }
Line 20:     }

Source File: c:\apps\CodeProject\Controllers\TheLoungeController.cs Line: 18

Stack Trace:

[Exception: Oops! The hamsters made a boo-boo! :-(]
   CodeProject.Controllers.TheLoungeController.PostMessage() in c:\apps\CodeProject\Controllers\TheLoungeController.cs:18
   lambda_method(Closure , ControllerBase , Object[] ) +61
   System.Web.Mvc.ActionMethodDispatcher.Execute(ControllerBase controller, Object[] parameters) +30
   System.Web.Mvc.ReflectedActionDescriptor.Execute(ControllerContext controllerContext, IDictionary`2 parameters) +197
   System.Web.Mvc.ControllerActionInvoker.InvokeActionMethod(ControllerContext controllerContext, ActionDescriptor actionDescriptor, IDictionary`2 parameters) +46
   System.Web.Mvc.Async.ActionInvocation.InvokeSynchronousActionMethod() +37
   System.Web.Mvc.Async.AsyncControllerActionInvoker.<BeginInvokeSynchronousActionMethod>b__39(IAsyncResult asyncResult, ActionInvocation innerInvokeState) +24
   System.Web.Mvc.Async.WrappedAsyncResult`2.CallEndDelegate(IAsyncResult asyncResult) +43
   System.Web.Mvc.Async.WrappedAsyncResultBase`1.End() +58
   System.Web.Mvc.Async.AsyncResultWrapper.End(IAsyncResult asyncResult, Object tag) +68
   System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeActionMethod(IAsyncResult asyncResult) +34
   System.Web.Mvc.Async.AsyncInvocationWithFilters.<InvokeActionMethodFilterAsynchronouslyRecursive>b__3d() +69
   System.Web.Mvc.Async.<>c__DisplayClass46.<InvokeActionMethodFilterAsynchronouslyRecursive>b__3f() +230
   System.Web.Mvc.Async.<>c__DisplayClass33.<BeginInvokeActionMethodWithFilters>b__32(IAsyncResult asyncResult) +27
   System.Web.Mvc.Async.WrappedAsyncResult`1.CallEndDelegate(IAsyncResult asyncResult) +27
   System.Web.Mvc.Async.WrappedAsyncResultBase`1.End() +58
   System.Web.Mvc.Async.AsyncResultWrapper.End(IAsyncResult asyncResult, Object tag) +68
   System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeActionMethodWithFilters(IAsyncResult asyncResult) +34
   System.Web.Mvc.Async.<>c__DisplayClass2b.<BeginInvokeAction>b__1c() +42
   System.Web.Mvc.Async.<>c__DisplayClass21.<BeginInvokeAction>b__1e(IAsyncResult asyncResult) +124
   System.Web.Mvc.Async.WrappedAsyncResult`1.CallEndDelegate(IAsyncResult asyncResult) +27
   System.Web.Mvc.Async.WrappedAsyncResultBase`1.End() +58
   System.Web.Mvc.Async.AsyncResultWrapper.End(IAsyncResult asyncResult, Object tag) +30
   System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeAction(IAsyncResult asyncResult) +29
   System.Web.Mvc.Controller.<BeginExecuteCore>b__1d(IAsyncResult asyncResult, ExecuteCoreState innerState) +27
   System.Web.Mvc.Async.WrappedAsyncVoid`1.CallEndDelegate(IAsyncResult asyncResult) +48
   System.Web.Mvc.Async.WrappedAsyncResultBase`1.End() +58
   System.Web.Mvc.Async.AsyncResultWrapper.End(IAsyncResult asyncResult, Object tag) +30
   System.Web.Mvc.Async.AsyncResultWrapper.End(IAsyncResult asyncResult, Object tag) +21
   System.Web.Mvc.Controller.EndExecuteCore(IAsyncResult asyncResult) +32
   System.Web.Mvc.Controller.<BeginExecute>b__15(IAsyncResult asyncResult, Controller controller) +26
   System.Web.Mvc.Async.WrappedAsyncVoid`1.CallEndDelegate(IAsyncResult asyncResult) +40
   System.Web.Mvc.Async.WrappedAsyncResultBase`1.End() +58
   System.Web.Mvc.Async.AsyncResultWrapper.End(IAsyncResult asyncResult, Object tag) +30
   System.Web.Mvc.Async.AsyncResultWrapper.End(IAsyncResult asyncResult, Object tag) +21
   System.Web.Mvc.Controller.EndExecute(IAsyncResult asyncResult) +29
   System.Web.Mvc.Controller.System.Web.Mvc.Async.IAsyncController.EndExecute(IAsyncResult asyncResult) +24
   System.Web.Mvc.MvcHandler.<BeginProcessRequest>b__5(IAsyncResult asyncResult, ProcessRequestState innerState) +27
   System.Web.Mvc.Async.WrappedAsyncVoid`1.CallEndDelegate(IAsyncResult asyncResult) +48
   System.Web.Mvc.Async.WrappedAsyncResultBase`1.End() +58
   System.Web.Mvc.Async.AsyncResultWrapper.End(IAsyncResult asyncResult, Object tag) +30
   System.Web.Mvc.Async.AsyncResultWrapper.End(IAsyncResult asyncResult, Object tag) +21
   System.Web.Mvc.MvcHandler.EndProcessRequest(IAsyncResult asyncResult) +29
   System.Web.Mvc.MvcHandler.System.Web.IHttpAsyncHandler.EndProcessRequest(IAsyncResult result) +23
   System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +9744261
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +155

Read my (free) ebook Object-Oriented Programming in C# Succinctly.
Visit my blog at Sander's bits - Writing the code you need.
Or read my articles here on CodeProject.
Simplicity is prerequisite for reliability.
— Edsger W. Dijkstra
Regards,
Sander

GeneralRe: Test Pin
PIEBALDconsult26-Apr-16 15:10
mvePIEBALDconsult26-Apr-16 15:10 
GeneralRe: Test Pin
MT_26-Apr-16 17:51
professionalMT_26-Apr-16 17:51 
GeneralRe: Test Pin
Agent__00726-Apr-16 18:18
professionalAgent__00726-Apr-16 18:18 
GeneralRe: Test Pin
Bassam Abdul-Baki27-Apr-16 0:33
professionalBassam Abdul-Baki27-Apr-16 0:33 
GeneralBacon Roses Pin
Brisingr Aerowing26-Apr-16 7:19
professionalBrisingr Aerowing26-Apr-16 7:19 
GeneralRe: Bacon Roses Pin
Slacker00726-Apr-16 8:37
professionalSlacker00726-Apr-16 8:37 
GeneralRe: Bacon Roses Pin
908236526-Apr-16 12:28
908236526-Apr-16 12:28 
GeneralWow. PinPopular
Brisingr Aerowing26-Apr-16 7:18
professionalBrisingr Aerowing26-Apr-16 7:18 
GeneralRe: Wow. Pin
W Balboos, GHB26-Apr-16 8:21
W Balboos, GHB26-Apr-16 8:21 
GeneralRe: Wow. Pin
Chris Quinn26-Apr-16 21:39
Chris Quinn26-Apr-16 21:39 
GeneralRe: Wow. Pin
Kyle Moyer27-Apr-16 9:01
Kyle Moyer27-Apr-16 9:01 
JokeWe are all doomed Pin
Cornelius Henning26-Apr-16 5:31
professionalCornelius Henning26-Apr-16 5:31 
GeneralRe: We are all doomed Pin
Eddy Vluggen26-Apr-16 5:40
professionalEddy Vluggen26-Apr-16 5:40 
GeneralRe: We are all doomed Pin
Johnny J.26-Apr-16 5:43
professionalJohnny J.26-Apr-16 5:43 
GeneralRe: We are all doomed Pin
Eddy Vluggen26-Apr-16 5:57
professionalEddy Vluggen26-Apr-16 5:57 
GeneralRe: We are all doomed Pin
Mike Hankey26-Apr-16 5:42
mveMike Hankey26-Apr-16 5:42 
GeneralRe: We are all doomed Pin
Johnny J.26-Apr-16 5:45
professionalJohnny J.26-Apr-16 5:45 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.