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

Error loading Microsoft.VisualStudio.Azure.SFApp.VsShellShim when creating a new Service Fabric Mesh Application project #270

Closed csdahlberg closed 6 years ago

csdahlberg commented 6 years ago

I just installed the Service Fabric Mesh SDK (version 3.2.176). I have Visual Studio 2017 Community Edition (version 15.8.2) installed. When I try to create a Service Fabric Mesh Application project, I get the following error:

Could not load file or assembly 'Microsoft.VisualStudio.Azure.SFApp.VsShellShim, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.

Is there any additional information I can provide that might be helpful?

sgreenmsft commented 6 years ago

Could you verify that the assembly was installed? (cd "c:\program files (x86)\microsoft visual studio" & dir /s Microsoft.VisualStudio.Azure.SFApp.VsShellShim.dll)

I'm assuming that you installed the Mesh tools for Visual Studio recently?

csdahlberg commented 6 years ago

It appears to be installed:

C:\Program Files (x86)\Microsoft Visual Studio>dir /s Microsoft.VisualStudio.Azure.SFApp.VsShellShim.dll
 Volume in drive C is Windows
 Volume Serial Number is CCE7-4ABE

 Directory of C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\Extensions\4yd3zp4q.zsa

08/29/2018  07:13 PM            26,744 Microsoft.VisualStudio.Azure.SFApp.VsShellShim.dll
               1 File(s)         26,744 bytes

Yes, I installed it recently. About two hours before opening this issue.

csdahlberg commented 6 years ago

After about 15 restarts of Visual Studio and 5 complete system restarts, I just tried again and was able to create a Service Fabric Mesh project. I restarted everything a few more times to confirm it's still working, and it is. It's not confidence-inspiring, but I guess I'll close this issue since I can no longer reproduce it. Feel free to reopen if you want anything else from me.