Re: FileNotFoundException ParserCacheItem GetParserCacheItem
- From: "Andre" <Andre@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 4 Jul 2005 21:44:02 -0700
Hi,
I discovered same error in my production environment. This error did not
happen earlier and I can see it happening from time to time (sometimes once
per hour, sometimes twice withing 5 minutes). The only difference between
before and now is that I had to restart my app on almost every day before
(software updates) and I did not do it on day errors started to occur. I have
feeling that it is related to some caching overflow issues inside .Net, but
not sure what do I need to change.
Please help.
"johan.mansson@xxxxxxxxx" wrote:
> I'm having the exact same problem.
> Just like you I get in on the production server but not in any test
> environment.
>
>
> W1ld0ne74 wrote:
> > Does your test server have a version of VS installed on it. What are
> the
> > differences between the two servers? I am getting the same problem.
> >
> > MSCORLIB (I THINK) is part of the .Net framework. Is the same version
> of the
> > framework installed on both servers. Check this by running the
> following
> > command on both server:
> > C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322>aspnet_regiis.exe -lk
> >
> > That will list all versions of the framework on your pc and also
> which
> > version is running which iis apps.
> >
> > Hope that stab in the dark helps.
> >
> > David
> >
> >
> > "Chris Aitchison" wrote:
> >
> > > I Keep on getting this error on a production server, but never seem
> to manage
> > > reproducing it on any test environment.
> > >
> > > I just can't get my head around it, any ideas?
> > >
> > > Inner Exception
> > > ---------------
> > > Type : System.IO.FileNotFoundException, mscorlib,
> Version=1.0.5000.0,
> > > Culture=neutral, PublicKeyToken=b77a5c561934e089
> > > Message : C:\WebSites\RNBS\WebUI\wwwroot\retailOffice\loans.aspx
> > > Source : System.Web
> > > Help link :
> > > FileName :
> > > FusionLog :
> > > TargetSite : System.Web.UI.ParserCacheItem GetParserCacheItem()
> > > Stack Trace : at
> 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)
> > >
>
>
.
- Follow-Ups:
- Re: FileNotFoundException ParserCacheItem GetParserCacheItem
- From: Scott Allen
- Re: FileNotFoundException ParserCacheItem GetParserCacheItem
- Prev by Date: Re: Simple ViewState question
- Next by Date: Re: FileNotFoundException ParserCacheItem GetParserCacheItem
- Previous by thread: Code behind class
- Next by thread: Re: FileNotFoundException ParserCacheItem GetParserCacheItem
- Index(es):
Relevant Pages
|