Re: [MissingFieldException: Field not found:

Tech-Archive recommends: Fix windows errors by optimizing your registry

From: John Saunders (johnwsaundersiii_at_notcoldmail.com)
Date: 07/23/04


Date: Fri, 23 Jul 2004 15:26:44 -0400


"josh_sivey" <josh_sivey@discussions.microsoft.com> wrote in message
news:A07BA1DC-9171-4013-9D95-AD6A23A414E4@microsoft.com...
> I'm getting the exact same error on one of our production servers. The
only difference is that the UserControl on my page does not rely on Server
Cache for it's state information... What could be causing this error?

Please post the complete stack trace.

-- 
John Saunders
johnwsaundersiii at hotmail
> "John Saunders" wrote:
>
> > "katty" <katty@discussions.microsoft.com> wrote in message
> > news:E8D10C5D-5D56-4C64-BCDC-22EE01173AD9@microsoft.com...
> > > John,
> > >
> > > Thank you for prompt reply
> > >
> > > right ...let me reframe my Question.....
> > >
> > > my Web control method on a page uses something which is dependent on
> > server's cache...thats why it is trying to read from temp asp.net files.
> > When that page is not requested for some hours i get that error. But
when I
> > reset IIS page is working fine.
> > >
> > > what could be the reason.
> >
> > I'm trying to tell you that the stack trace you posted is from the
execution
> > of a request for a page. I think it is executing
> > NstAdvanceUnitSalesTOC.aspx. Either something has requested that page or
> > else maybe the cache item expiration is requesting that page. Do you
mean
> > that the method is dependant on the output cache, or the Cache property?
> > -- 
> > John Saunders
> > johnwsaundersiii at hotmail
> >
> >
> > > "John Saunders" wrote:
> > >
> > > > "katty" <katty@discussions.microsoft.com> wrote in message
> > > > news:F9A88B8F-6DDD-405C-9559-B2379ABE8CA7@microsoft.com...
> > > > > I get following error when the website is idle..but if I reset
it..it
> > > > > goes...can you please help with this error..
> > > >
> > > > <snip>
> > > >
> > > > >    System.Web.UI.Page.ProcessRequest() +84
> > > > >    System.Web.UI.Page.ProcessRequest(HttpContext context) +18
> > > > >
> > > > >
> > System.Web.CallHandlerExecutionStep.System.Web.HttpApplication+IExecutio
> > > > > nStep.Execute()
> > > > >  +179
> > > > >    System.Web.HttpApplication.ExecuteStep(IExecutionStep step,
> > Boolean&
> > > > > completedSynchronously) +87
> > > >
> > > > The above stack frame shows that the web site is NOT idle. A request
> > came
> > > > in, or ProcessRequest would not have been called.
> > > > -- 
> > > > John Saunders
> > > > johnwsaundersiii at hotmail
> > > >
> > > >
> > > >
> >
> >
> >


Relevant Pages

  • Re: [MissingFieldException: Field not found:
    ... I'm getting the exact same error on one of our production servers. ... The only difference is that the UserControl on my page does not rely on Server Cache for it's state information... ... "John Saunders" wrote: ... > of a request for a page. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: [PATCH] speed up SATA
    ... The kicker when handling any request larger than the on-disk cache ... insufficient buffer for the entire host request), ...
    (Linux-Kernel)
  • Re: IIS 6.0 Not Caching Images
    ... There is a known bug where if a 204/304 is fulfilled from the kernel ... regardless if it is fulfilled from the kernel response cache or not. ... request is cached in kernel mode (in addition to using WFetch to make the ... server or not -- you need perfmon to determine. ...
    (microsoft.public.inetserver.iis)
  • Re: IIS 6.0 Not Caching Images
    ... which the client would reuse on subsequent requests to the ... IIS is not sending the ETag header on the request correctly. ... > coming out of the kernel mode cache or not. ... There is a known bug where if a 204/304 is fulfilled from the kernel ...
    (microsoft.public.inetserver.iis)
  • Re: Looking for advise: Multithreaded http requests
    ... "John Saunders" wrote in message ... >> @Eliyahu Goldin: ... A request comes> in, you begin processing it, you spawn off another thread to do some> processing, the request completes, your other thread is still running> against data which are no longer valid because the request has completed. ... They are trying to prevent you hanging yourself by not> providing the rope. ...
    (microsoft.public.dotnet.framework.aspnet)