Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using SQLite as local database with Universal Apps with Community.CsharpSqlite #188

Open
GoogleCodeExporter opened this issue Mar 11, 2016 · 0 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1.I am trying to develop universal app with sqlite. 
http://www.codeproject.com/Articles/826602/Using-SQLite-as-local-database-with-U
niversal-Apps  with this link I have found that I have to change " 
configuration manager to set x86". I am developer of Windows Phone 8 and 
Windows Phone 8.1 ( SliverLight) . In this I have used only 
Community.CsharpSqlite.WP.dll  to use sqlite in my app. I have also tried to 
develop windows 8 app and use "Community.CsharpSqlite.WinRT" it's also worked. 
In both of project I do not required to change  configuration manager.So I have 
add these dlls to universal app. But they can't work.

I do not want to forcefully change  configuration manager to set x86.  Is there 
any way to use this/these Community.CsharpSqlite  dll/s in universal app. 
Remember I do not want to change configuration manager

Thanks

2.
3.

What is the expected output? What do you see instead?
Do not change to configuration manager forcefully

What version of the product are you using? On what operating system?
Community.CsharpSqlite.WP.dll  on windows Phone 8 and 
Community.CsharpSqlite.WinRT on windows 8.1 
want to use in universal app

Please provide any additional information below.


Original issue reported on code.google.com by maulik...@gmail.com on 19 Dec 2014 at 3:42

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant