I got the following exception on one of our installed machines:
The invocation of the constructor on type 'wyDay.Controls.AutomaticUpdater' that matches the specified binding constraints threw an exception.
The inner exception is:
Could not load file or assembly 'WindowsFormsIntegration, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. Can not find file specified.
Inner backtrace: at wyDay.Controls.AutomaticUpdater..ctor() at System.Xaml.Schema.XamlTypeInvoker.DefaultCtorXamlActivator.CallCtorDelegate(XamlTypeInvoker type) at System.Xaml.Schema.XamlTypeInvoker.CreateInstance(Object[] arguments) at MS.Internal.Xaml.Runtime.ClrObjectRuntime.CreateInstance(XamlType xamlType, Object[] args)
Why is it trying to load WindowsForms? This is a WPF app, I don't reference Windows Forms in my app.
This is Windows 7 64 bit.
Thanks