Exception has been thrown by the target of an invocation.
При запуске программы выдаёт следующее сообщение:
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.ArgumentOutOfRangeException: Button must be a single value.
Parameter name: button
   at Fb2Library.Dialogs.TaskDialogButtonData..ctor(TaskDialogButtons button, Object header, Object content, Boolean isDefault)
   at Fb2Library.MainWindow.?.?(EventArgs ?)
   --- End of inner exception stack trace ---
   at System.RuntimeMethodHandle._InvokeMethodFast(IRuntimeMethodInfo method, Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeType typeOwner)
   at System.RuntimeMethodHandle.InvokeMethodFast(IRuntimeMethodInfo method, Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeType typeOwner)
   at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)
   at System.Delegate.DynamicInvokeImpl(Object[] args)
   at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
   at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
Программа работает, но не хочет ни создавать новые базы, ни импортировать книги.                
Customer support service by UserEcho
	
                
Какая версия программы и .NET Framework'a? Какая операционная система? Было-ли выполнено обновление или была установка "с нуля"?
Программу скачал с главной, версия 1.3.703
Ось - WinXP SP3
NET Framework 4.0
Ставил с нуля, удалял, ставил заново - ошибка остаётся.