I am unable to run any of the samples for ServiceFabric.
I'm using Windows 8.1, VS 2015 Community Edition (running as Adminstrator). The ServiceFabric SDK is installed to the default location.
I receive a FileNotFoundException with the following stack trace:
at System.Fabric.Data.Log.Interop.NativeLog.IKPhysicalLogManager.EndOpenLogContainer(IFabricAsyncOperationContext Context, IKPhysicalLogContainer& Result)
at System.Fabric.Data.Log.Interop.PhysicalLogManager.OpenContainerEndWrapper(IFabricAsyncOperationContext Context)
at System.Fabric.Data.Log.Interop.PhysicalLogManager.<OpenLogContainerAsync>b__5(IFabricAsyncOperationContext Context)
at System.Fabric.Interop.AsyncCallOutAdapter2`1.Finish(IFabricAsyncOperationContext context, Boolean expectedCompletedSynchronously)
Once I've hit this exception and I stop debugging, I can't even successfully deploy until I have selected the "Reset Local Cluster" option from the Service Fabric SDK system tray icon.
I've tried uninstalling and reinstalling, looking for hardcoded paths in the samples.
I'm able to run the samples on a different machine, but this is my primary development box. In both cases, I simply installed VS 2015 Community Edition, the SDK, and then attempted to run the samples. I moved the ServiceFabric paths to the beginning of my PATH variable, as suggested in the MSND forums, to avoid a conflict over a file named zip.dll as well.