| Author |
Message |
alehandro
Joined: 16 Nov 2010 Posts: 35
|
Posted: Mon Jan 30, 2012 8:37 am Post subject: Baml -> Xaml not complete decoding |
|
|
Hi,
here is a short explanation of the issue:
1)Reflector (7.5.0.252) did this:
........
<ResourceDictionary>
<Style Style.TargetType="{x:Type ToolTip}">
.......
</Style>
</ResourceDictionary>
but thats not complete decoding!
Reason:
error MC3022: All objects added to an IDictionary must have a Key attribute or some other type of key associated with them. Line 67 Position 10.
Should be something like this:
<ResourceDictionary>
<Style x:Key="{x:Type ToolTip}" Style.TargetType="{x:Type ToolTip}">
.......
</Style>
</ResourceDictionary>
Does it make sense?
if so, please consider adding this into baml dedoder
Thanks |
|
| Back to top |
|
 |
nick.maidment
Joined: 29 Jan 2010 Posts: 74
|
Posted: Fri Feb 03, 2012 11:26 am Post subject: |
|
|
Sorry for a delay in getting back to you. We don't usually check these forums, using http://forums.reflector.net/ instead these days.
I've logged this bug under reference RP-2463 Thanks for reporting it! |
|
| Back to top |
|
 |
alehandro
Joined: 16 Nov 2010 Posts: 35
|
Posted: Fri Feb 03, 2012 11:31 am Post subject: Re: |
|
|
| nick.maidment wrote: |
Sorry for a delay in getting back to you. We don't usually check these forums, using http://forums.reflector.net/ instead these days.
I've logged this bug under reference RP-2463 Thanks for reporting it! |
OK, thanks, I"ll post issues into new location (but actually put here a lot of issues...... ) |
|
| Back to top |
|
 |
nick.maidment
Joined: 29 Jan 2010 Posts: 74
|
Posted: Fri Feb 03, 2012 11:37 am Post subject: |
|
|
Thanks a lot, I've just been working through them now but posting on the other forum will give us an idea if other people are having problems with this as well (I imagine they are) |
|
| Back to top |
|
 |
|
|
All times are GMT + 1 Hour
|
| Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group