Hi all,
My client is getting a missingfieldexception on a deployed application. I've been sending him new dlls and they work for a day or two and then...bam...the error returns. It's like it's looking at the wrong temporary dll or something. I have no clue how the asp.net temporary files dir works. Any help is appreciated. thanks
Here is the error--
Server Error in '/ssacsts' Application.
Field not found: SSA.CSTS.Web.Controls.User.Header.SSA_Menu.
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.MissingFieldException: Field not found:
SSA.CSTS.Web.Controls.User.Header.SSA_Menu.
Source Error:
Line 22: <asp:label id="lbl_status" Runat="server"
ForeColor="red"></asp:label> </td>
Line 23: </tr>
Line 24: <tr id="tr_menubar" runat="server" bgColor="white">
Line 25: <td><cyberakt:ASPnetMenu id="SSA_Menu"
ClientScriptLocation="/SSACSTS/Scripts/"
Menudata="\SSACSTS\Menu\MenuData.xml"
Line 26: OverlayWindowedElements="True"
runat="server"></cyberakt:ASPnetMenu>
Source File: e:\WEBAPPS\ssacsts\ Line: 24
Stack Trace:
[MissingFieldException: Field not found:
SSA.CSTS.Web.Controls.User.Header.SSA_Menu.]
ASP.Header_ascx.__BuildControl__control10() +0
ASP.Header_ascx.__BuildControl__control9(HtmlTableCellCollection __ctrl)
in e:\WEBAPPS\ssacsts\ ASP.Header_ascx.__BuildControltr_menubar() in
e:\WEBAPPS\ssacsts\ ASP.Header_ascx.__BuildControlTree(Control __ctrl) in
e:\WEBAPPS\ssacsts\ ASP.Header_ascx.FrameworkInitialize() in
c:\WINNT\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET
Files\ssacsts\e7e20c41\ab399172\ej5n7rbn.0.cs:0
System.Web.UI.UserControl.InitializeAsUserControlInternal() +31
System.Web.UI.UserControl.InitializeAsUserControl(Page page) +15
ASP.browsestudies_aspx.__BuildControlctlHeader() in
e:\WEBAPPS\ssacsts\ ASP.browsestudies_aspx.__BuildControlbrowse_studies() in
e:\WEBAPPS\ssacsts\ ASP.browsestudies_aspx.__BuildControlTree(Control __ctrl) in
e:\WEBAPPS\ssacsts\ ASP.browsestudies_aspx.FrameworkInitialize() in
c:\WINNT\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET
Files\ssacsts\e7e20c41\ab399172\90jmqa2v.0.cs:0
System.Web.UI.Page.ProcessRequest() +85
System.Web.UI.Page.ProcessRequest(HttpContext context) +18
System.Web.CallHandlerExecutionStep.System.Web.HttpApplication+IExecutionSte
p.Execute() +179
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&
completedSynchronously) +87
Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET
Version:1.1.4322.573
My client is getting a missingfieldexception on a deployed application. I've been sending him new dlls and they work for a day or two and then...bam...the error returns. It's like it's looking at the wrong temporary dll or something. I have no clue how the asp.net temporary files dir works. Any help is appreciated. thanks
Here is the error--
Server Error in '/ssacsts' Application.
Field not found: SSA.CSTS.Web.Controls.User.Header.SSA_Menu.
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.MissingFieldException: Field not found:
SSA.CSTS.Web.Controls.User.Header.SSA_Menu.
Source Error:
Line 22: <asp:label id="lbl_status" Runat="server"
ForeColor="red"></asp:label> </td>
Line 23: </tr>
Line 24: <tr id="tr_menubar" runat="server" bgColor="white">
Line 25: <td><cyberakt:ASPnetMenu id="SSA_Menu"
ClientScriptLocation="/SSACSTS/Scripts/"
Menudata="\SSACSTS\Menu\MenuData.xml"
Line 26: OverlayWindowedElements="True"
runat="server"></cyberakt:ASPnetMenu>
Source File: e:\WEBAPPS\ssacsts\ Line: 24
Stack Trace:
[MissingFieldException: Field not found:
SSA.CSTS.Web.Controls.User.Header.SSA_Menu.]
ASP.Header_ascx.__BuildControl__control10() +0
ASP.Header_ascx.__BuildControl__control9(HtmlTableCellCollection __ctrl)
in e:\WEBAPPS\ssacsts\ ASP.Header_ascx.__BuildControltr_menubar() in
e:\WEBAPPS\ssacsts\ ASP.Header_ascx.__BuildControlTree(Control __ctrl) in
e:\WEBAPPS\ssacsts\ ASP.Header_ascx.FrameworkInitialize() in
c:\WINNT\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET
Files\ssacsts\e7e20c41\ab399172\ej5n7rbn.0.cs:0
System.Web.UI.UserControl.InitializeAsUserControlInternal() +31
System.Web.UI.UserControl.InitializeAsUserControl(Page page) +15
ASP.browsestudies_aspx.__BuildControlctlHeader() in
e:\WEBAPPS\ssacsts\ ASP.browsestudies_aspx.__BuildControlbrowse_studies() in
e:\WEBAPPS\ssacsts\ ASP.browsestudies_aspx.__BuildControlTree(Control __ctrl) in
e:\WEBAPPS\ssacsts\ ASP.browsestudies_aspx.FrameworkInitialize() in
c:\WINNT\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET
Files\ssacsts\e7e20c41\ab399172\90jmqa2v.0.cs:0
System.Web.UI.Page.ProcessRequest() +85
System.Web.UI.Page.ProcessRequest(HttpContext context) +18
System.Web.CallHandlerExecutionStep.System.Web.HttpApplication+IExecutionSte
p.Execute() +179
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&
completedSynchronously) +87
Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET
Version:1.1.4322.573