My VS.Net plugin that used Vault (which worked with 3.1 Beta1) is failing now with this:
Object reference not set to an instance of an object.
at VaultClientOperationsLib.LocalSettings.GetBool(String key)
at VaultClientPresentationLib.GUIClientInstance.Init(FormShiftQuery dialogOwner, AccessLevelType accessLevel)
Thoughts?
Thanks.
Beta2 Init problem
Moderator: SourceGear
Yes, I was just looking at this, and that is exactly the right workaround.
We made a change in Beta 2 to account for the possibility of there not being a registry for local settings (for the Unix and OSX CLC), and it now looks like local settings needs to be initialized prior to GUIClientInstance init.
We made a change in Beta 2 to account for the possibility of there not being a registry for local settings (for the Unix and OSX CLC), and it now looks like local settings needs to be initialized prior to GUIClientInstance init.