Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
85
Cannot create unknown type '{http://schemas.infragistics.com/xaml/primitives}CalendarResourceString'.'
posted

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?

WpfApplication1.zip