C
C#•2mo ago
RXPHXEL

Build Error

When I hit F5 it gives me this error, it was working smooth last night, I really have no idea what happened, I checked the .exe file and it runs the last night's build. How can I solve this?
No description
10 Replies
Becquerel
Becquerel•2mo ago
something is using the .exe file, so visual studio can't move it around/delete it/rebuild it find what is using the .exe file (maybe you've got it running in another window, or another copy of visual studio open) and kill it
RXPHXEL
RXPHXEL•2mo ago
Thank you, let me check for a second
VYRUS
VYRUS•2mo ago
The build error gives you both process IDs, you can view process IDs in task manager, use that to find which process is using your file and close them (there's 2)
VYRUS
VYRUS•2mo ago
You may need to show the PID column if it's hidden by right clicking another column and then checking PID in the context menu.
No description
RXPHXEL
RXPHXEL•2mo ago
Oh thank you so much
VYRUS
VYRUS•2mo ago
So you're looking for 4356 and 32416
RXPHXEL
RXPHXEL•2mo ago
I literally couldn't find at first, reboot my pc and it started working
VYRUS
VYRUS•2mo ago
Yeah the reboot will have just closed those 2 processes. If you see that error again, look for the 2 PIDs in the brackets and it'll help you narrow down the process a little quicker 🙂
RXPHXEL
RXPHXEL•2mo ago
Thank you so much again
VYRUS
VYRUS•2mo ago
No problem, happy to help 🙂