Steve Kennedy
Steve Kennedy

Reputation: 5402

Error when publishing from VS 2015 - The components for communicating with FTP servers are not installed

I'm using Visual Studio 2015 Enterprise with Update 1. I have a single solution, with a single ASP.NET web application project. I publish it by right-clicking on the project node, and clicking "Publish". I've setup a publish profile for FTP. Credentials work/tested/etc. Server connectivity is good.

However, when publish from Visual Studio 2015, it says "The components for communicating with FTP servers are not installed."

Things I've tried: - Validating FTP server name and credentials. - Clean/Rebuild - Restarting Visual Studio. - Kicking it (hard).

Things I did not try: - Restarting PC. - Repairing Visual Studio. - Sacrificing a goat.

I do NOT have Xamarin installed, but I do have Tools for Apache Cordova. I do NOT have VS 2013 (or any prior version) of VS installed.

enter image description here

Upvotes: 2

Views: 1894

Answers (1)

Erikest
Erikest

Reputation: 5097

I had this issue as well with VS2015 Update 1, no Xamarin, no VS2013.

I installed the RC2 for Update 2 and the issue went away. I looked at the bugs fixed and didn't see this issue mentioned explicitly, but I am publishing now so...

Upvotes: 3

Related Questions