question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

UWP: Can not create database

See original GitHub issue

Hello. UWP DP5 is a real bug : D I couldn’t make database .

public static void CreateDB() { Couchbase.Lite.Support.UWP.Activate(); var database = DatabaseFactory.Create("Xugros"); } I get the error : image image

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:44 (20 by maintainers)

github_iconTop GitHub Comments

1reaction
borrrdencommented, May 21, 2017

Phew. DB8+ is going to have this style of loading so hopefully this will be forever behind us. On a side note, this build includes ARM support (more details on the other ticket).

1reaction
borrrdencommented, May 18, 2017

I confirmed the unit tests now pass with .NET Native enabled. That fix will go into DB8. DB7 will be released soon (I ask my manager every day if I can release it but I have to wait for other managerial things first…)

Read more comments on GitHub >

github_iconTop Results From Across the Web

UWP SQLite - Can't find/create .db file
The database is created in the apps directory. Since UWP apps run in a sandbox it cannot be used by another UWP app....
Read more >
Use a SQL Server database in a UWP app
Learn how to connect a UWP app directly to a SQL Server database, and store and retrieve data by using System.Data.SqlClient.
Read more >
UWP Error in creating DB File in resilient storage / user ...
I've found a document "Using SQLite Databases in Any Folder in WinRT" (https://www.codeproject.com/Articles/879846/Using-SQLite-Databases-in-Any ...
Read more >
UWP App not connecting to sql express local databse
I have developed a simple UWP app. It connects to an sql database and displays some data. So this works fine on my...
Read more >
Create Database with SQLite in Universal App complete sample
UWP : Create Database with SQLite in Universal App complete sample ... dockerfile.v0: failed to create LLB definition: the Dockerfile cannot.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found