Please add this to the Init() method after the if statement Database = new SQLiteAsyncConnection(DatabasePath,Flags); Should be like this if(Database is not null) { return; } Database = new SQLiteAsyncConnection(DatabasePath,Flags); then follow the rest as normal on the video
@JoeRomano-s8g6 ай бұрын
How do you manage database migration?
@abhinav-ribu Жыл бұрын
Can you please share the github repo link for the sample code ?
@EstherSoftwareDev Жыл бұрын
Cool video, thank you for sharing
@hacked101 Жыл бұрын
You are welcome
@pandiangnanadoss3619 Жыл бұрын
Dear Sir, I /m faced this error : System.Reflection.TargetInvocationException: 'Exception has been thrown by the target of an invocation.'
@hacked101 Жыл бұрын
Follow the video carefully and check your code properly
@曼巴-z1t11 ай бұрын
I found veriable Flages is not used.After finish code,It is a pity that maui app cannot be deployed to the Android emulator,why?
@hacked10111 ай бұрын
You can deploy to Android Emulator
@readdeadlife Жыл бұрын
thank you brother
@hacked101 Жыл бұрын
You are welcome
@曼巴-z1t11 ай бұрын
I followed the procedure and the execution froze,I create project is maui blazor,why?