-
-
Notifications
You must be signed in to change notification settings - Fork 406
New issue
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
Problems with BusyAnimation on Csla 8.2.6 #4203
Comments
This is strange, because looking at the history of I wonder if some dependency (like a WPF package?) changed out from under us? |
Hello Rockford Lhotka, I search on Visual Studio a problem similar: I'm experiencing issues with Visual Studio 17.12 Preview 1, and have switched to Visual Studio 17.11 to compile my applications until a resolution is found. I'm uncertain if this version was compiled using the stable or preview release. If it was compiled with the preview release, then it should be recompiled using the stable version. |
I generally do use the preview of VS - and obviously got burned this time 😞 |
Before uploading version 8.2.7, could you test the library? I've looked into the GitHub issues for dotnet core and noticed that the problem is associated with the .NET Core 9.0 preview. |
Describe the bug
Can't load a BussAnimation control when upgrade from Csla 8.2.5 to 8.2.6
throw a exception:
IndexOutOfRangeException: Index was outside the bounds of the array.
System.Windows.Markup.XamlParseException
Version and Platform
CSLA version: 8.2.6
OS: Windows
Platform: WPF
Code that Fails
Stack Trace or Exception Detail
System.Windows.Markup.XamlParseException: ''La invocación del constructor del tipo 'Csla.Xaml.BusyAnimation' que coincide con las restricciones de enlace especificadas produjo una excepción.' (número de línea: '22'; posición de línea: '14').'
at System.Windows.Markup.XamlReader.RewrapException(Exception e, IXamlLineInfo lineInfo, Uri baseUri)
at System.Windows.Markup.WpfXamlLoader.Load(XamlReader xamlReader, IXamlObjectWriterFactory writerFactory, Boolean skipJournaledProperties, Object rootObject, XamlObjectWriterSettings settings, Uri baseUri)
at System.Windows.Markup.WpfXamlLoader.LoadBaml(XamlReader xamlReader, Boolean skipJournaledProperties, Object rootObject, XamlAccessLevel accessLevel, Uri baseUri)
at System.Windows.Markup.XamlReader.LoadBaml(Stream stream, ParserContext parserContext, Object parent, Boolean closeStream)
at System.Windows.Application.LoadComponent(Object component, Uri resourceLocator)
at StatusDisplay.InitializeComponent() in ....StatusDisplay.xaml:line 1
Additional context
If revert to version 8.2.5 work fine.
Fail on InitializeComponent of UserControl
The text was updated successfully, but these errors were encountered: