Forum member
SteveC
12 posts
Posts by SteveC
-
Tests fail because of relative path location
Ah ha ... Yeap enabling the 'Copy Referenced Assemblies To Workspace' setting did the trick And many thanks for the quick response Cheers, SteveC.
09 Feb 2018 12:05 UTC
-
Tests fail because of relative path location
Tests fail because of relative path location I've got solution with three projects; console app, library and tests The library has a folder with some files in, which are set to Copy to Output Directory if newer And on built, the folder is created in the console apps \bin\debug and the files …
09 Feb 2018 11:26 UTC
-
Building precompiled C# Azure Function fails
:-( Ah well, I'll keep the fingers crossed :-)
10 Sep 2017 09:10 UTC
-
Building precompiled C# Azure Function fails
Yeah, I also tried the compat mode with no joy :-( What I find baffling (and annoying) is the solution used to work when I was working in VS 2017 Preview and the Function SDK preview ... BUT since I updated to the RTM of VS 2017 and/or Functions SDK "something" has broken :-( @Remco ... …
09 Sep 2017 14:17 UTC
-
Building precompiled C# Azure Function fails
I've got a solution in VS 2017 Update 3, which consists of a precompiled C# Function App, plus a plain C# project, and two MsTest projects (each corresponding to the real code) The solution builds fine in VS 2017 Update 3 RTM ... previously I was working on it in the 2017 preview But NCrunch w…
18 Aug 2017 11:06 UTC
-
Installing NCrunch in VS 2017 Preview 3
How can you install NCrunch in VS 2017 Preview 3? I've got both 2017 and 2017 Preview installed, but when I install NCrunch it only gets installed in the RTM version Tried re-running the NCrunch MSI, but it only offers the repair / remove options Cheers, SteveC.
10 Aug 2017 08:25 UTC
-
How to expand/collapse tree nodes in NCrunch Tests window?
Yeap, looks to be something to do with the work proxy and/or web filtering If I use a work browser and HTTP, I get stopped because the web content filter says you're a message board or forum :-( So I'll do it from my personal laptop instead :-) Cheers, SteveC.
08 Apr 2016 08:13 UTC
-
How to expand/collapse tree nodes in NCrunch Tests window?
The link to the user voice seems to be broken :-(
07 Apr 2016 16:30 UTC
-
slow typing in VS2015
I think I'm seeing similar effect when I've got two+ instances of Visual Studio 2013 running ... The Visual Studio UI locks up ... but other applications not affected, and CPU load is minimal Again fairly good specification machine ... i7, 16GB memory, running of a SSD Various tests, some …
20 Aug 2015 13:50 UTC
-
Selenium Browser Drivers
Thanks again for the prompt response Remco ... yeah, I think for now I'll go with the "quick & dirty" approach :-) Cheers, SteveC.
10 Oct 2013 08:59 UTC
-
Selenium Browser Drivers
Remco, thanks for the prompt response I've tried the unit test to check ... (a) the existence of the IEDriverServer.exe ... - both Resharper test runner and NCrunch find it (b) the current directory ... - as expected, Resharper is looking at the location in my dev tree, and NCrunch at…
09 Oct 2013 13:07 UTC
-
Selenium Browser Drivers
I'm getting a similar error where there is an error when NCrunch runs the test ... SetUp : OpenQA.Selenium.DriverServiceNotFoundException : The IEDriverServer.exe file does not exist in the current directory or in a directory on the PATH environment variable. The driver can be downloaded at http://…
09 Oct 2013 08:50 UTC