1

I have MVC.Net project in VS2015 and I am not able to publish solution to the network folder. I am getting probably connecting error, but connection is ok.

enter image description here

Have anyone idea what could be a problem ? Once I had similar problem, but it was solved by settings attribute "Copy to local = true" on all referenced libraries, now it does not help.

Muflix
  • 6,192
  • 17
  • 77
  • 153

1 Answers1

0

The solution i found here (SimonGoldstone) fix the issue. I downgraded Microsoft.Net.Compilers version from 2.6 to 2.4. I also had to uninstall Microsoft.CodeDom.Providers.DotNetCompilerPlatform because it references Net.Compilers.

Muflix
  • 6,192
  • 17
  • 77
  • 153