Azure / service-fabric-mesh-preview

Service Fabric Mesh is the Service Fabric's serverless offering to enable developers to deploy containerized applications without managing infrastructure. Service Fabric Mesh , aka project “SeaBreeze” is currently available in private preview. This repository will be used for tracking bugs/feature requests as GitHub issues and for maintaining the latest documentation.
MIT License
82 stars 12 forks source link

Project file is incomplete bug during the project creation in VS #287

Closed gattila closed 5 years ago

gattila commented 5 years ago

I am not sure whether it is a local problem on my computer or not, but if I tried to create a new Service Fabric Mesh application in the Visual Studio, I always got the following message during the project generation: Project file is incomplete. Expected imports are missing. I also tried to open the sample projects (todolistapp, votingapp) with a similar result.

My system: Visual Studio 2017 community 15.8.7 with the following components: .NET desktop development ASP.NET and web development Azure development Mobile development with Xamarin .NET cross platform development

I installed the following components too: Docker (18.6.1-ce-win73) .NET Core SDK (2.1.403 x64, but it also installed 2.1.202 x64 too) Service Fabric Mesh Tools (3.2.187.9494) Microsoft Service Fabric SDK (3.2.187.9494) Microsoft Service Fabric (6.3.187.9494)

Is anybody already faced with a similar issue, or have any idea to help ?

Thank you for advance

gattila commented 5 years ago

Reinstalling of the windows and the Visual Studio seems to solved the issue.