View Issue Details

IDProjectCategoryView StatusLast Update
0000170Privacy Cleaner[All Projects] Generalpublic2015-01-23 23:11
ReporterAssigned Toub3rst4r 
PrioritynormalSeveritytrivialReproducibilityalways
Status resolvedResolutionfixed 
Platform.NET Framework v4.0 (SP 0)OSMicrosoft WindowsOS VersionWindows 7 SP1 (64 bit)
Summary0000170: Could not load file or assembly 'System.Data.SQLite, Version=1.0.66.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139' or one
DescriptionStack trace:
   at Little_System_Cleaner.Privacy_Cleaner.Scanners.Firefox.CleanInternetHistory()
   at Little_System_Cleaner.Privacy_Cleaner.Helpers.Results.ResultDelegate.Clean(Report report)
   at Little_System_Cleaner.Privacy_Cleaner.Controls.Results.buttonClean_Click(Object sender, RoutedEventArgs e)
   at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
   at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
   at System.Windows.Controls.Button.OnClick()
   at System.Windows.Controls.Primitives.ButtonBase.OnMouseLeftButtonUp(MouseButtonEventArgs e)
   at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
   at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
   at System.Windows.UIElement.ReRaiseEventAs(DependencyObject sender, RoutedEventArgs args, RoutedEvent newEvent)
   at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
   at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
   at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
   at System.Windows.UIElement.RaiseTrustedEvent(RoutedEventArgs args)
   at System.Windows.Input.InputManager.ProcessStagingArea()
   at System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport)
   at System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, Int32 y, Int32 wheel)
   at System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr hwnd, WindowMessage msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   at System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
   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)

Source:
Little_System_Cleaner

Target site:
Void CleanInternetHistory()


Steps To ReproduceClean information related to privacy with System.Data.SQLite.dll missing.
TagsNo tags attached.

Activities

ub3rst4r

2015-01-23 22:47

administrator   ~0000497

As of commit af4c0d744bc7ad2497ac3f745a43584bf05eb147, checks have been added to ensure the required assemblies are loaded beforehand. In this case, if System.Data.SQLite is missing then the privacy cleaner still works but sections requiring the use of System.Data.SQLite will be skipped.

Issue History

Date Modified Username Field Change
2015-01-23 22:47 ub3rst4r Note Added: 0000497
2015-01-23 22:47 ub3rst4r Status new => resolved
2015-01-23 22:47 ub3rst4r Resolution open => fixed
2015-01-23 22:47 ub3rst4r Assigned To => ub3rst4r
2015-01-23 22:48 ub3rst4r Description Updated View Revisions
2015-01-23 22:48 ub3rst4r Steps to Reproduce Updated View Revisions
2015-01-23 23:11 ub3rst4r Project Little System Cleaner => Privacy Cleaner