Localization Extension in Blend 3.0
description
Hello,
I started using Blend 3 with my wpf projects that use the WPF Localization Extension. However, the blend IDE started to get very very slow, for navigation and when the app in lauched. The processor stays at 100% of usage for a long period.
I created a post on the Expression Blend forum, and I sent part of my code to one of the MSFT guys, who replied back:
"We profiled your application (as we could repro the scenario), and found that all of the delay is coming from some code that you run on the design surface:
RootLibrary.WPF.Localization.LocalizeDictionary.SetCultureFromDependencyProperty()
You will have to profile this scenario further to see if any optimizations can be done (or you will have to ask the author of this assembly the same question). My guess is that if you were to get rid of use of the MarkupExtension that you were using for localization, things would speed up drastically – so making this optimization would def. help."
How can I solve this issue? Note that I can not even try to use blend anymore !!! In VS2008 things perform much better.
Thank in Advance,
Igor.