0 SDK initial setup issue 2 Nick Brown posted 5 Years Ago I'm trying to get the SDK running and the project builds fine, my db connection is set with a user that has dbcreater access.When I run the project it gives a null exception error when calling the LoadCacheObjects method on the global startup on this line:var definedValue in new Rock.Model.DefinedValueService( rockContext ).GetByDefinedTypeGuid( Rock.SystemGuid.DefinedType.LOCATION_COUNTRIES.AsGuid() ).AsNoTracking()rockContext has a value and the location_countries.asguid returns a value when I do a quick watch on itI'm running this on Visual Studio 2017 and it's the latest SDK I just downloaded from the RockRMS site a few days ago.Anyone have any ideas on how I can get this running?Thanks,Nick