Reputation: 21
I've been working in monogame for only a little bit, and I've successfully made the game of fifteen and a few other smaller projects. However, after doing a small routine update to the framework and beginning a new project, the default monogame cross-platform desktop app won't work!
It's throwing an error message that says that there's no .exe file in the Debug folder, which is strange because my other projects have had that in the past with no extra steps.
Cannot open assembly '/Users/graemetmcdonough/Projects/help/help/bin/DesktopGL/Any CPU/Debug/help.Desktop.exe': No such file or directory.
I don't have any virus protection software turned on, and I haven't changed anything. I've looked all over and this doesn't seem to be an issue previously experienced.
https://i.sstatic.net/8BgXW.jpg
general settings ^^
I expect that I'm making some silly mistake, and that it's very easily solvable, but it's killing me in the meantime!
Upvotes: 2
Views: 5615
Reputation: 2122
Chances are that your directory (the location where the debug is saved) has changed in the meantime, it's worth comparing your directory paths in the error message and the actual directory path where it's currently located, and see if there's a notable difference.
Upvotes: 1