BizTalk 2013 - '/ESB.Portal'应用程序中的服务器错误。 [英] BizTalk 2013 - Server Error in '/ESB.Portal' Application.

查看:102
本文介绍了BizTalk 2013 - '/ESB.Portal'应用程序中的服务器错误。的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

 

我该如何解决这个问题?

< compilation debug =" true">
第73行:< assemblies>
第74行:< add assembly =" Microsoft.ReportViewer.WebForms,Version = 9.0.0.0,Culture = neutral,PublicKeyToken = B03F5F7F11D50A3A" />
第75行:< add assembly =" Microsoft.ReportViewer.Common,Version = 9.0.0.0,Culture = neutral,PublicKeyToken = B03F5F7F11D50A3A" />
第76行:< add assembly =" System.Design,Version = 2.0.0.0,Culture = neutral,PublicKeyToken = B03F5F7F11D50A3A" />


源文件:C:\inetpub \wwwroot \ ESB.Portal \web.config行:74

装配加载跟踪:以下信息可以帮助确定无法加载程序集"Microsoft.ReportViewer.WebForms,Version = 9.0.0.0,Culture = neutral,PublicKeyToken = b03f5f7f11d50a3a"的原因。






MBH

解决方案


您是否尝试在BizTalk 2013上安装管理门户?


然后请按照以下步骤操作,



以下是安装BizTalk 2013附带的ESB Toolkit 2.2管理门户的步骤。安装并配置ESB Toolkit之后:



  1. 解压缩C:\Program Files(x86)\ Microsoft Microsoft BizTalk ESB Toolkit \ ESBSource.zip  文件到C:\Projects \ Microsoft.Practices.ESB文件夹

  2. 从C:\Projects \ MicroCosices.ESB文件夹中的所有文件中删除只读属性。

  3. 下载并安装  Enterprise Library 5.0    http://www.microsoft.com/en-us/download/details.aspx?id=15104

  4. 下载并安装  Microsoft Report Viewer Redistributable 2008   来自 http://www.microsoft.com/en-us/download/details.aspx?id=577

  5. 在Visual Studio 2012中,打开  ESB.Portal.sln  在C:\Projects \ Microsoft.Practices.ESB \Source \Samples \ Management Portal \ESB.Portal
  6. <中找到li style ="border:none;字体重量:继承;字体风格:继承; FONT-FAMILY:继承;保证金:0像素;概要:0像素;填充:0像素; list-style-type:decimal">
    当Visual Studio 2012开始将解决方案转换为当前格式时,会弹出一个对话框,警告您Visual Studio 2012中不支持ESB.Portal.Setup.vdproj文件。单击"确定"。等待解决方案打开。

  7. 在Solution Explorer中添加  Microsoft.Practices.ServiceLocation.dll  作为对 ESB.BAM.Service.Implementation  project。
    此程序集位于C:\Program Files(x86)\ Microsoft Office Enterprise 5.0 \ Bin

  8. 打开在ESB.Portal项目中找到的web.config文件并删除(或注释掉)  " scripting" sectionGroup  声明
    从第12行开始到第20行结束。

  9. 保存解决方案中的所有文件。

  10. 重建ESB.Portal解决方案。

  11. 关闭Visual Studio。

  12. Run  Management_Install.cmd  文件位于C:\Projects \ Microsoft.Practices.ESB \Source \Samples \ Management Portal \Install \Scripts



现在当你打开Internet Explorer并导航到  http://localhost/ESB.Portal  你
应该看到ESB管理控制台主页。



参考:  https://social.msdn.microsoft.com/Forums/en-US/8c45dad8 -4347-4046-baf6-c850ea89d9c3 /具有-任何人-成功安装的管理门户换的BizTalk-2013-ESB-工具箱?论坛= biztalkesb


how can I solve this ?

<compilation debug="true"> Line 73: <assemblies> Line 74: <add assembly="Microsoft.ReportViewer.WebForms, Version=9.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" /> Line 75: <add assembly="Microsoft.ReportViewer.Common, Version=9.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" /> Line 76: <add assembly="System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" /> Source File: C:\inetpub\wwwroot\ESB.Portal\web.config Line: 74 Assembly Load Trace: The following information can be helpful to determine why the assembly 'Microsoft.ReportViewer.WebForms, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' could not be loaded.



MBH

解决方案

Hi,

Are you trying to install Management Portal on BizTalk 2013?

Then Please follow below steps,

Here are the steps to install the Management Portal for ESB Toolkit 2.2 that ships with BizTalk 2013. After the ESB Toolkit has been installed and configured:

  1. Unzip C:\Program Files (x86)\Microsoft BizTalk ESB Toolkit\ESBSource.zip file into the C:\Projects\Microsoft.Practices.ESB folder
  2. Remove Read-only attribute from all files in C:\Projects\Microsoft.Practices.ESB folder.
  3. Download and install Enterprise Library 5.0 from http://www.microsoft.com/en-us/download/details.aspx?id=15104
  4. Download and install Microsoft Report Viewer Redistributable 2008  fromhttp://www.microsoft.com/en-us/download/details.aspx?id=577
  5. In Visual Studio 2012, open ESB.Portal.sln found in C:\Projects\Microsoft.Practices.ESB\Source\Samples\Management Portal\ESB.Portal
  6. When Visual Studio 2012 starts converting the solution to the current format, a dialog pops up that warns you about ESB.Portal.Setup.vdproj file not being supported in Visual Studio 2012. Click OK. Wait until the solution opens.
  7. In the Solution Explorer add Microsoft.Practices.ServiceLocation.dll as a reference to theESB.BAM.Service.Implementation project. This assembly is found in C:\Program Files (x86)\Microsoft Enterprise Library 5.0\Bin
  8. Open web.config file found in ESB.Portal project and remove (or comment out) "scripting"sectionGroup declaration that starts at line 12 and ends at line 20.
  9. Save all files in the solution.
  10. Rebuild ESB.Portal solution.
  11. Close Visual Studio.
  12. Run Management_Install.cmd file found in C:\Projects\Microsoft.Practices.ESB\Source\Samples\Management Portal\Install\Scripts

Now when you open Internet Explorer and navigate to http://localhost/ESB.Portal you should see the ESB Management Console home page.

Reference: https://social.msdn.microsoft.com/Forums/en-US/8c45dad8-4347-4046-baf6-c850ea89d9c3/has-anyone-successfully-installed-management-portal-for-biztalk-2013-esb-toolkit?forum=biztalkesb


这篇关于BizTalk 2013 - '/ESB.Portal'应用程序中的服务器错误。的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆