brminnick / InvestmentDataSampleApp

This app utilizes a SQLite databse, MVVM, along with these Xamarin.Forms controls: Search Bar, Picker, Grid, StackLayout, Navigation Page, ListView, ViewCell. It also shows how to tweak the UI to best appear on larger tablet screens.
MIT License
58 stars 21 forks source link

SQLite Errors #5

Closed brminnick closed 8 years ago

brminnick commented 8 years ago
SQLite.SQLiteCommand.ExecuteNonQuery()
SQLite.SQLiteConnection.Execute(string query, object[] args)
SQLite.SQLiteConnection.CreateTable(Type ty, CreateFlags createFlags)
SQLite.SQLiteConnection.CreateTable<T>(CreateFlags createFlags)
InvestmentDataSampleApp.OpportunityModelDatabase.OpportunityModelDatabase()
InvestmentDataSampleApp.App.get_Database()
InvestmentDataSampleApp.OpportunitiesViewModel.<RefreshOpportunitiesData>b__5_0()
System.Threading.Tasks.Task.InnerInvoke()
System.Threading.Tasks.Task.Execute()
InvestmentDataSampleApp.OpportunitiesViewModel.<RefreshOpportunitiesData>d__5.MoveNext()
System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
System.Runtime.CompilerServices.TaskAwaiter.GetResult()
brminnick commented 8 years ago
InvestmentDataSampleApp.OpportunityModelDatabase.<GetAllOpportunityData_OldestToNewest_Filter>c__AnonStorey0.<>m__0(OpportunityModel x)OpportunityModelDatabase.cs:28
System.Linq.Enumerable.<CombinePredicates>c__AnonStorey1A<TSource>.<>m__0(TSource x)Enumerable.cs:62
System.Linq.Enumerable.WhereListIterator<TSource>.MoveNext()Enumerable.cs:232
System.Collections.Generic.List<T>.List(IEnumerable<_> collection)list.cs:99
InvestmentDataSampleApp.OpportunitiesViewModel.FilterLocations(string filter)OpportunitiesViewModel.cs:89
InvestmentDataSampleApp.OpportunitiesPage.<OpportunitiesPage>c__AnonStorey2.<>m__3(object sender, TextChangedEventArgs e)OpportunitiesPage.cs:53
at Xamarin.Forms.SearchBar+<>c.<.cctor>b__56_0 (Xamarin.Forms.BindableObject bindable, System.Object oldValue, System.Object newValue) [0x00024] in <filename unknown>:0
Xamarin.Forms.BindableObject.SetValueActual(BindableProperty property, BindablePropertyContext context, object value, bool currentlyApplying, SetValueFlags attributes, bool silent)
Xamarin.Forms.BindableObject.SetValueCore(BindableProperty property, object value, SetValueFlags attributes, SetValuePrivateFlags privateAttributes)
Xamarin.Forms.BindableObject.SetValueCore(BindableProperty property, object value, SetValueFlags attributes)
Xamarin.Forms.Element.Xamarin.Forms.IElementController.SetValueFromRenderer(BindableProperty property, object value)
Xamarin.Forms.Platform.iOS.SearchBarRenderer.OnTextChanged(object sender, UISearchBarTextChangedEventArgs a)
UIKit.UISearchBar._UISearchBarDelegate.TextChanged(UISearchBar searchBar, string searchText)UISearchBar.g.cs:1556
UIKit.UIApplication.UIApplicationMain(int, string[], intptr, intptr)(wrapper managed-to-native)
UIKit.UIApplication.Main(string[] args, IntPtr principal, IntPtr delegate)UIApplication.cs:79
UIKit.UIApplication.Main(string[] args, string principalClassName, string delegateClassName)UIApplication.cs:63
InvestmentDataSampleApp.iOS.Application.Main(string[] args)Main.cs:16