I have a SharePoint dotnet application that I need to make edits to. I currently have visual studio 2022 installed and can view the program.cs file, which I have successfully made updates. However, those updates do not execute when the executable is executed. How do I update the executable and DLLs?
I have an executable that when run in produces an error. When the application is opened in VS I receive an Exception Unhandled: Microsoft.SharePoint.Client.ClientRequestException: ‘Cannot contact site at the specific URL. I have updated that url in the program.cs file but I’m still receive the same error as it appears that just updating the program.cs file does not update the executable.