The generated file lacks a suffix. You can manually rename this file and add .zip at the end.
But a better way is to add this sentence in the code:
saveFileDialog1.Filter = "ZIP Folders (.ZIP)|*.zip";
Note Please use it before calling saveFileDialog, such as in the constructor or in the Form_load event.
If the response is helpful, please click "Accept Answer" and upvote it.
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.