The process of installing, configuring, and customizing Visual Studio to support development workflows across languages, platforms, and workloads.
Thank you for providing the detailed information.
This behavior is not related to your application configuration (x64 / .NET Framework 4.7.2), but instead indicates an issue with the Visual Studio Setup Project (.vdproj) dependency metadata itself.
This warning typically appears when the dependency information inside the .vdproj setup project becomes corrupted.
- Remove Setup Project from Solution In Solution Explorer, right‑click the Setup Project (
.vdproj) and remove - Re‑Add the Existing Setup Project Right‑click the Solution and select and Add to Existing Project as back into the solution.
- Re‑Link Primary Output After re‑adding, open the Setup Project and navigate to File System to Application Folder Remove the existing: Primary Output from <YourApp> Add it again using: Right Click and add it to project Output to primary Output.
- Clean and Rebuild build and clean solution and rebuild solution.
Above steps can help to resolve issue and Installer packaging stage will execute normally.
If solution is solved, please kindly accept the solution.