Format of the initialization string does not conform to specification starting at index

mc 4,111 Reputation points
2024-04-22T10:36:01.19+00:00

I am using .net android(not maui) and ef core and sqlite. but there is error Format of the initialization string does not conform to specification starting at index

how to use sqlite in .net android?

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,231 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Bruce (SqlWork.com) 61,731 Reputation points
    2024-04-22T18:26:48.6666667+00:00

    see sample app:

    https://github.com/dotnet/maui-samples/tree/main/8.0/Data/TodoSQLite

    note: as you show no code we can not guess your coding error.

    0 comments No comments