Reputation: 2002
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.
Upvotes: 3
Views: 2852
Reputation: 8599
see
I tried it working I'cant replicate the error
check your firewall and windows event viewer
Upvotes: 2