**OS:** Win 11 **Build Version:** 20250723.1 **Regression:** Not a Regression **Repro Steps:** 1. Create a durable project with "Durable Task Scheduler (Preview)" durable storage type selected. 2. Debug this project, the below dialog pops up. <img width="469" height="119" alt="Image" src="https://github.com/user-attachments/assets/20b7ece3-5639-4c95-9025-906d6eb9744e" /> 3. Click "Manually Set a Connection String" button in the above dialog -> Enter an invalid DTS connection string, such as "abc". 4. Check whether there is a validation for the invalid DTS connection string. **Expect:** There is a validation for the invalid DTS connection string. **Actual:** There is no validation for the invalid DTS connection string. <img width="602" height="98" alt="Image" src="https://github.com/user-attachments/assets/aa3184c4-2cbb-4323-bc35-7dd55b093c20" />