Guest User

stacktrace remindme

a guest
Aug 2nd, 2017
327
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.44 KB | None | 0 0
  1. ************** Exception Text **************
  2. System.Data.Entity.Core.EntityException: The underlying provider failed on Open. ---> System.Data.SQLite.SQLiteException: unable to open database file
  3. at System.Data.SQLite.SQLite3.Open(String strFilename, String vfsName, SQLiteConnectionFlags connectionFlags, SQLiteOpenFlagsEnum openFlags, Int32 maxPoolSize, Boolean usePool)
  4. at System.Data.SQLite.SQLiteConnection.Open()
  5. at System.Data.Entity.Infrastructure.Interception.InternalDispatcher`1.Dispatch[TTarget,TInterceptionContext](TTarget target, Action`2 operation, TInterceptionContext interceptionContext, Action`3 executing, Action`3 executed)
  6. at System.Data.Entity.Infrastructure.Interception.DbConnectionDispatcher.Open(DbConnection connection, DbInterceptionContext interceptionContext)
  7. at System.Data.Entity.Core.EntityClient.EntityConnection.Open()
  8. --- End of inner exception stack trace ---
  9. at System.Data.Entity.Core.EntityClient.EntityConnection.Open()
  10. at System.Data.Entity.Core.Objects.ObjectContext.EnsureConnection(Boolean shouldMonitorTransactions)
  11. at System.Data.Entity.Core.Objects.ObjectContext.ExecuteInTransaction[T](Func`1 func, IDbExecutionStrategy executionStrategy, Boolean startLocalTransaction, Boolean releaseConnectionOnSuccess)
  12. at System.Data.Entity.Core.Objects.ObjectQuery`1.<>c__DisplayClass7.<GetResults>b__5()
  13. at System.Data.Entity.Core.Objects.ObjectQuery`1.GetResults(Nullable`1 forMergeOption)
  14. at System.Data.Entity.Core.Objects.ObjectQuery`1.<System.Collections.Generic.IEnumerable<T>.GetEnumerator>b__0()
  15. at System.Data.Entity.Internal.LazyEnumerator`1.MoveNext()
  16. at System.Linq.Enumerable.Single[TSource](IEnumerable`1 source)
  17. at Data_Access_Layer.DLReminders.PushReminderToDatabase(Reminder rem)
  18. at Business_Logic_Layer.BLReminder.PushReminderToDatabase(Reminder rem)
  19. at RemindMe.UCImportedReminders.btnYes_Click(Object sender, EventArgs e)
  20. at System.Windows.Forms.Control.OnClick(EventArgs e)
  21. at System.Windows.Forms.Button.OnClick(EventArgs e)
  22. at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
  23. at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
  24. at System.Windows.Forms.Control.WndProc(Message& m)
  25. at System.Windows.Forms.ButtonBase.WndProc(Message& m)
  26. at System.Windows.Forms.Button.WndProc(Message& m)
  27. at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Advertisement
Add Comment
Please, Sign In to add comment