MahApps / MahApps.Metro

A framework that allows developers to cobble together a better UI for their own WPF applications with minimal effort.
https://mahapps.com
MIT License
9.28k stars 2.45k forks source link

cannot locate resource themes/underline.xaml #3676

Closed victorklimkovich closed 4 years ago

victorklimkovich commented 4 years ago

Describe the bug When add controls in designer has an exception XamlParseException: Initialization of 'MahApps.Metro.Controls.NumericUpDown' threw an exception. IOException: Cannot locate resource 'themes/underline.xaml'.

Environment(please complete the following information):

timunie commented 4 years ago

Hi @victorklimkovich , does your App compile and start correctly?

Happy coding Tim

punker76 commented 4 years ago

@victorklimkovich Have you integrated all the necessary resources? https://github.com/MahApps/MahApps.Metro/wiki/Quick-Start#add-the-resources-in-appxaml-v165-and-older

victorklimkovich commented 4 years ago

Yes it's works fine .. only XAML Designer was corrupted. It's error appear when i change controls version from 1.2.4.0 net451 to 1.6.5.0 net46 in packages.config

punker76 commented 4 years ago

@victorklimkovich Please try these steps

Hope that helps!

punker76 commented 4 years ago

@victorklimkovich Any news on this?