I notice that netscape throws a completely different error that appears to be an app error. This might give you better information (and me, for that matter):
Server Error in '/falcon' Application.
Object reference not set to an instance of an object.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.
Source Error:
Line 136: Dim dropdownimages As CuteEditor.RichDropDownList
Line 137: Dim richitem As CuteEditor.RichListItem
Line 138: dropdown = DirectCast(edit_html.ToolControls("Links").Control, CuteEditor.RichDropDownList)
Line 139: dropdownimages = DirectCast(edit_html.ToolControls("Images").Control, CuteEditor.RichDropDownList)
Line 140: 'the first item is the caption |
Source File: C:\Inetpub\ftproot\LocalUser\falcon\campaignmailouts.aspx Line: 138
Stack Trace:
[NullReferenceException: Object reference not set to an instance of an object.]
ASP.campaignmailouts_aspx.__Render__control17(HtmlTextWriter __output, Control parameterContainer) in C:\Inetpub\ftproot\LocalUser\falcon\campaignmailouts.aspx:138
System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) +27
System.Web.UI.HtmlControls.HtmlForm.RenderChildren(HtmlTextWriter writer) +44
System.Web.UI.HtmlControls.HtmlForm.Render(HtmlTextWriter output) +262
System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +243
System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) +72
System.Web.UI.Control.Render(HtmlTextWriter writer) +7
System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +243
System.Web.UI.Page.ProcessRequestMain() +1926
|