When upgrading to new Windows server required us to update to latest version of edtFtpPro 9.1.1.2.0. All worked until trying to build the setup deployment package or refresh the dependencies in Visual Studio 2010 or 2015. In all cases the build failed in the setup project with version 9.1.1.2.0. Creating a new project failed to allow the package to be built and throws an error as before.
Reverting to version 8.4.0.20 allowed the setup project to build in both a .net 4 and .net 3.5 environments with no change other than switching the dlls out.
The failure output is:
ERROR: Unable to update the dependencies of the project. The dependencies for the object 'edtFTPnetPRO.dll' cannot be determined.
I have tried some suggestions for this from Stackoverflow, etc to no avail.
Thoughts?