Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/powershell/12.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Visual studio 2015 Biztalk Mapper崩溃Visual Studio 2015社区版_Visual Studio 2015_Biztalk Mapper_Visual Studio Community_Vs Community Edition - Fatal编程技术网

Visual studio 2015 Biztalk Mapper崩溃Visual Studio 2015社区版

Visual studio 2015 Biztalk Mapper崩溃Visual Studio 2015社区版,visual-studio-2015,biztalk-mapper,visual-studio-community,vs-community-edition,Visual Studio 2015,Biztalk Mapper,Visual Studio Community,Vs Community Edition,当我在VS社区2015版本14.0.25431.01更新3中打开.btm文件并选择“开源模式”时,VS崩溃(“Microsoft Visual Studio 2015已停止工作”),事件日志中出现此错误: Application: DevEnv.exe Framework Version: v4.0.30319 Description: The process was terminated due to an unhandled exception. Exception Info: System

当我在VS社区2015版本14.0.25431.01更新3中打开.btm文件并选择“开源模式”时,VS崩溃(“Microsoft Visual Studio 2015已停止工作”),事件日志中出现此错误:

Application: DevEnv.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.ArgumentNullException
   at System.Runtime.InteropServices.Marshal.GetObjectForIUnknown(IntPtr)
   at     Microsoft.Azure.Integration.DesignTools.Studio.Utilities.BizTalkProjectHelper.GetService(System.Guid, System.Guid, 

Microsoft.VisualStudio.OLE.Interop.IServiceProvider)
   at Microsoft.Azure.Integration.DesignTools.ArtifactBrowser.HierarchyHelpers.GetBtsProjectService(Microsoft.VisualStudio.OLE.Interop.IServiceProvider)
   at Microsoft.Azure.Integration.DesignTools.ArtifactBrowser.ProjectContainer.InitProject(Microsoft.VisualStudio.Shell.Interop.IVsHierarchy)
   at Microsoft.Azure.Integration.DesignTools.ArtifactBrowser.ProjectContainer.Expand()
   at Microsoft.Azure.Integration.DesignTools.ArtifactBrowser.ABContainerNode.OnExpand()
   at Microsoft.Azure.Integration.DesignTools.ArtifactBrowser.ABTreeView.OnBeforeExpand(System.Windows.Forms.TreeViewCancelEventArgs)
   at System.Windows.Forms.TreeView.TvnExpanding(NMTREEVIEW*)
   at System.Windows.Forms.TreeView.WmNotify(System.Windows.Forms.Message ByRef)
   at System.Windows.Forms.TreeView.WndProc(System.Windows.Forms.Message ByRef)
   at System.Windows.Forms.Control+ControlNativeWindow.OnMessage(System.Windows.Forms.Message ByRef)
   at System.Windows.Forms.Control+ControlNativeWindow.WndProc(System.Windows.Forms.Message ByRef)
   at System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr, Int32, IntPtr, IntPtr)
我就是在这里拿到的。(我没有刻录DVD,我只是打开ISO并安装)

以前有没有人见过这一点,或者有什么建议


谢谢

以下是我找到的解决此问题的方法:

  • 安装
  • 安装。(我没有刻录DVD,我只是使用WinRaR解包并安装了ISO)
  • 安装(这可能是防止VS稍后崩溃的原因,但似乎只有在多次VS重新启动后才会生效)
  • 新项目
  • 选择逻辑应用程序-集成帐户作为模板
  • 选择一个名称,然后单击“确定”
  • 在“项目”下,选择“添加用户控件”
  • 选择Map作为项目,然后添加
  • 添加要用于项目的架构
  • 此时,您可以为开放源代码模式链接和开放目标模式链接选择xsd。(它们是从项目中拾取的,而不是从磁盘中浏览)
  • 在这里,我可以开始地图编辑,但在卸载“Microsoft Biztalk*”所有内容后,我遇到了一个问题,工具箱工作正常,因此安装Biztalk Server 20160 Developer edition似乎不仅没有必要,而且毫无帮助
  • 因此,虽然我可以编辑地图,但我无法测试它们。测试返回“自定义组件调用失败”
  • 我重新安装(修复)了,修复了“自定义组件调用失败”

  • 我在集成工具上重新运行了修复工具3次,然后能够简单地将地图作为新项目添加到项目中,崩溃停止了