Click here to Skip to main content
15,887,214 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
I have downloaded code to DOWNLOADS
I unzipped the code only to see a folder soduko
so I inspected folder to see a further folder called soduko
I opened this folder, to see a sln file

tried to use this Sudoku.sln file
it opened up VS2019 to give me message that files were missing

C:\Users\thesh\AppData\Local\Temp\Temp3_Sudoku.zip\Sudoku\Sudoku\Sudoku\Sudoku.csproj : error  : The project file could not be loaded. Could not find a part of the path 'C:\Users\thesh\AppData\Local\Temp\Temp3_Sudoku.zip\Sudoku\Sudoku\Sudoku\Sudoku.csproj'.  C:\Users\thesh\AppData\Local\Temp\Temp3_Sudoku.zip\Sudoku\Sudoku\Sudoku\Sudoku.csproj


Help is Urgently requested, what should I do / not have done

I wish to run your code, understand it, and hopefully add to it !

please treat me as a rank novice !

thankyou in advance

What I have tried:

as above the detail steps above
Posted
Comments
0x01AA 11-Mar-24 12:01pm    
It looks like you startet the solution from the zip file and not from the unziped download
Maciej Los 11-Mar-24 14:58pm    
Exactly!
0x01AA 14-Mar-24 15:21pm    
I tried to answer ;)
Pete O'Hanlon 12-Mar-24 7:44am    
You should post a version of this as the answer so it is removed from the unanswered questions list and, more importantly, so that I can vote for your answer.
0x01AA 14-Mar-24 15:21pm    
Thanks for the trigger.

1 solution

According to the error messages you mentioned, it looks like you started the solution while exploring the zip file (and not from the unziped archive).

See here the bold part of the path in the error message:
Quote:
C:\Users\thesh\AppData\Local\Temp\Temp3_Sudoku.zip\Sudoku\Sudoku\Sudoku\Sudoku.csproj : error : The project file could not be loaded. Could not find a part of the path
 
Share this answer
 
Comments
Pete O'Hanlon 14-Mar-24 15:29pm    
A 5 from me.
0x01AA 14-Mar-24 15:32pm    
Thank you Sir!
Maciej Los 14-Mar-24 15:44pm    
5ed!
0x01AA 14-Mar-24 15:48pm    
Thank you Maciej!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900