Tagged Questions
The yellow-screen-of-death tag has no wiki summary.
11
votes
5answers
1k views
How does the ASP.NET “Yellow Screen of Death” display code?
I thought .Net code gets compiled into MSIL, so I always wondered how do Yellow Screens produce the faulty code. If it's executing the compiled code, how is the compiler able to produce code from the ...
6
votes
2answers
544 views
YSOD Yellow Screen Of Death JavaScript RegExp - Syntax Error
I built up this regex at http://regextester.com to parse YSOD but VS is complaining about a syntax error. I am sure I am missing an escape somewhere but I am coming up blank.
Here is is in original ...
3
votes
4answers
265 views
ASP.NET - Hacking the yellow screen of death
In some of my books that I've read, it is stated that it is good to hide yellow screens of death (obviously), but not only for the reason in that it is quite informal to users, but also because ...
3
votes
6answers
794 views
Can the ASP.NET Yellow Screen of Death (YSOD) be generated on demand or captured?
We'd like to just capture the YSOD output to use in an erorr reporting email, from a Global.asax error handler, for instance. Is there any way of leveraging the built-in ysod generator?
2
votes
3answers
281 views
Enable Yellow Screen of Death on MVC 3
I had to take over an MVC 3 project from another developer. One of the first things he did was to stop the yellow screen of death so that all exceptions are only logged to a file. You now only get a ...
2
votes
2answers
147 views
i18n yellow screen of death
System.InvalidOperationException:Värdet null kan inte tilldelas en medlem av typen System.Boolean eftersom den är en värdetyp som inte kan ha värdet null.
Thank you Microsoft, intentions are good, I ...
2
votes
1answer
1k views
How do you allow two DLL's with same namespace.class to exist in the same application?
Specifically, we are trying to upgrade our telerik controls to the latest version. Unfortunately, the old DLL's are so old that many of the control properties have changed vastly so we've decided to ...
1
vote
1answer
284 views
Can the ASP.NET MVC Yellow Screen of Death (YSOD) be generated on demand
As asked here.
I want to know if it is possible to get the YSOD's HTML Rendering for exceptions to be sent by mail WITHOUT the use of ELMAH? I am handling the errors and showing a custom error page ...
1
vote
1answer
467 views
ASP.NET MVC: Weird characters in error page
Since I uploaded an updated version of an ASP.NET MVC 1 application to the server, the Yellow Screen of Death has changed to something like this:
...
1
vote
2answers
170 views
How would I hook into/replace the “end user” YSOD?
I want to display the YSOD when it would be providing useful information during development or locally on the servers but a semi-generic page in other cases. I know that I could set the ...
1
vote
1answer
233 views
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' ...
0
votes
1answer
33 views
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 ...
0
votes
0answers
73 views
ASP.NET yellow screen of death very slow to appear
I must have changed something somewhere accidentally because the standard yellow screen of death on my dev machine has been recently very slow. Every time I get a runtime exception, it takes almost ...
0
votes
1answer
550 views
HttpWebResponse.StatusCode isn't trapping 500 Errors
My Question:
Does a HttpWebResponse.StatusCode detect Asp.Net errors? Mainly a yellow screen of death?
Some Background:
I am working on a simple c# console app that will test servers and services to ...
0
votes
1answer
47 views
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 ...
0
votes
1answer
311 views
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 ...
0
votes
1answer
157 views
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 ...
0
votes
5answers
274 views
NullReferenceException on instanciated 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 *bool l_Success* ... line. Now I'm 95% sure the ...
0
votes
6answers
225 views
Direct link from Yellow Screen to line in code
I've been looking for a while for this, and having been thinking about creating it myself, but hadn't got the feeling I knew the right point to start.
I would like to have a link on the Yellow Screen ...