Devendra Kumar

Devendra Kumar

  • NA
  • 378
  • 68.6k

Sqlite database restrictions in windows store apps

Feb 6 2013 2:02 AM
I have some issues with Sq lite. I read a Microsoft article
  [1]: http://code.msdn.microsoft.com/windowsapps/Using-SQLite-in-a-Windows-c16aea77#content





In that site it is mentioning as "**When you create a new C# or VB Windows Store project in Visual Studio, it supports all architectures (x86, x64 and ARM) by default. But since you added Sq Lite to the project, you can't build one package that targets all architectures. You have to build one target for each. Select Build|Configuration Manager and select x86, x64 or ARM from the Platform drop-down list.**"




 My application is Newspaper app developed using C# for windows tablet. Can i build for all processors.?