(02-03-2020, 09:15 AM)DevOma Wrote: If you work in database mode and have permissions activated you need to activate the setting "Settings=>Permissions=>Allow parsing passwords in external applications" - please check that setting
With this option set the password gets filled in perfectly, thank you.
But now another issue occured. If I set the browser to chromium the ASGRD crashes with a .NET Runtime error in the eventlog.
Maybe it's just the .NET version. Which one is recommended?
Name der fehlerhaften Anwendung: ASGRD.exe, Version: 13.0.6625.1, Zeitstempel: 0x5e4fc7c8
Name des fehlerhaften Moduls: KERNELBASE.dll, Version: 10.0.14393.3383, Zeitstempel: 0x5ddcb9ff
Ausnahmecode: 0xe0434352
Fehleroffset: 0x000dc232
ID des fehlerhaften Prozesses: 0x2108
Startzeit der fehlerhaften Anwendung: 0x01d5f06925262007
Pfad der fehlerhaften Anwendung: C:\Program Files (x86)\ASG-Remote Desktop 2020\ASGRD.exe
Pfad des fehlerhaften Moduls: C:\Windows\System32\KERNELBASE.dll
Berichtskennung: 17c0eaff-44f9-4528-8231-34bf4eea53ad
Vollständiger Name des fehlerhaften Pakets:
Anwendungs-ID, die relativ zum fehlerhaften Paket ist:
Anwendung: ASGRD.exe
Frameworkversion: v4.0.30319
Beschreibung: Der Prozess wurde aufgrund einer unbehandelten Ausnahme beendet.
Ausnahmeinformationen: System.ArgumentException
bei System.Windows.Forms.Control+ControlCollection.Add(System.Windows.Forms.Control)
bei System.Windows.Forms.WindowsFormsUtils+ReadOnlyControlCollection.AddInternal(System.Windows.Forms.Control)
bei System.Windows.Forms.ToolStripControlHost.SyncControlParent()
bei System.Windows.Forms.ToolStripControlHost.OnParentChanged(System.Windows.Forms.ToolStrip, System.Windows.Forms.ToolStrip)
bei System.Windows.Forms.ToolStripItem.set_ParentInternal(System.Windows.Forms.ToolStrip)
bei System.Windows.Forms.ToolStripSplitStackLayout.LayoutHorizontal()
bei System.Windows.Forms.ToolStripSplitStackLayout.LayoutCore(System.Windows.Forms.Layout.IArrangedElement, System.Windows.Forms.LayoutEventArgs)
bei System.Windows.Forms.Layout.LayoutEngine.Layout(System.Object, System.Windows.Forms.LayoutEventArgs)
bei System.Windows.Forms.Control.OnLayout(System.Windows.Forms.LayoutEventArgs)
bei System.Windows.Forms.ScrollableControl.OnLayout(System.Windows.Forms.LayoutEventArgs)
bei System.Windows.Forms.ToolStrip.OnLayout(System.Windows.Forms.LayoutEventArgs)
bei System.Windows.Forms.Control.PerformLayout(System.Windows.Forms.LayoutEventArgs)
bei System.Windows.Forms.Control.System.Windows.Forms.Layout.IArrangedElement.PerformLayout(System.Windows.Forms.Layout.IArrangedElement, System.String)
bei System.Windows.Forms.ToolStripItem.InvalidateItemLayout(System.String, Boolean)
bei System.Windows.Forms.ToolStripItem.set_ImageIndex(Int32)
bei System.Windows.Forms.ToolStripItem.set_Image(System.Drawing.Image)
bei CloudAdminUI.DockControls.ConnectionControl.TogglePropertiesAddConnectionButton()
bei CloudAdminUI.DockControls.ConnectionControl.clientCtrl_OnConnected()
bei PlugInHttp.Controls.HttpClientControl.DocumentCompleted(System.String)
bei PlugInHttp.Controls.CustomChromiumControl.OnBrowserAddressChanged(System.Object, CefSharp.AddressChangedEventArgs)
bei CefSharp.WinForms.ChromiumWebBrowser.CefSharp.Internals.IWebBrowserInternal.SetAddress(CefSharp.AddressChangedEventArgs)
bei <Module>.CefSharp.Internals.ClientAdapter.OnAddressChange(CefSharp.Internals.ClientAdapter*, scoped_refptr<CefBrowser>*, scoped_refptr<CefFrame>*, CefStringBase<CefStringTraitsUTF16>*)