Hello support,
I'm having this problem trying to deploy an application that use DevExpress features.
The file attached contain the full error but this would be this one:
System.Windows.Markup.XamlParseException: Set property 'System.Windows.ResourceDictionary.DeferrableContent' threw an exception. —> System.NotImplementedException: The method or operation is not implemented.
at System.Windows.Baml2006.Baml2006SchemaContext.ResolveBamlType(BamlType bamlType, Int16 typeId)
at System.Windows.Baml2006.Baml2006SchemaContext.GetXamlType(Int16 typeId)
at System.Windows.Baml2006.Baml2006SchemaContext.GetProperty(Int16 propertyId, XamlType parentType)
at System.Windows.Baml2006.Baml2006Reader.ProcessPropertyWithConverter()
at System.Windows.Baml2006.Baml2006Reader.ProcessOneBamlRecord()
at System.Windows.Baml2006.Baml2006Reader.ReadKeys()
at System.Windows.ResourceDictionary.SetDeferrableContent(DeferrableContent deferrableContent)
at System.Windows.Baml2006.WpfSharedBamlSchemaContext.<>c.<CreateBamlPropertyResourceDictionaryDeferrableContent>b2970(Object target, Object value)
at MS.Internal.Xaml.Runtime.ClrObjectRuntime.SetValue(Object inst, XamlMember property, Object value)
— End of inner exception stack trace —
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 SAR.Level2.Bootstrapper.ShowLoginWindow()
at SAR.Level2.Bootstrapper.Run()
I created an installable for my application and this error prompts, weird thing about this is that, testing in a machine with Devexpress products installed is working fine, but if I run the application in a 'blank' machine then I get the error.
I saw similar error posts suggesting this could be caused by Themes dll, even I'm just using one theme for my whole app I tried adding ALL of them but it doesn't work either.
Any clue or any way to get a more detailed error on what is throwing this?
Thank you so much