askbook / csharp-sqlite

Automatically exported from code.google.com/p/csharp-sqlite
Other
0 stars 0 forks source link

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

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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