Forum member

christopher7694

4 posts

Posts by christopher7694

  1. Not initializing due to exception

    [quote=Remco;15420]Thanks for sharing the extra details. I see now where the compatibility hole is. We aren't able to properly handle an overridden BaseIntermediateOutputPath in a directory.props file using $(MSBuildProjectName). This is due to technical limitations with the way that MSBuild wo…

  2. Not initializing due to exception

    The file is not particularly complex: [quote] <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <BaseIntermediateOutputPath>..\..\..\.build\.intermediate\$(MSBuildProjectName)\obj\</BaseIntermediateOutputPath> <IntermediateOutputPath>$(BaseInter…

  3. Not initializing due to exception

    I have built the project in VS and then reset NCrunch, the problem persists. I verified the file exists. Is the projects.assets.json location hard-coded? I have a Directory.Build.props file that uses the two properties: BaseIntermediateOutputPath and IntermediateOutputPath. Does NCrunch pic…

  4. Not initializing due to exception

    When attempting to load a project, I get the following output: [quote]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 wh…