Search code examples
azure-service-fabric

Service fabric tooling in VS2017 seems to be broken


I have updated service fabric core SDK to 2.5.216 (released March 21st)and also installed Visual Studio 2017. When I open my sf projects in VS2017 it starts showing this message. enter image description here

I guess this maybe because VS2017 SF tools weren't updated to latest version? I also see that there is no update on thatyet in the new VS2017 installer. Can anyone help me out to figure this issue?

Update:

Looks like the release notes already explains that next version of VS2017 update will include 1.5 version of SF tools. Do you have an estimated timeline on when that update could be released?

Thanks!


Solution

  • Unfortunately right now the tooling in VS 2017 is still 1.4. In the .sfproj file there are references to the MSBuild package - which were not updated.

    Try to delete the packages folder and reinstall MSBuild package for service fabric project

    Install-Package Microsoft.VisualStudio.Azure.Fabric.MSBuild