日期:2014-05-20  浏览次数:20691 次

BizTalk 求助
错误 3 在 Microsoft.BizTalk.Gac.Fusion.IAssemblyCache.InstallAssembly(AssemblyCacheInstallFlag flags, String manifestFilePath, IntPtr referenceData)
   在 Microsoft.BizTalk.Gac.Gac.InstallAssembly(String assemblyPathname, Boolean force)
   在 Microsoft.BizTalk.Deployment.BizTalkAssembly.GacInstall(String assemblyLocation)
   在 Microsoft.BizTalk.Deployment.BizTalkAssembly.PrivateDeploy(String server, String database, String assemblyPathname, String applicationName)
   在 Microsoft.BizTalk.Deployment.BizTalkAssembly.Deploy(Boolean redeploy, String server, String database, String assemblyPathname, String group, String applicationName, ApplicationLog log)

错误 6 无法添加资源。 对某些资源的更改请求失败。 BizTalkAssemblyResourceManager 无法完成结束类型的更改请求。 拒绝访问。 (异常来自 HRESULT:0x80070005 (E_ACCESSDENIED))

这是我按照网上的一个教程做的,http://tech.ddvip.com/2008-10/122507484784417.html
就是出这个错误,应该是强类型的错误(一直说是拒绝访问),具体是怎么个情况呢?请大家指教,我是刚学这个东西
------解决方案--------------------
感觉像你曾经安装过程序集,替换之后没有修改相关配置导致的错误。