Error in Visual Studio Installer Dll

0

I have the following problem: when I go to build the visual studio installer project to generate the installer, it returns the error:

Icanseethedependenciesofalltheotherdll'sandwhenIclicktoseetheonesofthatdll,itreturnsme:

    
asked by anonymous 16.02.2018 / 13:52

1 answer

1

I used to rebuild these installation projects from scratch when they stopped working (for whatever reason), but I found a much faster (and less prone to errors) solution. It works for me, maybe it works for you, too.

1- Remove the installer project from your solution through the IDE interface

2-Add the installer project back to your solution (Add > Existing project ...)

3-Rebuild

    
16.02.2018 / 14:27