tracking NullReferenceExceptions in sitecore

前端 未结 9 732
遥遥无期
遥遥无期 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:26

    I had something similar when adding xml comments between nodes:

    Did not work:

    
        
        
    
    

    If you add the comment before the root node, it works.

    
    
        
    
    

提交回复
热议问题