I'm using the Office2013.xamCalendar.xaml theme which is compiled as a resource. It works properly when starting the executable from in Visual Studio but blows up with the title error when just running the executable without VS. I definitely have a reference to InfragisticsWPF4.Controls.Editors.XamCalendar.v14.1 and I tried copying the dll into the same folder as the executable, no dice...
I made a test program with just this and it blows up on this: <igPrim:ValueConverterGroup x:Key="boolToVisibility">
I must be missing a DLL or something... But why would it work in VS and not otherwise?
Thanks, that fixed it!
Hi Ryan,
Change the BuildAction on each theme files to Page and your sample will run correctly in debug mode and when running the exe alone.
Please let me know if you have any questions.