The ysod tag has no wiki summary.
4
votes
2answers
332 views
ASP.NET yellow screen of death - where does it get the stack trace from?
I have a remoting-type set up within my application where I avoid TargetInvocationExceptions and grab the inner exception. I invoke the internal PrepForRemoting method on the Exception class to ...
1
vote
1answer
67 views
ELMAH YSOD in production
I've recently implemented ELMAH in one of our production apps. It's really been a rather easy implementation and it's working flawlessly. However, I'm noticing the YSOD in prod isn't as telling as it ...
1
vote
1answer
204 views
Weird error page after YSOD ASP.NET with Visual Studio built-in debugging server
Now that I am playing with NHibernate I am getting a lot more YSODs as I am learning it however I seem to get this error sometimesafter a YSOD:
This webpage is not available
The webpage at ...
1
vote
2answers
576 views
CS0103: The name 'rGrid' does not exist in the current context
I have an ASPX Page:
<%@ Page Language="C#" MasterPageFile="~/site.Master" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="myProject.Presentation.Web.Default" src="Default.aspx.cs" ...
0
votes
2answers
1k views
How to fix “The ConnectionString property has not been initialized” in nopCommerce
I'm trying to integrate nopCommerce into a third party system but am hitting a problem when I try to access any nopCommerce pages. Because I'm integrating with a third party system I've had to merge ...