Questions tagged [yellow-screen-of-death]

ASP.NET related errors

A Yellow Screen of Death occurs when an ASP.NET web application encounters a problem and the page instance crashes.

22 questions
1
vote
1 answer

Getting "The 'WhatEver' view or its master could not be found" with Spark View Engine when going to the login page

Uff...long title. As it states, when the asp.net redirects to the login page, it adds the ?RequestUrl=/pathToSome/Action to the url. When this happens I get that YSOD :"The view '/PathToSome/Action' or its master could not be found. The following…
Bruno Shine
  • 1,021
  • 1
  • 9
  • 17
0
votes
1 answer

Customizing the Windows Identity Foundation (WIF) error messages (yellow screen of death)

WIF will send our users the Yellow Screen of Death whenever an error occurs. This can be something such as a token replay, or a old token being sent to the server as shown below: How do I customize the display of this error and also log the…
makerofthings7
  • 60,103
  • 53
  • 215
  • 448
0
votes
4 answers

NullReferenceException on instantiated object?

This is a segment of code from an app I've inherited, a user got a Yellow screen of death: Object reference not set to an instance of an object on the line: bool l_Success ... Now I'm 95% sure the faulty argument is ref l_Monitor which is very…
Beriadan
  • 109
  • 2
  • 6
0
votes
1 answer

SQLEXPRESS Failed to generate a user instance of SQL Server

I deployed an ASP.NET MVC app using MSDeploy and ran into this problem i tried every solution that i found over internet and i still can't get this working it's a small basic MVC 2 app that I built while learning. so.. how do you get this thing…
0
votes
2 answers

Exception occuring in ASP.Net MVC app with Log4net on Shared Hosting

I have a website that was developed using ASP.Net MVC and uses Log4net for exception logging. The website was running fine until about 4 hours ago. We haven't made any changes to the website in the last 2 weeks. The website has been running smoothly…
0
votes
0 answers

Recently upgraded to MVC 5, keep getting yellow screen of death

Title says it all; we've recently updated our web project to use MVC 5 but this doesn't seem to be playing nice with the other references we're using in our project. When running we get the following message: Attempt by security transparent method …
Novastorm
  • 1,439
  • 3
  • 26
  • 40
0
votes
1 answer

ASP.NET: Wrong Code Displayed in Crash Dump

So a webapp I've been working on broke, and I made some fixes... it still crashes, but in the YSOD it shows me the old code. I'm running this from the VS 2005 IDE. It won't hit any breakpoints, and it crashes on line 249, which is clearly commented…
tsilb
  • 7,977
  • 13
  • 71
  • 98
1
2