Re: [MissingFieldException: Field not found:
From: John Saunders (johnwsaundersiii_at_notcoldmail.com)
Date: 07/15/04
- Next message: John Saunders: "Re: smartnavigation WebUIValidation.js"
- Previous message: Paul: "Re: Need to pass information into a web page."
- In reply to: katty: "Re: [MissingFieldException: Field not found:"
- Next in thread: josh_sivey: "Re: [MissingFieldException: Field not found:"
- Reply: josh_sivey: "Re: [MissingFieldException: Field not found:"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 15 Jul 2004 17:00:30 -0400
"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 > > > > > >
- Next message: John Saunders: "Re: smartnavigation WebUIValidation.js"
- Previous message: Paul: "Re: Need to pass information into a web page."
- In reply to: katty: "Re: [MissingFieldException: Field not found:"
- Next in thread: josh_sivey: "Re: [MissingFieldException: Field not found:"
- Reply: josh_sivey: "Re: [MissingFieldException: Field not found:"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|