Forum member

TLogik

9 posts

Posts by TLogik

  1. ncrunch menu missing from vs2017

    @Remco. I used the msi installer for VS2017 that you provided http://downloads.ncrunch.net/NCrunch_VS2017_3.3.0.4.msi NCrunch now works for me in VS2017 RC :) Great. I was curious how NCrunch stacks up agains the new Live Unit Tests in VS and NCrunch is a lot more polished, so i will contin…

  2. ncrunch menu missing from vs2017

    [quote=Remco;9657]Thanks! Just to confirm - the issue you have right now is that NCrunch can't find a usable version of MSBuild?[/quote] Well it is a two things -right. 1. The instllation did not as expected. is described earlier. Some goofing around made it work, but it is not a proper install…

  3. ncrunch menu missing from vs2017

    [quote=Remco;9640]Can you confirm that you're using the latest version of NCrunch? v3.2 introduced a very important fix targeted towards faulty installation under VS2017. The symptom's you've described are disturbingly similar to the problem that was fixed in this build.[/quote] I am using NCru…

  4. ncrunch menu missing from vs2017

    Trying to remove and reinstall actually failed the installation. Tried to do a manual install https://www.ncrunch.net/documentation/manual-installation-instructions running devenv.exe /setup /nosetupvstemplates does not succeed. BUT somehow the NCrunch menu has appeared in VS2017 RC Enterprise!…

  5. ncrunch menu missing from vs2017

    I have the exact same problem on a vanilla VS2017RC version 15.0.26014.0

  6. NCrunch cannot load project when using VLC binaries

    Thanks Remco Ill take a look at it later today

  7. NCrunch cannot load project when using VLC binaries

    I have a project where we are now using VLC downloaded from Nuget. The project builds fine in VS 2015. The project build fin on our buildserver that uses MSBuild. NCrunch however fails to even load the project that uses the VLC libs. It relates to an invalid path of a targets file that is used…

  8. Bug. NCrunch cannot build project when using build time config transformation

    Hi Remco I have been in direct communication with the developer/creator of Fast Koala - Jon Davis, and pr. his suggestions i have changed the transformations to happen AfterBuild. Before: <Target Name="TransformOnBuild" BeforeTargets="PrepareForBuild"> After: <Target Name="TransformOnBuild"…

  9. Bug. NCrunch cannot build project when using build time config transformation

    If a project is using Build time transformations of web/app config then NCrunch can no longer build the projects. Error is: Could not write Destination file: Could not find a part of the path 'C:\LOCALUSERPATH\AppData\Local\NCrunch\6456\5\bin\Debug\VerifyNCrunchBuildFailure.exe.config'. Steps …