Forum Replies Created
-
AuthorPosts
-
hikingDevParticipant
Thank you for the support. The latest build fixed it!
Before i tried the latest build, i checked which plugin was causing the issue.
Disabling Github Copilot Chat was the root cause. By disabling it, the debug settings worked as expected.Thanks again!
hikingDevParticipantFor me the issue persists:
Visual Studio 17.7.6
VisualGDB version 6.0 (Beta 3, build 4993)
Attached the AssemblyLoadReport and the about dialog screnshots.
Attachments:
You must be logged in to view attached files.hikingDevParticipantNeither of the approaches helped.
The Device profile in Windows Color Management was already set to System Default.
Strangely using VisualGDBs Project wizard crashed right at the beginning with the following exception:VisualGDB version: 6.0.2.4949
------------------ System.Windows.Markup.XamlParseException ------------------
System.Windows.Markup.XamlParseException: Provide value on 'System.Windows.Baml2006.TypeConverterMarkupExtension' threw an exception. ---> System.FormatException: NormalWithoutLocalHost is not a valid value for RenderingMode. ---> System.ArgumentException: Requested value 'NormalWithoutLocalHost' was not found.
at System.Enum.TryParseEnum(Type enumType, String value, Boolean ignoreCase, EnumResult& parseResult)
at System.Enum.Parse(Type enumType, String value, Boolean ignoreCase)
at System.ComponentModel.EnumConverter.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value)
--- End of inner exception stack trace ---
at System.ComponentModel.EnumConverter.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value)
at MS.Internal.Xaml.Runtime.ClrObjectRuntime.CallProvideValue(MarkupExtension me, IServiceProvider serviceProvider)
--- End of inner exception stack trace ---
at System.Windows.Markup.XamlReader.RewrapException(Exception e, IXamlLineInfo lineInfo, Uri baseUri)
at System.Windows.Markup.WpfXamlLoader.Load(XamlReader xamlReader, IXamlObjectWriterFactory writerFactory, Boolean skipJournaledProperties, Object rootObject, XamlObjectWriterSettings settings, Uri baseUri)
at System.Windows.Markup.WpfXamlLoader.LoadBaml(XamlReader xamlReader, Boolean skipJournaledProperties, Object rootObject, XamlAccessLevel accessLevel, Uri baseUri)
at System.Windows.Markup.XamlReader.LoadBaml(Stream stream, ParserContext parserContext, Object parent, Boolean closeStream)
at VisualGDB.WPF.Wizards.Embedded.EmbeddedDebugSettingsPage..ctor()
at nu1.d(k6 b, String c, String a)
at nu1.DoRunWizardOrThrowException(f51 a, String c, String b)
at k91`1.Execute(Object e, IntPtr c, Object[]& a, Object[]& d, wizardResult& b)
trace=[System.Windows.Markup.XamlReader.RewrapException:0, System.Windows.Markup.WpfXamlLoader.Load:260, System.Windows.Markup.WpfXamlLoader.LoadBaml:20, System.Windows.Markup.XamlReader.LoadBaml:302, VisualGDB.WPF.Wizards.Embedded.EmbeddedDebugSettingsPage..ctor:12, nu1.d:206, nu1.DoRunWizardOrThrowException:40, k91`1.Execute:210]
------------------ Inner exception ------------------
------------------ System.FormatException ------------------
System.FormatException: NormalWithoutLocalHost is not a valid value for RenderingMode. ---> System.ArgumentException: Requested value 'NormalWithoutLocalHost' was not found.
at System.Enum.TryParseEnum(Type enumType, String value, Boolean ignoreCase, EnumResult& parseResult)
at System.Enum.Parse(Type enumType, String value, Boolean ignoreCase)
at System.ComponentModel.EnumConverter.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value)
--- End of inner exception stack trace ---
at System.ComponentModel.EnumConverter.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value)
at MS.Internal.Xaml.Runtime.ClrObjectRuntime.CallProvideValue(MarkupExtension me, IServiceProvider serviceProvider)
trace=[System.ComponentModel.EnumConverter.ConvertFrom:191, MS.Internal.Xaml.Runtime.ClrObjectRuntime.CallProvideValue:8]
------------------ Inner exception ------------------
------------------ System.ArgumentException ------------------
System.ArgumentException: Requested value 'NormalWithoutLocalHost' was not found.
at System.Enum.TryParseEnum(Type enumType, String value, Boolean ignoreCase, EnumResult& parseResult)
at System.Enum.Parse(Type enumType, String value, Boolean ignoreCase)
at System.ComponentModel.EnumConverter.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value)
trace=[System.Enum.TryParseEnum:397, System.Enum.Parse:16, System.ComponentModel.EnumConverter.ConvertFrom:18]I then went on to uninstall VisualGDB completely and reinstalled it.
This didn’t help either. (Visual Studio 2022)Then i proceeded and opened the Project with Visual Studio 2019 and indeed, the Debug Settings are available.
I changed the Debugging mode and went back to open the project with Visual Studio 2022.
The Error in Debug settings persists (VS 2022).hikingDevParticipantSure. I have attached both, the screenshot of the About page and the Debug settings error.
Attachments:
You must be logged in to view attached files.hikingDevParticipantHi,
I have upgraded to Version 6.0 (Beta 2, build 4949) and the same Stacktrace given by the Thread creator still appears when opening “Debug settings”.
-
AuthorPosts