Remco;15287 wrote:Hi, thanks for sharing this problem.
It looks like NCrunch is unable to resolve the path of your ProgramFiles directory.
Can you check if you have the ProgramFiles, ProgramFiles(x86) and ProgramW6432 environment variables set on your machine? These should point to the x86, x86 and x64 program files directories on your system respectively.
Thx for the reply, but I dont think that is the problem.
I opened a fresh PowerShell console:
Code:
Get-ChildItem env:Program*
Name Value
---- -----
ProgramW6432 C:\Program Files
ProgramFiles C:\Program Files
ProgramData C:\ProgramData
ProgramFiles(x86) C:\Program Files (x86)
Does look right for me.
I spend a little thought on your words and tried a different approach. Normally I double click the Solution File (with getting the error).
So I started a fresh Visual Studio and clicked there on open solution. And it worked.
So it has definitly something to do with the environment. Still no real clue why this happens every few days and only with .NET Core projects, never with Framework projects