Bimal Das
Bimal Das

Reputation: 2002

Azure Service Fabric error: Access is denied. Failed to deploy

I have created demo project of Service Fabric using Visual Studio. But I am unable to start. I have installed required SDK already.

Here is the output when I try to run the project.

1>------ Build started: Project: Stateful1, Configuration: Debug Any CPU ------
1>Stateful1 -> C:\Users\Bimal.das\source\repos\Application4\Stateful1\bin\Debug\netcoreapp2.1\win7-x64\Stateful1.dll
2>------ Build started: Project: Application4, Configuration: Debug x64 ------
3>------ Deploy started: Project: Application4, Configuration: Debug x64 ------
3>Started executing script 'GetApplicationExistence'.
3>Finished executing script 'GetApplicationExistence'.
3>Time elapsed: 00:00:00.0135860
3>Access is denied
========== Build: 2 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========
========== Deploy: 0 succeeded, 1 failed, 0 skipped ==========

Please find the link here what I tried so far.

Troubleshooting I have tried.

  1. Run Visual Studio in Save mode
  2. Created Visual Studio Activity Log
  3. Reinstalling Service Fabric Cluster
  4. Reinstalling Visual Studio Community 2017

Upvotes: 3

Views: 2852

Answers (1)

Mohamed Elrashid
Mohamed Elrashid

Reputation: 8599

Upvotes: 2

Related Questions