Reflector 7.5 has a .baml decoding issue on one of resources (when clicking on .baml node in a tree view of resources):
System.ArgumentException: Invalid name character in '8, Culture=neutral, PublicKeyToken=c8a0146d4c6bf92a]].DocumentView'. The '8' character, hexadecimal value 0x38, cannot be included in a name.
at System.Xml.XmlWellFormedWriter.CheckNCName(String ncname)
at System.Xml.XmlWellFormedWriter.WriteStartAttribute(String prefix, String localName, String namespaceName)
at System.Xml.XmlWriter.WriteNode(XPathNavigator navigator, Boolean defattr)
at System.Xml.XPath.XPathNavigator.get_OuterXml()
at ..(MemoryStream resourceStream)
at ..(MemoryStream resourceStream)
at the same time other browsers could show that .baml (eg SAE)
without any problems at all
System.ArgumentException: Invalid name character in '8, Culture=neutral, PublicKeyToken=c8a0146d4c6bf92a]].DocumentView'. The '8' character, hexadecimal value 0x38, cannot be included in a name.
at System.Xml.XmlWellFormedWriter.CheckNCName(String ncname)
at System.Xml.XmlWellFormedWriter.WriteStartAttribute(String prefix, String localName, String namespaceName)
at System.Xml.XmlWriter.WriteNode(XPathNavigator navigator, Boolean defattr)
at System.Xml.XPath.XPathNavigator.get_OuterXml()
at ..(MemoryStream resourceStream)
at ..(MemoryStream resourceStream)
at the same time other browsers could show that .baml (eg SAE)
without any problems at all