错误:Sitecore中的TargetInvocationException异常

错误:Sitecore中的TargetInvocationException异常,sitecore,Sitecore,我已在Windows 2003服务器上安装了全新(干净)的Sitecore 5.3.1。设置数据库(SQL)并为网络服务提供对数据、数据库和网站文件夹的完全访问权限 当我进入后端时,我可以登录,查看菜单等,但几乎所有的时间,每当我尝试做一些事情,比如安装一个软件包,它只是冻结,并出现错误(例如不能为null)。 当我在服务器上查看eventviewer时,我看到了这一点 Exception type: TargetInvocationException Exception message: E

我已在Windows 2003服务器上安装了全新(干净)的Sitecore 5.3.1。设置数据库(SQL)并为网络服务提供对数据、数据库和网站文件夹的完全访问权限

当我进入后端时,我可以登录,查看菜单等,但几乎所有的时间,每当我尝试做一些事情,比如安装一个软件包,它只是冻结,并出现错误(例如不能为null)。 当我在服务器上查看eventviewer时,我看到了这一点

Exception type: TargetInvocationException 
Exception message: Exception has been thrown by the target of an invocation. 

Thread information: 
    Thread ID: 1 
    Thread account name: NT AUTHORITY\NETWORK SERVICE 
    Is impersonating: False 
    Stack trace:    at System.RuntimeMethodHandle._InvokeMethodFast(Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
   at System.RuntimeMethodHandle.InvokeMethodFast(Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
   at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)
   at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Sitecore.Shell.Framework.Commands.MethodCommandProcessor.Invoke(PipelineArgs args)
   at Sitecore.Nexus.Pipelines.NexusPipelineApi.Resume(PipelineArgs args, Pipeline pipeline)
   at Sitecore.Pipelines.Pipeline.Resume()
   at Sitecore.Pipelines.Pipeline.DoStart(PipelineArgs args)
   at Sitecore.Pipelines.Pipeline.Start(PipelineArgs args, Boolean atomic)
   at Sitecore.Shell.Framework.Commands.MethodCommand.Execute(CommandContext context)
   at Sitecore.Web.UI.Sheer.ClientPage.Dispatch(String command)
   at Sitecore.Web.UI.Sheer.ClientPage.RaiseEvent()
   at Sitecore.Web.UI.Sheer.ClientPage.OnPreRender(EventArgs e)
   at System.Web.UI.Control.PreRenderRecursiveInternal()
   at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

我不知道我丢失了什么?

您试图安装的软件包。。。你确定它兼容吗?是的。但失败的不仅仅是软件包安装。当我尝试使用Sitecore自己的内置工具重建linkdatabase时,它也失败了,等等。安装时您是否收到任何错误/警告?我认为这可能是由于sitecore和环境之间的一些兼容性。另外,为什么不安装sitecore 6.5呢?我是从zip文件中卸载的,不是通过安装程序。没有错误或问题。5.3是此特定项目所必需的。您可以尝试改用安装程序吗?我有一种感觉,它会抛出一些与设置相关的错误。另外,您在客户端使用的浏览器是什么?