View previous topic :: View next topic |
Author |
Message |
gunters63
Joined: 25 Jan 2011 Posts: 21
|
Posted: Mon Aug 15, 2011 3:48 pm Post subject: Swallowed NotSupportedException in ResxExtension |
|
|
This is for the Infralution.Localization.Wpf runtime dll.
There is a minor annoyance when you debug with breaking on all thrown exceptions:
If you have dynamic assemblies there will be lots of NotSupported exceptions (which normally silently get swallowed) in the method HasEmbeddedResx in class ResxExtension.
Perhaps you could check .IsDynamic there and just return null if true.
Regards,
Gunter |
|
Back to top |
|
|
Infralution
Joined: 28 Feb 2005 Posts: 5027
|
Posted: Mon Aug 15, 2011 10:38 pm Post subject: |
|
|
Thanks for the suggestion - we will look at that for the next release. If you want this before then you could download the source code for the Infralution.Localization.Wpf assembly from CodeProject and insert the change yourself. You would need to change your project reference to the recompiled assembly (which will have a different strong name). _________________ Infralution Support |
|
Back to top |
|
|
Infralution
Joined: 28 Feb 2005 Posts: 5027
|
Posted: Thu Feb 23, 2012 5:48 am Post subject: |
|
|
Version 3.2.0 of Globalizer has just been released and incorporates this fix to the Infralution.Localization.Wpf assembly _________________ Infralution Support |
|
Back to top |
|
|
|