Safeguard Privilege Manager Invalid NameSpace

Any idea what might fix this?

System.Management.ManagementException: Invalid namespace
at System.Management.ThreadDispatch.Start()
at System.Management.ManagementScope.Initialize()
at System.Management.ManagementObject.Initialize(Boolean getObject)
at System.Management.ManagementBaseObject.get_Properties()
at System.Management.ManagementBaseObject.GetPropertyValue(String propertyName)
at ScriptLogic.PrivilegeAuthority.PADataCollectionManager.Diagnostics.GetServiceStartupType(String serviceName)
at ScriptLogic.PrivilegeAuthority.PADataCollectionManager.Manager.IsLocalServiceSetForAutomaticStartup()
at ApplicationSecurityPack.Form1.VerifyLocalServiceIsStarted()
at ApplicationSecurityPack.Form1.Form1_Load(Object sender, EventArgs e)
at System.Windows.Forms.Form.OnLoad(EventArgs e)
at System.Windows.Forms.Form.OnCreateControl()
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
at System.Windows.Forms.Control.CreateControl()
at System.Windows.Forms.Control.WmShowWindow(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.Form.WmShowWindow(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)