Tagged Questions

8
votes
7answers
496 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 …
3
votes
5answers
194 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?
1
vote
1answer
252 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
82 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
111 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
198 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
144 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 …