Error with just one site

Post here for help with installing or upgrading mojoPortal pre-compiled release packages. When posting in this forum, please provide all relevant details. You may also want to review the installation or upgrading documentation.

If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.

Post here for help with installation of mojoPortal pre-compiled release packages

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.

You may also want to review the installation or upgrading documentation.

If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.

This thread is closed to new posts. You must sign in to post in the forums.
9/6/2012 9:42:03 AM
Gravatar
Total Posts 46

Error with just one site

I upgraded to the latest and I'm having issue with just one site.  All my sites errored out the first time and then came back to life.  I thought this one came back to life too, but no go.  Error log:

 

Can someone please help me, I'm at a loss?

 

 

2012-09-06 08:38:24,570 ERROR 38.124.164.19 - en-US - / - mojoPortal.Web.Global - 38.124.164.19 / Referrer(none) useragent Mozilla/5.0 (Windows NT 5.2) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.89 Safari/537.1
System.Web.HttpCompileException (0x80004005): c:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\fcdc6d38\90757c7d\App_Web_layout.master.37e883.g8rzuumx.0.cs(374): error CS0433: The type 'ASP.controls_metacontent_ascx' exists in both 'c:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\fcdc6d38\90757c7d\App_Web_iepap1c3.dll' and 'c:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\fcdc6d38\90757c7d\App_Web_vh0w2ynp.dll'
at System.Web.Compilation.BuildManager.PostProcessFoundBuildResult(BuildResult result, Boolean keyFromVPP, VirtualPath virtualPath)
at System.Web.Compilation.BuildManager.GetBuildResultFromCacheInternal(String cacheKey, Boolean keyFromVPP, VirtualPath virtualPath, Int64 hashCode, Boolean ensureIsUpToDate)
at System.Web.Compilation.BuildManager.GetVPathBuildResultFromCacheInternal(VirtualPath virtualPath, Boolean ensureIsUpToDate)
at System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate)
at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate)
at System.Web.Compilation.BuildManager.GetVPathBuildResult(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean ensureIsUpToDate)
at System.Web.UI.BaseTemplateParser.GetReferencedType(VirtualPath virtualPath, Boolean allowNoCompile)
at System.Web.UI.PageParser.ProcessMainDirectiveAttribute(String deviceName, String name, String value, IDictionary parseData)
at System.Web.UI.TemplateParser.ProcessMainDirective(IDictionary mainDirective)

9/6/2012 9:47:12 AM
Gravatar
Total Posts 18439

Re: Error with just one site

Only solution I know of when an error like that happens is stop the web site in IIS then delete the folder:

c:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\fcdc6d38\90757c7d\

then start the site again

Something got funky with the temporary files, by clearing them out they will be re-created, but you won't be able to delete that folder without stopping the IIS web site.

Hope that helps,

Joe

9/6/2012 9:59:47 AM
Gravatar
Total Posts 46

Re: Error with just one site

I just found a similar post where you said to do just that.  I had to actually kill the WWW service for it to let me delete the files and it's working again.  Thanks!

You must sign in to post in the forums. This thread is closed to new posts.