Hi,
I noticed that you can add a number of theme's as reference like leaf, lipstick, forestgreen, etc but you are not able to set these theme's with ThemeManager.ApplicationTheme.
How can i use these theme's?
Jacob,
You are going to need to reference the Editors assembly, which is missing and most likely the cause of the issue.
Hello Jacob, I've managed to reproduce the same behavior but without the source I cannot assume what's going on here. It application manifest mentioned it was missing our OutlookBar assembly. But when running the "working" manifest it just said files are missing. Does this issue occur when debugging in visual studio?
Keep in mind, the "working" exe does reference less Infragistics assemblies that the one that is failing.
Well if you like you can download the broken setup here:
http://www.jacobiedema.nl/RadialMenu/download/setup_1.7.exe
It will install a small program that uses the RadialMenu control to present a program launcher. The setup checks also if .Net framework 4.5 is present.
A working setup (without the datapresenter) is here:
http://www.jacobiedema.nl/RadialMenu/download/setup.exe
Hello Jacob,
Hello,
A follow up question. Obviously i added the reference of the themes and also the reference Infragistics.WPF4.DataPresenter.v14.2
In preperation i also added these references to my setup project. However, on installing the application it doesn't start anymore. In the event viewer it says that it's missing a file at Infragistics.Windows.DataPresenter.DataPresenterBase.cctor()
My project has framework 4.5 set. Which additional files do i need to include in my setup to prevent this error.