Forum member
bdukes
10 posts
Posts by bdukes
-
NCrunch continually failing with "process cannot access the file"
Looks like that's fixed it for me, thanks!
19 Dec 2011 20:30 UTC
-
NCrunch continually failing with "process cannot access the file"
That seems to have fixed the issue, thanks!
09 Dec 2011 15:03 UTC
-
NCrunch continually failing with "process cannot access the file"
The output path (and all paths so far as I can tell) are relative in the project file. Here are the configurations with the OutputPath elements: [quote] <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <DebugSymbols>true</DebugSymbols> <DebugType>full</Debu…
08 Dec 2011 23:24 UTC
-
NCrunch continually failing with "process cannot access the file"
No problem, I'm happy to answer whatever I can. Single test project depends on a single web application project, which has no other direct dependencies. Web application project lives inside of an IIS web site, and the project output goes into that website's bin folder. This is a module for a Do…
08 Dec 2011 22:07 UTC
-
NCrunch continually failing with "process cannot access the file"
Yes, the rebuild works after terminating the three nCrunch.TaskRunner processes. Hope that helps!
08 Dec 2011 20:19 UTC
-
NCrunch continually failing with "process cannot access the file"
Bug report submitted, thanks!
02 Dec 2011 15:47 UTC
-
NCrunch continually failing with "process cannot access the file"
Both projects have CopyReferencedAssembliesToWorkspace set to false. We do run Style Cop when we build the project [quote]<Import Project="$(ProgramFiles)\MSBuild\StyleCop\v4.6\StyleCop.Targets" Condition="Exists('$(ProgramFiles)\MSBuild\StyleCop\v4.6\StyleCop.Targets')" />[/quote] The only o…
01 Dec 2011 22:55 UTC
-
NCrunch continually failing with "process cannot access the file"
Every time I make a change to my main project, I lose code coverage in the project, because the NCrunch build fails with the following error: [quote]C:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets (3238): Unable to copy file "obj\Release\MyProject.dll" to "..\..\..\bin\MyPr…
01 Dec 2011 22:14 UTC
-
Tests are not recognized
[quote=Remco;525]The 1.35b release that went out this morning should introduce support for the above NUnit features. Please let me know how it goes :)[/quote] Looks like it's working now for me, thanks!
24 Oct 2011 16:50 UTC
-
Tests are not recognized
[quote=Remco;330]The major focus of 1.33b was on support for new test frameworks, so NUnit didn't get as much love this round. I have both the parameterized tests and combinatorial tests on the list for future work in this area, alongside NUnit theories :)[/quote] I'll throw my vote in for param…
29 Sep 2011 14:20 UTC