App Fabric Visual Studio 2013 Issue

回眸只為那壹抹淺笑 提交于 2019-12-06 13:49:14

问题


I've upgraded my solution to work with VS2013. All builds fine.

However it seems to an issue with initialising AppFabric and it appears to be hanging on the line:

new DataCacheFactory();

The exact same code is working fine in VS2010 so it's completely thrown me!


回答1:


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 ?

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



来源:https://stackoverflow.com/questions/20967924/app-fabric-visual-studio-2013-issue

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!