Hi @Billee Mason , Welcome to Microsoft Q&A,
You can try the following steps:
- Check the Project Properties:
- Right-click on your project in the Solution Explorer and select Properties.
- Navigate to the Debug tab.
- Ensure that the Command line arguments field does not include
--project
. If it does, remove it.
- Check the
.csproj
File:
- Open the
.csproj
file associated with your project. - Look for any
<RunArguments>
or similar settings that might include--project
. If found, remove or modify them accordingly.
- Reset Debug Configurations:
- Go to Debug > Options > General.
- Click on Reset all settings to reset any custom debug settings that might be causing this behavior.
- Rebuild the Solution:
- Sometimes a rebuild can resolve persistent issues. Go to Build > Rebuild Solution to ensure everything is up-to-date.
Best Regards,
Jiale
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.