问题描述
[TestClass]
public class UnitTest1
{
[TestMethod]
public void SetTime_WhenCalled_ChangesCurrentTime()
{
Assert.AreEqual(1, 1);
}
}
我关注了此http://go.microsoft.com/fwlink/?linkid=232477,它没有创建转储
I followed this http://go.microsoft.com/fwlink/?linkid=232477 and it is not creating a dump
这可能是什么原因?
推荐答案
您能与我们分享详细的输出错误消息吗?
Could you share us the detailed output error message in your side?
>> https://msdn.microsoft.com/zh- us/library/bb787181(VS.85).aspx
该链接似乎是其他窗口的旧文档.
It seems that the link was a old document for other windows.
您是要收集转储文件还是要解决错误无法初始化客户端代理:无法连接到测试进程"?
Do you mean that you want to collect the dump file or you want to resolve the error"Failed to initialize client proxy: could not connect to test process"?
代码似乎正确.
>>无法初始化客户端代理:无法连接到测试进程.
>>Failed to initialize client proxy: could not connect to test process.
如果您以管理员身份打开VS,然后再次运行测试,结果如何?您是否在其他VS机器上运行它?
If you open your VS as the admin, and then run your test again, how about the result? Do you run it in other VS machine?
最好的问候,
Jack
这篇关于[UWP] [WINDOWS 10]无法初始化客户端代理:无法连接到测试进程的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!