Languages

Menu
Sites
Language
SQlite database

When I want to use SQlite database in follow section I get error " segmentation fault error "  and app dose not load.

static void Main(string[] args)
        {
            var app = new Program();
            Xamarin.Forms.Platform.Tizen.Forms.Init(app);
            app.Run(args);
        }

Is this a memory issue ?

Thanks

 

 

View Selected Answer

Responses

6 Replies
Yasin Ali

Would you please explain more about "app dose not load".

Are you deploying to real device(s) ?

Fattaneh Ameri Mahabadian

Thanks for following my issue. I get this error "segmentation fault error​"  in this line of code "app.Run(args); " before app load on emulator.In this senario I want to access to this path "string path = Application.Current.DirectoryInfo.Resource;" to create my database file.

 

Thanks

 

Tizen is me
Sorry to hijack this thread, is this for .net version ? Anyone know how to use sqlite in native ? Sorry again
Fattaneh Ameri Mahabadian

Thanks.

Tizen is me
Thanks