Error Message: Make sure that test discoverer & executors are registered and platform & framework version settings are appropriate and try again.
Getting below error after running script in MS VS Enterprise 2017
[6/19/2018 6:57:11 PM Informational] ------ Load Playlist started ------
[6/19/2018 6:57:11 PM Informational] ========== Load Playlist finished (0:00:00.0069995) ==========
[6/19/2018 6:57:39 PM Informational] ------ Run test started ------
[6/19/2018 6:57:41 PM Informational] SpecRun: not SpecRun assembly - skip: C:\AmberATF_Code\AutomatedAcceptanceTests\src\Microlise.Test.Acceptance\bin\Debug\Microlise.Test.Acceptance.dll
[6/19/2018 6:57:41 PM Warning] No test is available in C:\AmberATF_Code\AutomatedAcceptanceTests\src\Microlise.Test.Acceptance\bin\Debug\Microlise.Test.Acceptance.dll. Make sure that test discoverer & executors are registered and platform & framework version settings are appropriate and try again.
[6/19/2018 6:57:41 PM Informational] ========== Run test finished: 0 run (0:00:01.7210115) ==========
Related
My os is windows running on parallels Desktop app on Mac M2
When I Try to build the libraries I get this error
fatal error C1189: #error: "Byte order of target CPU unknown."
This is what I got in the console of VS when I finished installing
274>------ Build started: Project: ALL_BUILD, Configuration: Release ARM64 ------ 274>Building Custom Rule C:/VTK-9.2.2/src/CMakeLists.txt ========== Build: 157 succeeded, 117 failed, 0 up-to-date, 0 skipped ========== ========== Elapsed 11:48.565 ==========
If you are using an old (<2.8 cmake, this can be the issue): https://cmake.org/Bug/view.php?id=13808
In any case, you might try to set the byte-order manually in your cmake file:
set( CMAKE_CXX_BYTE_ORDER BIG_ENDIAN)
You could also check that CMAKE_OSX_ARCHITECTURES only specify one architecture or all architectures shares the same byte-order.
The step "Run functional tests" in a build lauched with TFS 2015 ends with this error message :
DistributedTests: Test run is aborted. Logging details of the run logs.
DistributedTests: Une nouvelle série de tests a été créée.
Série de tests mise en file d\'attente pour Project Collection Build Service (TEAM FOUNDATION).
DistributedTests: Test discovery started.
DistributedTests: Test Run Discovery Completed . Test run id : 14886
DistributedTests: 2 test cases discovered.
DistributedTests: Test execution started. Test run id : 14886
DistributedTests: UnExpected error occured during test execution. Try again.
DistributedTests: Error : Une ou plusieurs erreurs se sont produites.--->Failed to obtain durationInMs field.
DistributedTests: Test run aborted. Test run id: 14886
Any ideas to fix it?
There is a known issue on vsts-tasks github, check you are not having the following:
System is expected to throw “Failed to obtain durationInMs” error if TFS/Build Agent is Update 1, but Test Agent is higher than Update 1 viz Update 2. The reason is that we have done changes around durationInMs in Test Agent 2015 Update 2 and also in TFS 2015 Update 2, hence Test Agent 2015 Update 2 and higher versions are not backward compatible with lower versions of TFS.
Also both from the linked issue and from here it seems that the reason can be that the system is in French.
When I attempt to run a U-SQL script locally, I get the following error :
Start : 7/1/2016 12:53:49 PM
Initialize : 7/1/2016 12:53:49 PM
GraphParse : 7/1/2016 12:53:49 PM
Run : 7/1/2016 12:53:49 PM
Start 'Root' : 7/1/2016 12:53:50 PM
End 'Root(Success)' : 7/1/2016 12:53:50 PM
Start '1_SV1_Extract' : 7/1/2016 12:53:50 PM
End '1_SV1_Extract(Error)' : 7/1/2016 12:53:50 PM
End '1_SV1_Extract(Error)' : 7/1/2016 12:53:50 PM
Completed with 'Error' : 7/1/2016 12:53:50 PM
Execution failed with error 'Failed to start vertex host : 'System.ComponentMode
l.Win32Exception (0x80004005): The specified executable is not a valid applicati
on for this OS platform.
at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startIn
fo)
at Microsoft.Analytics.LocalRun.VertexExecutionHost.Start()'
1_SV1_Extract Error : 'System.ComponentModel.Win32Exception (0x80004005): The sp
ecified executable is not a valid application for this OS platform.
at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startIn
fo)
at Microsoft.Analytics.LocalRun.VertexExecutionHost.Start()'
'
Execution failed !
I can run scripts in Visual Studio that execute in Data Lake Store, I get the error only when trying to run scripts locally.
I'm using Visual Studio 15 Community on 64-bit Windows 7.
In the case of Windows 7 64-bit, please make sure you have VS 2015 updated 2 installed and also this UCRT update:
https://www.microsoft.com/en-us/download/details.aspx?id=50410
If that still fails, could you please try to open a cmd shell, then try to run
"your project\bin\debug[A long hex string]\localvertexhost.exe" and see if it runs OK?
Are you using a 32-bit Windows 7? The U-SQL local run requires 64-bit Windows to work.
Sincerely,
Yu Dong
I installed Visual Studio 2015 CTP 6, I create a ASP.NET MVC 6 project and i receive following error at build:
1>------ Build started: Project: Test, Configuration: Debug Any CPU ------
1> Cannot find KRE package kre-clr-win-x86.1.0.0-beta3 in the folder: C:\Users\cornel.adavidoaiei\.k\runtimes
1>C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v14.0\AspNet\Microsoft.Web.AspNet.targets(111,5): error : The ProjectK Runtime package needs to be installed. See output window for more details.
========== Build: 0 succeeded or up-to-date, 1 failed, 0 skipped ==========
I am looking in "C:\Users\cornel.adavidoaiei.k\runtimes\kre-clr-win-x86.1.0.0-beta3" and it isn't any bin here but i have bin in "C:\Users\cornel.adavidoaiei.k\runtimes\kre-clr-win-x64.1.0.0-beta3", why doesn't use x64 version which is installed and try to use x86 version of kre which is missing, any idea how could to solve this issue ?
I developed some solutions (C#, VB.Net) with VS2008/VS2010 on a XP-computer (32bit). The solutions uses .NET Framework 2.0 and 3.5 and references to 32bit Com-objects (dll, exe). The solutions are compiled with build-setting release+x86. This worked fine.
Now I moved the solutions to a new computer with 64bit Windows7 and VS2010 Premium. Now I'm getting the following error when building the solutions.
This is the complete error message:
------ Rebuild All started: Project: IXDokService, Configuration: Release x86 ------
TlbImp : error TI0000: The input file 'C:\Program Files (x86)\DSA\JetOffice Workflow\bin32\wrkflw32.exe' is not a valid type library.
C:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets(1558,9): warning MSB3283: Cannot find wrapper assembly for type library "JetOfficeWorkflow".
------ Starting pre-build validation for project 'IXDokServiceWebSetup' ------
ERROR: An error occurred while validating. HRESULT = '80004005'
------ Pre-build validation for project 'IXDokServiceWebSetup' completed ------
------ Rebuild All started: Project: IXDokServiceWebSetup, Configuration: Release ------
========== Rebuild All: 0 succeeded, 2 failed, 0 skipped ==========
wrkflw32.exe is a 32bit-exe (COM). When I'm changing the .NET Framework Version to 4 then the building process of the solution runs successfully.
But I don't want to change the .NET Framework version. Has someone an idea for me?