运行单元测试时出现IOException

时间:2018-07-30 04:43:01

标签: .net unit-testing

正在运行单元测试时,出现以下错误。为什么会出现任何线索?

System.IO.__Error.WinIOError(Int32 errorCode, String str)
System.IO.Directory.InternalCreateDirectory(String fullPath, String path)
System.IO.Directory.CreateDirectory(String path)
Microsoft.VisualStudio.SmartDevice.TestHostAdapter.DeviceAgent.DeviceSerializableTestContext.SetupTestFolders()
Microsoft.VisualStudio.SmartDevice.DeviceHostAdapter.DHAServer.RunTest(String serializedUnitTestElement)
Microsoft.VisualStudio.SmartDevice.DeviceHostAdapter.DHAServer.ExecuteCommand(Object obj)
System.Threading.ThreadPool.WorkItem.doWork(Object o)
System.Threading.Timer.ring()

0 个答案:

没有答案