Hi,
I'm trying to create an app that allow the user to choose a specific ribbon display from a list of dll files, than the app will display the ribbon style of the chosen dll. (ribbon xaml code will be in the dll file).
For example if the user select file 1.dll the ribbon tabs would be 1,2,3 and for file 2.dll the ribbon tabs would be a,b,c.
I've created a class library (attached in the end) but somehow I get an error and can't compile the project file, if I copy-paste the xaml code to a WPF application than it's compiled.
Any help resolving the error or maybe creating another example of a dll file that works would be highly appreciated.
Regards,
Dov.
Attachment:
ribbonDll_5fc98ed8.zip