I am currently working with an Excel DNA project and have encountered an issue when using DevExpress.
The following exception is being thrown:
System.Windows.Markup.XamlParseException: 'The method or operation is not implemented.'
Exception thrown: 'System.Windows.Markup.XamlParseException' in PresentationFramework.dll
The source code is quite basic; I have just added the dxg:TreeListControl as shown below:
Could you please provide any insights or solutions to resolve this issue? Your assistance would be greatly appreciated.
Thank you in advance for your help.
Hi Govert,
I hope this message finds you well.
I wanted to follow up regarding the solution you provided for pre-loading assemblies in the Excel DNA project. I implemented the code you suggested, which initializes the MaterialDesign assemblies by creating dummy objects. However, I am still experiencing issues.
Specifically, I am encountering the following exception when trying to instantiate the MainWindow:
" System.Windows.Markup.XamlParseException: 'The initialization of 'DevExpress.Xpf.Grid.GridControl' raised an exception.' "
Here’s a summary of the relevant code I am using:
XAML:
<dx:DXWindow x:Class="TestDevxProject.MainWindow"Despite the changes, I still face the same XAML parse exception. Could you please provide any further insights or suggestions on how to resolve this issue? Any assistance you can offer would be greatly appreciated.
Thank you in advance for your help!