C#C
C#3y ago
OkOk

❔ ✅ C# program can't find folder in the very same directory

My program works fine but when I instead run the main program's functionality from a test-project then it can't find the folder named "python_scripts"

I even put a duplicate folder without links in both project, original files with no links

Project 1 works fine called "PredictionService"
Project 2 doesn't work called "ComputationServiceTests" (even though it should be a copy of the essentials!)
pyImportError.png
notFindingFolder.png
Was this page helpful?