tracking NullReferenceExceptions in sitecore

前端 未结 9 625
遥遥无期
遥遥无期 2021-01-18 11:51

i\'m trying to track a NullReferenceException that shows up on sitecore 6.5 at loading any webpage:

[NullReferenceException: Object reference not set to an i         


        
9条回答
  •  说谎
    说谎 (楼主)
    2021-01-18 12:14

    Looks like an "include" config file is missing from your setup. Decompile Sitecore.Resources.Media.UploadWatcher.InitializeIgnoreList to try to work out which one (sorry haven't got a decompiler handy). Reflector comes with a 30-day trial or Telerik Just Decompile is free.

    EDIT I use a product called SlowCheetah which does XML transformations based on build configuration for any XML file, not just web.config like VS does. You can NuGet it. Highly Recommended.

提交回复
热议问题