Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Question
Friday, August 18, 2017 3:47 PM
Can someone tell me how Visual Studio detects Detected Dependencies in a Setup project? Thanks!
All replies (2)
Monday, August 21, 2017 9:32 AM âś…Answered
Hi,
Welcome to MSDN forum.
visual studio will detect Detected Dependencies in a Setup project automatically, here are some threads talking about Visual Studio not detecting any dependencies:
https://stackoverflow.com/questions/22857962/visual-studio-setup-project-detected-dependencies
https://stackoverflow.com/questions/15743106/dependencies-and-dll-in-visual-studio-installer
If you have problem about deploying Application, you could ask question in
Windows Forms > ClickOnce and Setup & Deployment Projects
Best regards,
Joyce
Please remember to click "Mark as Answer" the responses that resolved your issue, and to click "Unmark as Answer" if not. This can be beneficial to other community members reading this thread. If you have any compliments or complaints to MSDN Support, feel free to contact [email protected].
Tuesday, August 22, 2017 1:41 PM
Thanks so much, Joyce! This is exactly the info I needed!