Reputation: 53
When I attempt to create a cluster using the CreateServiceFabricCluster.ps1 script I get the following error: "JSON config is invalid. Check syntax/model.: System.IO.FileNotFoundException: Could not load file or assembly 'Newtonsoft.Json, Version=6.0.0.0...". I have tried this three different systems (2012 R2, and two 2016 servers) with the same results. I'm using runtime version 5.3.3.11 and SDK version 2.3.311.
Upvotes: 0
Views: 192
Reputation: 53
I found the problem. You can't have the Service Fabric Runtime or SDK installed on the same machine you are building the cluster on. Once I removed both of those I was able to create the cluster.
Upvotes: 2