Search

Exception on load by Bronwyn McNutt

Active

1
0
Sign in
to vote
Type: Bug
ID: 587576
Opened: 8/19/2010 2:08:57 PM
Access Restriction: Public
0
Workaround(s)
0
User(s) can reproduce this bug
Hit an exception on load of the test vancouver site:
[ArgumentOutOfRange_StartIndexLargerThanLength]
Arguments:
Debugging resource strings are unavailable. Often the key and arguments provide sufficient information to diagnose the problem. See http://go.microsoft.com/fwlink/?linkid=106663&Version=4.0.50524.0&File=mscorlib.dll&Key=ArgumentOutOfRange_StartIndexLargerThanLength
Parameter name: startIndex

at System.String.InternalSubStringWithChecks(Int32 startIndex, Int32 length, Boolean fAlwaysCopy)
at System.String.Substring(Int32 startIndex, Int32 length)
at Microsoft.Vancouver.Silverlight.Main.Controls.Nugget.CreateRun(String s)
at Microsoft.Vancouver.Silverlight.Main.Controls.Nugget.OnFeedEntryChanged(DependencyPropertyChangedEventArgs e)
at Microsoft.Vancouver.Silverlight.Main.Controls.Nugget.OnFeedEntryChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)
at System.Windows.DependencyObject.RaisePropertyChangeNotifications(DependencyProperty dp, Object oldValue, Object newValue)
at System.Windows.DependencyObject.UpdateEffectiveValue(DependencyProperty property, EffectiveValueEntry oldEntry, EffectiveValueEntry& newEntry, ValueOperation operation)
at System.Windows.DependencyObject.SetValueInternal(DependencyProperty dp, Object value, Boolean allowReadOnlySet)
at Microsoft.Vancouver.Silverlight.Main.Controls.Nugget.OnNuggetViewModelChanged(DependencyPropertyChangedEventArgs e)
at Microsoft.Vancouver.Silverlight.Main.Controls.Nugget.OnNuggetViewModelChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)
at System.Windows.DependencyObject.RaisePropertyChangeNotifications(DependencyProperty dp, Object oldValue, Object newValue)
at System.Windows.DependencyObject.UpdateEffectiveValue(DependencyProperty property, EffectiveValueEntry oldEntry, EffectiveValueEntry& newEntry, ValueOperation operation)
at System.Windows.DependencyObject.RefreshExpression(DependencyProperty dp)
at System.Windows.Data.BindingExpression.SendDataToTarget()
at System.Windows.Data.BindingExpression.SourceAcquired()
at System.Windows.Data.BindingExpression.System.Windows.IDataContextChangedListener.OnDataContextChanged(Object sender, DataContextChangedEventArgs e)
at System.Windows.Data.BindingExpression.DataContextChanged(Object sender, DataContextChangedEventArgs e)
at System.Windows.DataContextChangedEventHandler.Invoke(Object sender, DataContextChangedEventArgs e)
at System.Windows.FrameworkElement.OnDataContextChanged(DataContextChangedEventArgs e)
at System.Windows.FrameworkElement.OnTreeParentUpdated(DependencyObject newParent, Boolean bIsNewParentAlive)
at System.Windows.DependencyObject.UpdateTreeParent(IManagedPeer oldParent, IManagedPeer newParent, Boolean bIsNewParentAlive, Boolean keepReferenceToParent)
at MS.Internal.FrameworkCallbacks.ManagedPeerTreeUpdate(IntPtr oldParentElement, IntPtr parentElement, IntPtr childElement, Byte bIsParentAlive, Byte bKeepReferenceToParent)
Details (expand)

Product Language

English

Version

v0.8

Steps to Reproduce

(actually v0.9)

My account was set to pull up three columns, all for the "Bronwyn's DMG" filter.
- Twitter
- All forums (MSDN, ServerFault, StackOverflow)
- Blogs, videos, and listserv

On initial load of the test vancouver site, the exception box popped up.

[Edit] it appears to be happening periodically.... not every time the columns refresh, but I guess if they all try to refresh at the same time. I can force it by manually refreshing each column.

Actual Results

See exception above (too big for this box)

Expected Results

An unexceptional beginning.
File Attachments
0 attachments
Sign in to post a comment.
Posted by Microsoft on 8/20/2010 at 12:34 PM
This is fixed in the build deployed last night at 6pm.
Thanks for finding this!
Sign in to post a workaround.