Forum member
christopher7694
4 posts
Posts by christopher7694
-
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…
30 Apr 2021 18:32 UTC
-
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…
27 Apr 2021 17:44 UTC
-
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…
27 Apr 2021 00:39 UTC
-
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…
26 Apr 2021 22:17 UTC