Forum member

metadata

5 posts

Posts by metadata

  1. VS2017, NCrunch 3.2.0.3 build error

    This fixes the problem, thanks a lot for your persistence. I hope my manually editing of the config file won't break something in the future :) For your reference, here are the contents of original file...: <?xml version ="1.0"?> <configuration> <configSections> <section name="msbuild…

  2. VS2017, NCrunch 3.2.0.3 build error

    It's happening in one of my most complex projects. I can't share it with you, unfortunately - and it depends on other projects. The same solution and projects work perfectly in VS2015's NCrunch. If there is anything else I can do to help you troubleshoot - let me know.

  3. VS2017, NCrunch 3.2.0.3 build error

    Here you go: https://dl.dropboxusercontent.com/u/7753368/nCrunchFusionLog.zip

  4. VS2017, NCrunch 3.2.0.3 build error

    Sure, content of the file is below. All listed files are present on the system. <?xml version="1.0" encoding="utf-8" ?> <configuration> <startup useLegacyV2RuntimeActivationPolicy="true"> <supportedRuntime version="v4.0" /> </startup> <runtime> <enforceFIPSPolicy enabled="fals…

  5. VS2017, NCrunch 3.2.0.3 build error

    System.Exception: An exception was thrown in the remote environment: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> nCrunch.Common.UserException: Errors occurred while trying to load the project file: The "ResolveComReference" task could…