C
C#•6mo ago
Langit

I have an issue with project solution

Im new with VS 2022. I'm starting to learn C# for game programming with unity. But i have an issue, the issue is, the project file cannot be loaded or cannot be found. I use .NET 6.0, and i put my project and solution in the same directory. This issue come out when i re-open the project. I get this issue for many times but i don't know how to figure this out, so i need your help guys😺 .
No description
8 Replies
Langit
Langit•6mo ago
This pop up appears when i'm trying to reload the project, but i didn't do anything to my project.
No description
Pobiega
Pobiega•6mo ago
Delete your solution file and open the project file in visual studio The solution is not important, the project is
Langit
Langit•6mo ago
i thought the solution file is important.
Pobiega
Pobiega•6mo ago
its not look at the path its trying to find your csproj file in thou I really hope you didnt save your project in the VS install directory
Langit
Langit•5mo ago
nope, i saved my project in source folder.
Pobiega
Pobiega•5mo ago
okay, then definately delete your solution file and just open the proj file. VS will generate a new solution file with the correct path in it
Langit
Langit•5mo ago
alright man, thank you so much.
Pobiega
Pobiega•5mo ago
np