Windows 8 background task with SQLite

Open
#90 6 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
25/100
Issue type
Bug
Clarity
Needs clarification
Activity status
Stale
Tech stack
csharp, sqlite

Research direction

Reproduce the reported C# Windows 8 background-task behavior with SQLite, comparing AnyCPU and x86 project settings. Start by isolating whether the failure is caused by the background-task environment or SQLite's architecture requirement; done means SQLite works in the x86 background task or the limitation and workaround are documented.

Written by the indexing model from the issue text.

Description

When i create a C# project to host my background task, if i compile it in "AnyCPU" the background task works but if i set it to "x86" it doesn't works.

The problem is that to use SQLite i have to set "x86" mode on the project, so how to use SQLite in a background task project?

Dominant language
C#
Stars
4.5k
Forks
1.4k
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from praeclarum/sqlite-net

All issues in praeclarum/sqlite-net

Similar issues

More C# issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.