Santosraj
Santosraj

Reputation: 61

How to regenerate exe file in debug path in c# wpf .netcore application

My application is missing exe file in bin/debug/netcoreapp3.1

How do I regenerate or build another in visual studio. I tried rebuilding too but it does not work.

Debug profile does not exist

Upvotes: 0

Views: 387

Answers (1)

Jiale Xue - MSFT
Jiale Xue - MSFT

Reputation: 3670

Try cleaning the project and restarting VS.

Try creating a new WPF.

Check your antivirus software, maybe your exe was accidentally deleted by the antivirus software.

Finally if it still doesn't work, try to repair your vs.

Upvotes: 1

Related Questions