Hi!
I have installed NCrunch and try to use it for parameterized unit tests, generated with Microsoft Pex 2010.
Currently I gave installed Nunit 2.6, Nant 0.92, Microsoft Visual Studio 2010, PEx and Moles 2010.
The unit test project fails to build / the error is : "
ERROR (Compilation): Project4Test: Moles (0): configuration : Project4.moles was not found
ERROR (Compilation): Project4Test: C:\Program Files (x86)\Microsoft Moles\bin\Microsoft.Moles.targets (69): "C:\Program Files (x86)\Microsoft Moles\bin\moles.exe" @C:\Users\user\AppData\Local\NCrunch\5220\42\Project4Test\obj\Debug\Moles\moles.args- error exit with Code -1008.
error while validating the compiled stubs assembly (-1008 - 0xfffffc10)"
For the nunint test project, I have set to true "copy referenced assemblies to workspace", and to false "instrument output assembly"
The refreneced .dll file (Project4.moles) exists in that specific location, so this can not be the real problem. Is it because currently NCrunch does not offer support for the Moles framework?
Thank you in advance!
Cheers,
Simona
Remco NCrunch Developer
#2585
07 Aug 2012 08:45 UTC
Hi, thanks for posting!
NCrunch doesn't support the Moles framework, as this framework requires the use of a specialised profiler to be loaded into the test environment in order to work correctly (which NCrunch currently cannot handle). Sorry.
Cheers,
Remco
NCrunch doesn't support the Moles framework, as this framework requires the use of a specialised profiler to be loaded into the test environment in order to work correctly (which NCrunch currently cannot handle). Sorry.
Cheers,
Remco
Post a reply
Log in to reply.