Quantcast
Channel: All About SharePoint » vs2010
Viewing all articles
Browse latest Browse all 31

Setup project error: Unable to update the dependencies of the project

$
0
0

I have consistently used this method to get around this bug instead of rebuilding my setup projects. This applies to both merge module projects AND setup projects. Manually remove the data in the Hierarchy and Files section of the project files.

1. Open .VDPROJ file

2. Find the "Hierarchy" section. Delete everything so the section looks like this:
    "Hierarchy"
    {
    }

3. Find the "File" section. Delete everything so the section looks like this:
        "File"
        {
        }

4. Reload the project

5. Rebuild the project.

6. You may need to re-add project outputs if missing something



Viewing all articles
Browse latest Browse all 31

Trending Articles