Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Service Fabric SDK do not create C:\SfDevCluster\Data\ImageStoreShare

I installed Visual Studio 2017 and the related service fabric SDK. When trying several samples found on Internet or when creating a simple sample into Visual Studio, I cannot deploy because of this error:

Copy-ServiceFabricApplicationPackage : Unaccessible Image Store URI 'C:\SfDevCluster\Data\ImageStoreShare' specified.

C:\SfDevCluster\Data\ was created but not the ImageStoreShare.

Creating this ImageStoreShare folder solved my problem.

But is it enough to run my service fabric sample? Is the SF environment set correctly? Do I need to specify something else?

like image 353
hugo Avatar asked Aug 07 '17 12:08

hugo


People also ask

How do I know if fabric SDK is installed?

1 Answer. Show activity on this post. Then search for "fabric". You should see the SDK and the runtime in there.


1 Answers

After 1 month using daily the system, it seems that everything is working fine. Moreover, I had the same issue on another installation and the same scenario fixed the problem.

To summarize, the solution is to create the folder manually:

C:\SfDevCluster\Data\ImageStoreShare

like image 127
hugo Avatar answered Oct 23 '22 03:10

hugo