Unit test for UWP application failed to start on Visual Studio 2015

I have a problem running unit test on one of my computers, the test application just shuts down after a few seconds. Here is the output message when debugging the test:

Exception that occurred with 0x7525D8A8 in UnitTestProject1.exe: Microsoft C ++ exception: EETypeLoadException in memory location 0x0A17C5F0.

Exception that occurred with 0x7525D8A8 in UnitTestProject1.exe: Microsoft C ++ exception: [rethrow] in memory location 0x00000000.

An exception was thrown at 0x7525D8A8 (KernelBase.dll) in UnitTestProject1.exe: 0x40080201: WinRT init error (parameters: 0x8007274C, 0x000000B9, 0x0EE4F6AC).

An exception was thrown: "System.Exception" in the mscorlib.ni.dll file

WinRT information: the connection attempt failed because the connected party did not respond properly after some time or the connection was not established because the connected host was unable to respond.

An exception is thrown: "System.Net.Sockets.SocketException" in System.Private.ServiceModel.dll

An exception was thrown: "System.Net.Sockets.SocketException" in the mscorlib.ni.dll file

An exception is thrown: 'System.ServiceModel.EndpointNotFoundException' in System.Private.ServiceModel.dll

An exception is thrown: 'System.ServiceModel.EndpointNotFoundException' in the mscorlib.ni.dll file

An exception is thrown: 'System.ServiceModel.EndpointNotFoundException' in the mscorlib.ni.dll file

An exception is thrown: 'System.ServiceModel.EndpointNotFoundException' in the mscorlib.ni.dll file

An exception is thrown: 'System.ServiceModel.EndpointNotFoundException' in the mscorlib.ni.dll file

An exception is thrown: 'System.ServiceModel.EndpointNotFoundException' in the mscorlib.ni.dll file

An exception is thrown: 'System.ServiceModel.EndpointNotFoundException' in the mscorlib.ni.dll file

An exception is thrown: 'System.ServiceModel.EndpointNotFoundException' in the mscorlib.ni.dll file

An exception is thrown: 'System.ServiceModel.EndpointNotFoundException' in the mscorlib.ni.dll file

An exception is thrown: 'System.ServiceModel.EndpointNotFoundException' in the mscorlib.ni.dll file

An exception was thrown: 'System.Reflection.TargetInvocationException' in the mscorlib.ni.dll file

, , . .

( Windows 10). , , , . - . , , Windows.

+4
2

VS 2015, .

0

, . TestApp, , Debug - CPU ( ARM) , , F5, TestExplorer.

0

Source: https://habr.com/ru/post/1618731/


All Articles