Conflict with Devexpress v22.2 wizards?
Hey all
I need to add devexpress controls to an existing older asp.net webforms app. When I try "Run Wizard to Update Project" it does nothing at all. I am also using Resharper 2023.1.2 on VS2022 Version 17.6.0.
A debug from another instance of VS finds this:
System.InvalidOperationException
HResult=0x80131509
Message=Property path is not valid. 'ThemedWindow' does not have a public property named 'ActualRoundCorners'.
Source=PresentationFramework
StackTrace:
at System.Windows.PropertyPath.ResolvePropertyName(String name, Object item, Type ownerType, Object context, Boolean throwOnError)
System.Xaml.XamlObjectWriterException: 'Provide value on 'System.Windows.Baml2006.TypeConverterMarkupExtension' threw an exception.'
System.Windows.Markup.XamlParseException: 'Provide value on 'System.Windows.Baml2006.TypeConverterMarkupExtension' threw an exception.'
I contacted Devexpress and they advised me to disable extensions one at a time and it was disabling Resharper that allows the dialog to work. I don't need it often, but it is disheartening that my two favorite children aren't getting along. Any ideas?
Please sign in to leave a comment.
Hello Davery, thank you for your message. I have checked the behavior you described with ReSharper 2023.1.2, Visual Studio 2022 17.6.0 and DevExpress ASP.NET Controls 23.1.3, but could not reproduce it, unfortunately. Do I understand correctly that you have the same version of DevExpress plugin?
Could you please collect some additional information for us? For this:
- run Visual Studio with the following command line: `devenv /ReSharper.LogFile C:\log\resharper_log.txt /ReSharper.LogLevel Verbose`;
- reproduce the issue;
- upload the `resharper_log.txt` file manually to JB server via https://uploads.jetbrains.com/ form;
- use `(Extensions | ) ReSharper | Help | About => Copy` and add all the information here.
This allows us to take a closer look at the case. Thank you!