SneakyBrian / AutoFileMover

Automatically Moves Files to a new location based on the files name, using RegEx patterns
http://sneakybrian.github.io/AutoFileMover/downloads/latest/
3 stars 1 forks source link

An OnError occurred on an object (usually ObservableAsPropertyHelper) that would break a binding or command. To prevent this, Subscribe to the ThrownExceptions property of your objects #15

Closed SneakyBrian closed 10 years ago

SneakyBrian commented 10 years ago

0.2.0.13 System.Exception: An OnError occurred on an object (usually ObservableAsPropertyHelper) that would break a binding or command. To prevent this, Subscribe to the ThrownExceptions property of your objects ---> System.InvalidOperationException: Update or check-for-update operation is already in progress. at System.Deployment.Application.ApplicationDeployment.CheckForUpdateAsync() at AutoFileMover.Desktop.Models.AppDeployment.CheckForUpdateAsync() at AutoFileMover.Desktop.ViewModels.AboutViewModel.<>cDisplayClass3a.b3(Object x) at System.Reactive.AnonymousObserver1.OnNextCore(T value) at System.Reactive.ObserverBase1.OnNext(T value) at ReactiveUI.ReactiveCommand.marshalFailures[T](Action1 block, T param) --- End of inner exception stack trace --- at ReactiveUI.RxApp.<>c__DisplayClass3.<Initialize>b__1() at System.Reactive.Concurrency.Scheduler.Invoke(IScheduler scheduler, Action action) at System.Reactive.Concurrency.DispatcherScheduler.<>c__DisplayClass11.b__0() 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) at System.Windows.Threading.DispatcherOperation.InvokeImpl() at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state) at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) at System.Threading.ExecutionContext.Run(ExecutionContext e

SneakyBrian commented 10 years ago

Duplicate of #11