Forum member
moosey
12 posts
Posts by moosey
-
NCrunch 2.1 Fails To Build - ASPRUNTIME error
Hi again Remco, I followed your advice and sorted out all the NCrunch warnings - it looks like disabling the "Copy referenced assemblies" setting had a significant impact on our feedback time. (Although we are using Ninject, there was no need for this setting to be enabled). I've documented my…
13 Mar 2014 23:29 UTC
-
NCrunch 2.1 Fails To Build - ASPRUNTIME error
Hi Remco, Sorry it's taken so long to get back to you on this issue. - Does NCrunch give you any warnings in the Tests Window against the web project? Can you unhide the warnings in this window and let me know which ones are appearing? (I mean the warnings showing in the NCrunch tree, as oppos…
19 Feb 2014 13:27 UTC
-
NCrunch 2.1 Fails To Build - ASPRUNTIME error
Hi Remco, It looks like the project can't find the assembly "Ninject.Extensions.Conventions". Here's the stack trace (I've obfuscated some namespaces to protect my client's identity): [code=plain]Microsoft (R) ASP.NET Compilation Tool version 4.0.30319.17929 Utility to precompile an ASP.NET a…
05 Dec 2013 11:30 UTC
-
NCrunch 2.1 Fails To Build - ASPRUNTIME error
Hi Remco, I've submitted a bug report for you. Here's the output from executing MSBuild in the workspace: [quote] MvcBuildViews: C:\Windows\Microsoft.NET\Framework\v4.0.30319\aspnet_compiler.exe -v temp -p C:\Users\tom.davis\AppData\Local\NCrunch\7384\122\Source2\VoiceXML error ASPRUNT…
04 Dec 2013 13:50 UTC
-
NCrunch 2.1 Fails To Build - ASPRUNTIME error
Hi Remco, Just tried NCrunch v2.1 on our solution. It fails to build a project, producing the following error: [quote]error ASPRUNTIME (0)#0: Exception has been thrown by the target of an invocation.. NCrunch: The following files are expected but do not seem to exist on the computer respons…
04 Dec 2013 09:34 UTC
-
Ignore tests using attributes
Seems reasonable, just wanted to check! Thanks.
01 Oct 2013 08:29 UTC
-
Ignore tests using attributes
[quote=Remco;4622]Generally I'd recommend doing this by [url=http://www.ncrunch.net/documentation/concepts_engine-modes]customising the engine modes[/url] in the solution with criteria that can exclude certain tests by category.[/quote] Hi Remco, We've been doing exactly this. The only problem…
30 Sep 2013 19:57 UTC
-
NCrunch build fails when WPF project has a SplashScreen image.
Adding the file to the AdditionalFilesToInclude setting has provided a good workaround. Thanks for your help.
26 Nov 2011 09:08 UTC
-
NCrunch build fails when WPF project has a SplashScreen image.
Hi Remco, Here's the part from the .csproj file: [code=csharp] <ItemGroup> <SplashScreen Include="SplashScreen.png" /> </ItemGroup>[/code]
26 Nov 2011 09:04 UTC
-
NCrunch build fails when WPF project has a SplashScreen image.
Sure, I'm away from my typewriter this weekend, but I'll give you the details when I'm back.
25 Nov 2011 19:47 UTC
-
NCrunch build fails when WPF project has a SplashScreen image.
When an image is added to a WPF project and its BuildAction is set to "SplashScreen", NCrunch fails to build. See steps below for how to repeat the problem. (Present in 1.35.0.16b). 1. Create a WPF application project. 2. Create a test project for it. 3. Enable NCrunch for the solution - verify…
25 Nov 2011 10:41 UTC
-
Switch / Case statements appear with black icon in MSTest
Hello, Just been using NCrunch with MSTest in VS2010 - it's fantastic. However, I have noticed what appears to be a minor bug: When defining a "switch" statement, the first line of each "case" block appears with a black icon, despite the fact that the "case" block is actually entered and execu…
06 Sep 2011 09:01 UTC