all groups > asp.net caching > january 2005 >
You're in the

asp.net caching

group:

ParserCacheItem Error


ParserCacheItem Error csockwell NO[at]SPAM thermospas.com
1/31/2005 7:17:07 AM
asp.net caching:
I keep getting the following error error everyday or so. I don't have cache
turned on and I can't really find any descriptions of this error so I have no
idea how to fix it. Anyone have any ideas?

Running IIS 6 on win2003.

Error: System.Web.UI.ParserCacheItem GetParserCacheItem()
Stack Trace:System.Web.UI.TemplateParser.GetParserCacheItem() at
System.Web.UI.TemplateControlParser.CompileAndGetParserCacheItem(String
virtualPath, String inputFile, HttpContext context) at
System.Web.UI.TemplateControlParser.GetCompiledInstance(String virtualPath,
String inputFile, HttpContext context) at
System.Web.UI.PageParser.GetCompiledPageInstanceInternal(String virtualPath,
String inputFile, HttpContext context) at
System.Web.UI.PageHandlerFactory.GetHandler(HttpContext context, String
requestType, String url, String path) at
System.Web.HttpApplication.MapHttpHandler(HttpContext context, String
requestType, String path, String pathTranslated, Boolean useAppConfig)

Thanks,
Re: ParserCacheItem Error csockwell
1/31/2005 9:11:04 AM
I found my mistake. While looking at the error log times I noticed that the
webpages that genetate this error do not exist in that particular directory.
It threw me off because it was an aspx error not a 401 page not found. This
is a simple broken link; is it normal to have aspx report an error for a
missing page?

[quoted text, click to view]
Re: ParserCacheItem Error csockwell
1/31/2005 9:11:05 AM
I found my mistake. While looking at the error log times I noticed that the
webpages that genetate this error do not exist in that particular directory.
It threw me off because it was an aspx error not a 401 page not found. This
is a simple broken link; is it normal to have aspx report an error for a
missing page?

[quoted text, click to view]
Re: ParserCacheItem Error Alvin Bruney [MVP]
1/31/2005 12:19:00 PM
I believe an application restart is the culprit for generating this error.
You will need to look up your event logs for process restarts and try to tie
them to the time of the error first before looking for a fix.

--
Regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
The Microsoft Office Web Components Black Book with .NET
Now Available @ http://tinyurl.com/27cok
----------------------------------------------------------


[quoted text, click to view]

Re: ParserCacheItem Error Alvin Bruney [MVP]
1/31/2005 6:48:05 PM


--
Regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
The Microsoft Office Web Components Black Book with .NET
Now Available @ http://tinyurl.com/27cok
----------------------------------------------------------


[quoted text, click to view]

AddThis Social Bookmark Button