iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
Hi all,
I've recently started a trial of crosslight mobile studio for a proof of concept.
What i'm trying to do is creating a simple Windows 8.1 app with local database access using SQLite. But i'm having some trouble with the SQLite part :)
I have 2 projects, "App.Core" and "App.WinRT".
In the core project I've made a reference with the following assemblies:
I've added a sample solution to this thread. Can someone please tell me what to do in order to create a local SQLite database and access it from the windows RT app.
Thanks!
Kind regards,
Jan
Thank you very much for the attached sample solution. It really helps to reproduce the problem in my local end.
This has been forwarded to Crosslight development team to be investigated further. I will keep this thread updated with any news I heard from the team regarding the reported problem.
The hotfix for WinRT SQLite will be included in September hotfix. I have tested the nightly build version using the sample project provided by Jan Eeckhout, CrosslightApp2.zip (attached on his post: September 2, 2014) and found that the reported problem is no longer persist.
You will need to apply Crosslight 2 Update 5 (which will be released in the next couple of days) and add following line in InitializeServices method of AppInitializer class from the WinRT project.
public void InitializeServices(IApplicationHost appHost) { ... Application.PreserveAssembly((typeof(Intersoft.Crosslight.Data.SQLite.ServiceInitializer).GetObjectTypeInfo().Assembly)); }
Hope this help.
Yudi,
I have it working in iOS and Android now but when I try to add the refrences of .95 to Windows Phone I get the following Error:
A reference to a higher version or incompatible assembly cannot be added to the project.
If I add old version, it adds them correctly but does not communicate correctly.
I didn't experience any difficulty while testing Crosslight 2 Update 5 on the sample provided by Jan Eeckhout. I just simply add the new assembly files (of Crosslight 2 Update 5) into the Packages folder; clean the solution; and re-build.
Could you please provide me with information about step-by-step guide to reproduce the problem?
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname