C# Sitecore“;“随机”;对象引用未设置为对象的实例

C# Sitecore“;“随机”;对象引用未设置为对象的实例,c#,sitecore,device,nullreferenceexception,C#,Sitecore,Device,Nullreferenceexception,我在sitecore 6.5上工作得很好,今天早上突然开始工作,获取了最新版本,然后这个错误开始了 [NullReferenceException: Object reference not set to an instance of an object.] Sitecore.Shell.Applications.ContentEditor.Editors.Folder.FolderPage.Render() +358 System.Web.UI.Control.LoadRecurs

我在sitecore 6.5上工作得很好,今天早上突然开始工作,获取了最新版本,然后这个错误开始了

[NullReferenceException: Object reference not set to an instance of an object.]
   Sitecore.Shell.Applications.ContentEditor.Editors.Folder.FolderPage.Render() +358
   System.Web.UI.Control.LoadRecursive() +70
   System.Web.UI.Control.LoadRecursive() +189
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3177
此外,有时在打开文件夹时会出现以下错误:

>    [InvalidOperationException: The Sitecore.Client.Device is null.]
>     Sitecore.Client.get_Device() +86    Sitecore.UIUtil.GetBrowserClassString() +326   
> Sitecore.sitecore.login.LoginPage.AddBrowserAttributes() +135   
> Sitecore.sitecore.login.LoginPage.OnPreRender(EventArgs e) +435   
> System.Web.UI.Control.PreRenderRecursiveInternal() +113   
> System.Web.UI.Page.ProcessRequestMain(Boolean
> includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
>         +4297

你知道怎么解决吗?

我们也遇到过这种情况。通过重新启动站点来解决此问题。不确定是什么原因造成的。

您能试试其他浏览器吗?在获取最新版本之前,您是否遇到过此问题?@MarekMusielak我在FF、Chrome和IE上尝试过。同样的错误。之后我就没有这个问题了。我有一个同事犯了同样的错误,你能试着清除你的cookies和缓存并检查吗again@SitecoreClimber完成后,仍然是FF上的相同错误,IE登录时它只是将我重定向到同一页面。我还尝试了隐姓埋名模式/私人浏览。如果您在获取最新版本之前没有遇到此问题,请检查自上次更新以来发生的更改。它必须是最近添加到您的项目中的内容。