我正在使用BizTalk 2006 R2和Visual Studio 2005.偶尔,当我编译我的解决方案时,IDE会无限期挂起。没有错误,没有警告,只是进入“无响应”状态,我必须终止进程并重新启动。看一下输出,它不是在编译的同一部分发生的,它看起来是随机的。
有没有人遇到同样的问题,知道它是什么?或者,我可以使用任何好的工具来诊断发生了什么?
答案 0 :(得分:1)
我遇到一个BizTalk解决方案进入无响应状态的问题(尽管这是BizTalk 2010和Visual 2010)。我终于得到了一个线索,当我从Systeinternals *运行DebugView时它为什么进入无响应状态。它表明它正在循环中反复将一个Project添加到列表中进行编译。这让我找到了一个解决方法(从解决方案中删除项目并在编译之前将其添加回来)。
EDIT 它似乎是Capture Win32正在进行Visual Studio编译。启用后,我会看到像
这样的内容[5748] devenv.exe Information: 0 :
[5748] Arranging the BTS modules in correct order
[5748] devenv.exe Information: 0 :
[5748] Adding module name Client.BT.Project.Orchestrations to the list
[5748] devenv.exe Information: 0 :
[5748] Sorting the list
[5748] devenv.exe Information: 0 :
[5748] List after sorting is
[5748] devenv.exe Information: 0 :
[5748] Client.BT.Project.Orchestrations
[5748] devenv.exe Information: 0 :
[5748] Creating a module with the name Client.BT.Project.Orchestrations