Problems using Syncfusion library
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Good morning, I have developed an application that opens a form that has a table using the constructor of the Syncfusion library, specifically a sfDatagrid, we have tested it and it works on some computers, however on others
I get this error message (Using the same files from the libraries).
In one of the pc that doesn't work, I have installed visual studio and I have replicated the form for a desktop application using syncfusion, and it works correctly, so what makes me think is that revit is causing me the problem, but I can't find the error .
The error message is:
System.Windows.Markup.XamlParseException
HResult=0x80131501
Mensaje = 'La invocación del constructor del tipo 'Syncfusion.UI.Xaml.Grid.SfDataGrid' que coincide con las restricciones de enlace especificadas produjo una excepción.' (número de línea: '292'; posición de línea: '14').
Origen = PresentationFramework
Seguimiento de la pila:
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 QC_Rebar_SendProduction.ViewMain.InitializeComponent() in C:\Users\QC-PC-06\Desktop\Test\QC_RVT_Reinforcement-master\QC_RVT_Reinforcement-master\QC_Management\QC_Rebar_SendProduction\Views\ViewMain.xaml:line 1
Excepción interna 1:
XamlObjectWriterException: Se produjo una excepción al establecer la propiedad 'System.Windows.ResourceDictionary.Source'.
Excepción interna 2:
XamlParseException: Se produjo una excepción al establecer la propiedad 'System.Windows.ResourceDictionary.DeferrableContent'.
Excepción interna 3:
FileNotFoundException: No se puede cargar el archivo o ensamblado 'Syncfusion.Shared.Wpf, PublicKeyToken=3d67ed1f87d44c89' ni una de sus dependencias. El sistema no puede encontrar el archivo especificado.
- With the computers tested, the same .dll files have been used both from the application and from syncfusion.