I use a regular PC to schedule automatic sending of reports and i am currently setting it up on a new computer. When trying to schedule the first report it returns with an error:
| "An unexpected error has occurred: |
| Objektreferencen er ikke indstillet til en forekomst af et objekt. |
| System.NullReferenceException |
| ved Jet.Scheduler.ViewModels.ScheduledTaskEditorViewModel.CreateTask() |
| ved Jet.Scheduler.ScheduledTaskEditorWindow.SaveButton_Click(Object sender, RoutedEventArgs e) |
| ved System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised) |
| ved System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args) |
| ved System.Windows.Controls.Primitives.ButtonBase.OnClick() |
| ved System.Windows.Controls.Button.OnClick() |
| ved System.Windows.Controls.Primitives.ButtonBase.OnMouseLeftButtonUp(MouseButtonEventArgs e) |
| ved System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target) |
| ved System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs) |
| ved System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised) |
| ved System.Windows.UIElement.ReRaiseEventAs(DependencyObject sender, RoutedEventArgs args, RoutedEvent newEvent) |
| ved System.Windows.UIElement.OnMouseUpThunk(Object sender, MouseButtonEventArgs e) |
| ved System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target) |
| ved System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs) |
| ved System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised) |
| ved System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args) |
| ved System.Windows.UIElement.RaiseTrustedEvent(RoutedEventArgs args) |
| ved System.Windows.Input.InputManager.ProcessStagingArea() |
| ved System.Windows.Input.InputManager.ProcessInput(InputEventArgs input) |
| ved System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport) |
| ved System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, Int32 y, Int32 wheel) |
| ved System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr hwnd, WindowMessage msg, IntPtr wParam, IntPtr lParam, Boolean& handled) |
| ved System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled) |
| ved MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled) |
| ved MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o) |
| ved System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs) |
|
ved System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)"
Is there anybody who know how to fix this? |