We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Message: [ArgumentException: '.', hexadecimal value 0x00, is an invalid character.] System.Xml.XmlEncodedRawTextWriter.InvalidXmlChar(Int32 ch, Char* pDst, Boolean entitize):0 System.Xml.XmlEncodedRawTextWriter.WriteElementTextBlock(Char* pSrc, Char* pSrcEnd):467 System.Xml.XmlEncodedRawTextWriter.WriteString(String text):67 System.Xml.XmlWellFormedWriter.WriteString(String text):58 System.Xml.XmlElement.WriteElementTo(XmlWriter writer, XmlElement e):86 System.Xml.XmlDocument.WriteContentTo(XmlWriter xw):28 Particular.ServiceInsight.Desktop.ExtensionMethods.XmlDocumentExtensions.GetFormatted(XmlDocument document) in c:\BuildAgent\work\7540559e45164f93\src\ServiceInsight\ExtensionMethods\XmlDocumentExtensions.cs:18 Particular.ServiceInsight.Desktop.MessageViewers.XmlViewer.XmlMessageView.Display(String message) in c:\BuildAgent\work\7540559e45164f93\src\ServiceInsight\MessageViewers\XmlViewer\XmlMessageView.xaml.cs:35 Caliburn.Micro.ViewAware.Caliburn.Micro.IViewAware.AttachView(Object view, Object context) in c:\Users\Foo\Documents\CodePlex\caliburnmicro\src\Caliburn.Micro.Silverlight\ViewAware.cs:78 Caliburn.Micro.ViewModelBinder.<.cctor>b__3(Object viewModel, DependencyObject view, Object context) in c:\Users\Foo\Documents\CodePlex\caliburnmicro\src\Caliburn.Micro.Silverlight\ViewModelBinder.cs:196 Caliburn.Micro.View.OnModelChanged(DependencyObject targetLocation, DependencyPropertyChangedEventArgs args) in c:\Users\Foo\Documents\CodePlex\caliburnmicro\src\Caliburn.Micro.Silverlight\View.cs:299 System.Windows.DependencyObject.OnPropertyChanged(DependencyPropertyChangedEventArgs e):82 System.Windows.FrameworkElement.OnPropertyChanged(DependencyPropertyChangedEventArgs e):8 System.Windows.DependencyObject.NotifyPropertyChange(DependencyPropertyChangedEventArgs args):0 System.Windows.DependencyObject.UpdateEffectiveValue(EntryIndex entryIndex, DependencyProperty dp, PropertyMetadata metadata, EffectiveValueEntry oldEntry, EffectiveValueEntry& newEntry, Boolean coerceWithDeferredReference, Boolean coerceWithCurrentValue, OperationType operationType):1016 System.Windows.DependencyObject.InvalidateProperty(DependencyProperty dp, Boolean preserveCurrentValue):82 System.Windows.Data.BindingExpressionBase.Invalidate(Boolean isASubPropertyChange):68 System.Windows.Data.BindingExpression.TransferValue(Object newValue, Boolean isASubPropertyChange):956 System.Windows.Data.BindingExpression.Activate(Object item):303 System.Windows.Data.BindingExpression.AttachToContext(AttachAttempt attempt):993 System.Windows.Data.BindingExpression.MS.Internal.Data.IDataBindEngineClient.AttachToContext(Boolean lastChance):0 MS.Internal.Data.DataBindEngine+Task.Run(Boolean lastChance):96 MS.Internal.Data.DataBindEngine.Run(Object arg):114 MS.Internal.Data.DataBindEngine.OnLayoutUpdated(Object sender, EventArgs e):7 System.Windows.ContextLayoutManager.fireLayoutUpdateEvent():88 System.Windows.ContextLayoutManager.UpdateLayout():870 System.Windows.Interop.HwndSource.SetLayoutSize():736 System.Windows.Interop.HwndSource.set_RootVisualInternal(Visual value):258 System.Windows.Window.SetRootVisualAndUpdateSTC():6 System.Windows.Window.SetupInitialState(Double requestedTop, Double requestedLeft, Double requestedWidth, Double requestedHeight):806 System.Windows.Window.CreateSourceWindow(Boolean duringShow):290 System.Windows.Window.ShowHelper(Object booleanBox):59 Particular.ServiceInsight.Desktop.App.OnStartup(StartupEventArgs e) in c:\BuildAgent\work\7540559e45164f93\src\ServiceInsight\App.xaml.cs:57 System.Windows.Application.<.ctor>b__1(Object unused):15 System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs):123 MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler):17
Raygun report https://app.raygun.io/dashboard/7gulz9/errors/877619590 has more details about the error
The text was updated successfully, but these errors were encountered:
For reference, this occurred again on 23rd Nov 2016 in https://app.raygun.com/crashreporting/7gulz9/errors/1734746174/
Sorry, something went wrong.
Change the way Xml content is formatted. Resolves #501
35982a1
Change the way Xml content is formatted and removed the unused extens…
e5ecc1f
…ion method. Resolves #501
b1189ca
No branches or pull requests
Raygun report https://app.raygun.io/dashboard/7gulz9/errors/877619590 has more details about the error
The text was updated successfully, but these errors were encountered: