You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I keep occasionally getting this exception when opening VisualFSharp solution:
System.IndexOutOfRangeException: Index was outside the bounds of the array.
 at
System.Windows.Baml2006.WpfSharedBamlSchemaContext.GetKnownBamlMember(Int16 memberId)
 at
System.Windows.Baml2006.Baml2006SchemaContext.TryGetBamlProperty(Int16 propertyId, BamlProperty& bamlProperty, XamlMember& xamlMember)
 at
System.Windows.Baml2006.Baml2006SchemaContext.GetProperty(Int16 propertyId, XamlType parentType)
 at
System.Windows.Baml2006.Baml2006Reader.Process_PropertyWithStaticResourceId()
 at
System.Windows.Baml2006.Baml2006Reader.Process_OneBamlRecord()
 at
System.Windows.Baml2006.Baml2006Reader.ReadObject(KeyRecord record)
 at
System.Windows.ResourceDictionary.CreateObject(KeyRecord key)
 at
System.Windows.ResourceDictionary.OnGettingValue(Object key, Object& value, Boolean& canCache)
 at
System.Windows.ResourceDictionary.OnGettingValuePrivate(Object key, Object& value, Boolean& canCache)
 at
System.Windows.ResourceDictionary.GetValueWithoutLock(Object key, Boolean& canCache)
 at
System.Windows.ResourceDictionary.GetValue(Object key, Boolean& canCache)
 at
Microsoft.VisualStudio.FSharp.Editor.QuickInfo.WpfFSharpStyleFactory.linkStyleUpdater() in D:\a\_work\1\s\vsintegration\src\FSharp.Editor\QuickInfo\WpfFactories.fs:line 38
 at
Microsoft.VisualStudio.FSharp.Editor.QuickInfo.WpfFSharpStyleFactory.Microsoft.VisualStudio.Text.Adornments.IViewElementFactory.CreateViewElement[a](ITextView _arg1, Object model) in D:\a\_work\1\s\vsintegration\src\FSharp.Editor\QuickInfo\WpfFactories.fs:line 65
 at
Microsoft.VisualStudio.Text.Utilities.GuardedOperations.CallExtensionPoint[T](Object errorSource, Func`1 call, T valueOnThrow)
I don't have a proper repro yet. A few thoughts and observations:
This generally doesn't seem to have any catastrophic influence on the repo behavior
I feel this is happening only when opening the solution after the fresh build using build.cmd
I feel this might be related to the colorization issues in VS, it takes very long to get my colors in VS
I couldn't get into the error when trying to debug things using VisualFSharpDebug
I might look closer into that, for now just poking around if anyone has ideas or has also seen this.
The text was updated successfully, but these errors were encountered:
I keep occasionally getting this exception when opening VisualFSharp solution:
I don't have a proper repro yet. A few thoughts and observations:
build.cmd
VisualFSharpDebug
I might look closer into that, for now just poking around if anyone has ideas or has also seen this.
The text was updated successfully, but these errors were encountered: