Hi, unfortunately I have to use nordic nrfconnect-zephyr again.
(Is NRFConnect still supported+maintained, as now nordic offers VSCode IDE?)
But on two almost newly setup PCs (but VisualGDB flawless for some weeks with STM32 projects),
when using the nrfconnect wizard for a new project,
when asked to select the (ncs) SDK version, clicking the
list bottom option ‘Clone a new NRFConnect SDK’
I get this exception;
VisualGDB version: 5.6.106.4622
—————— System.Xaml.XamlParseException ——————
System.Xaml.XamlParseException: Exception of type ‘System.Xaml.XamlParseException’ was thrown.
at System.Windows.Baml2006.Baml2006Reader.ReadObject(KeyRecord record)
at System.Windows.ResourceDictionary.CreateObject(KeyRecord key)
at System.Windows.ResourceDictionary.OnGettingValue(Object key, Object& value, Boolean& canCache)
at System.Windows.ResourceDictionary.OnGettingValuePrivate(Object key, Object& value, Boolean& canCache)
at System.Windows.ResourceDictionary.GetValueWithoutLock(Object key, Boolean& canCache)
at System.Windows.ResourceDictionary.GetValue(Object key, Boolean& canCache)
at VisualGDB.Common_GUI.WPF.Embedded.NRFConnectSDKSelector.CloneSDK_Click(Object sender, RoutedEventArgs e)
trace=[System.Windows.Baml2006.Baml2006Reader.ReadObject:112,
System.Windows.ResourceDictionary.CreateObject:0, System.Windows.ResourceDictionary.OnGettingValue:74,
System.Windows.ResourceDictionary.OnGettingValuePrivate:16, System.Windows.ResourceDictionary.GetValueWithoutLock:16,
System.Windows.ResourceDictionary.GetValue:55, VisualGDB.Common_GUI.WPF.Embedded.NRFConnectSDKSelector.CloneSDK_Click:11]
Thanks, Tom.