简体   繁体   English

App Fabric Visual Studio 2013问题

[英]App Fabric Visual Studio 2013 Issue

I've upgraded my solution to work with VS2013. 我已经升级了解决方案以与VS2013一起使用。 All builds fine. 一切都很好。

However it seems to an issue with initialising AppFabric and it appears to be hanging on the line: 但是,初始化AppFabric似乎存在问题,并且似乎挂起了行:

new DataCacheFactory();

The exact same code is working fine in VS2010 so it's completely thrown me! 完全相同的代码在VS2010中可以正常工作,所以完全让我失望了!

Can you take a hang dump of your client application when it is in a HUNG state using the Debug Diagnostic 2.0 tool ( http://www.microsoft.com/en-us/download/details.aspx?id=40336 ) and then analyze the dump file by just double clicking the .dmp file and see the callstack of the thread that is hung while trying to create the DataCacheFactory ? 客户端应用程序处于挂起状态时,可以使用Debug Diagnostic 2.0工具( http://www.microsoft.com/zh-cn/download/details.aspx?id=40336 )进行挂起转储吗?通过双击.dmp文件来分析转储文件,并查看尝试创建DataCacheFactory时挂起的线程的调用堆栈?

That will give an idea of where the thread is currently stuck at and should help in finding out the cause of the problem. 这将使您对线程当前停留的位置有一个了解,并应有助于找出问题的原因。

To collect a hang dump of the process you can just install the tool and open the tool and then click cancel on the "Rule Wizard" and go to the processes tab , find your client process and then choose Create Full User Dump 要收集进程的挂起转储,您只需安装工具并打开工具,然后在“规则向导”上单击“取消”,然后转到“进程”选项卡,找到您的客户端进程,然后选择“ 创建完整用户转储”

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM