VS run error

when i press the run button in VS i get the error:the debug executable''file path'' specified in the ''project'' debug profile does not exsist
No description
5 Replies
SpReeD
SpReeD4mo ago
That's usually a different name in the attributes of your csproj, probably the project has been renamed at some point. Check your csproj
Bernasjan4926
Bernasjan49264mo ago
oh im really new to c# ive only come as long as classes but i did rename the namespace in the code after creating the project
SpReeD
SpReeD4mo ago
Doubleclick on the the project in your Solution Explorer, it should open the csproj file, there you see the set attributes, you may see things like RootNamespace, AssemblyTitle, AssemblyName and/or ProjectName; set them accordingly. Also, try to avoid whitespaces in those, use PascalCase.
Bernasjan4926
Bernasjan49264mo ago
ah okay
Bernasjan4926
Bernasjan49264mo ago
i double clicked the project but i dont know whats wrong with it
No description