2016-01-08 4 views
0

Я пытаюсь загрузить проект в графическом интерфейсе NUnit. Но я получаю сообщение об ошибкеОшибка при загрузке проекта в NUnit

at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) 
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) 
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy) 
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share) 
at System.IO.File.Open(String path, FileMode mode, FileAccess access, FileShare share) 
at WellsFargo.Tridion.NUnit.DailyMonitoringTesting.TestDataFactory.GetInputData(String NodeName) in C:\Users\u382343\Desktop\PQC Patching Project\source\WellsFargo.Tridion.NUnit.DailyMonitoringTesting\Common\TestDataFactory.cs:line 153 
at WellsFargo.Tridion.NUnit.DailyMonitoringTesting.TestDataFactory.<get_F5Url>d__0.MoveNext() in C:\Users\u382343\Desktop\PQC Patching Project\source\WellsFargo.Tridion.NUnit.DailyMonitoringTesting\Common\TestDataFactory.cs:line 21 
at NUnit.Core.Builders.TestCaseSourceProvider.GetTestCasesFor(MethodInfo method, Test parentSuite) 
at NUnit.Core.Extensibility.TestCaseProviders.GetTestCasesFor(MethodInfo method, Test suite) 

Может кто-нибудь сказать мне, что это за ошибка?

ответ

Смежные вопросы