Tagged Questions

2
votes
2answers
148 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
2answers
177 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 ...
0
votes
1answer
576 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
159 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
276 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 ...