PhoneBootstrapperBase not available for windows phone 8.1 - caliburn.micro

I have downloaded caliburn micro from within visual studio (NU packages). I am unable to add reference for "PhoneBootstrapper" but it is changed to "PhoneBootstrapperBase" but even then I couldn't add "PhoneBootstrapperBase" reference in Windows Phone 8.1, any one kindly tell me what to do. I have Google it a lot and read the documentation but couldn't find my answer.
any response will be highly appreciated,
thank you
EDITED:
this the issue I am facing here's the code screenshot
and here is app.xaml

Which flavor of windows phone 8x?
Windows Phone Apps 8.1 (universal/ stand alone) follow the CaliburnApplication base class (reference windows phone 8.1 e.g. WPA81 or using the CaliburnApplication base class in the App.cs with samples in Windows 8x store development) and is more inline with Windows 8/8.1 development due to usage of the WRT. Windows Phone Silverlight 8.1 follows the Bootstrapper method...

Related

Universal Frameworks with Xcode 10

When we used this script in the post-action of the archive in my scheme to make a FAT binary framework. i.e., One that will work on the simulator and actual device. Its working fine up to Xcode 9.3 But its not working script for Xcode 10.
As per blogs we don't have universal framework support for Xcode 10. Please let us know how to achieve this from Xcode 10.
Thanks,

Google NaCl with Qt on Windows

I have a project which is using Qt 4.7.4 version (also I can't rebuild it using qt4.8 or qt5 – there are a lot of errors appears, project is big and not mine so fixing issues would be even harder than erasing the whole code and write new code). So I need to make this project, well, working on NativeClient.
Is it even possible? I use Windows and Visual Studio, I was trying to google instructions about qt+nacl on Windows but just can’t find nothing.
Also which pepper version should I use if it depends on it?
Is your qt build supporting native client?
Please check out this
Windows
The Qt-Nacl is not support, for now, in Windows.
By the way, here is the github repository dedicated for it -> https://github.com/msorvig/qt5-qtbase-nacl
In the file nacl-readme it is written :
[...] Windows is not supported as a host platform.
Linux
If you want to compile in Linux, I have made a script that will compile Qt5.4 with NaCl with all the dependencies needed.
https://gist.github.com/theshadowx/438297ac465874a5e226
I also made a video that will show the different steps and a showCase at the end :
https://www.youtube.com/watch?v=q2pMv1Svtqw

using SQLiteWinRTPhone inside a portable class library for windows phone 8

I am using SQLiteWinRTPhone wrapper for implementing database in my app.
However when I tried to use the same wrapper inside a portable class library project I am not able to use it.
I have read somewhere that we cannot use SQLite inside the portable class libraries. what can be solution/alternative for this ?
Go thorough bellow link
Windows Phone 7 Native Database Programming via Sqlite Client for Windows Phone
SQLite-WinRT: Database programming on Windows Phone and Windows 8
How to use SQLite in Windows Phone
Hope it will help you

SterlingDB 2.0 Beta

I am a complete Sterling newbie so please excuse my question. I have gone to the new GitHub repository and downloaded the latest source code for SterlingDB 2.0 Beta. I am working on a new project that will use Sterling in a Windows 8 Store app, a Windows 8 Phone app and a WPF Desktop app all based on MVVM Light. So using your Test projects in your source code, I understand how the Store and Phone apps use sterling but how does the WPF Desktop use Sterling. Or better yet what dll needs to be referenced in the desktop app. I used the Wintellect.Sterling.Core and Wintellect.Sterling.Server as my references but only because I want the WPF app to use the applications folder. Is this correct for this new version?
By the way Josh, good job...
Orgbrat
You should be able to use the FileSystemDriver (which is indeed in the Wintellect.Sterling.Server assembly) and specify the path where you want your database to be saved.

Qt sdk1.1 == 1.5GB. Why So Huge?

I've been searching for this info with no luck. I'm using SDK1 with 4.7.0. Works fine but has some issues with Postres so I need to update. The thing is...
I go to download RC SDK1.1 and I see windows version is 1.5GB!!
The Linux version is about 700MB.
Why is Win version more than double?
SDK1 was about 320MB for windows and 400MB+ for Linux.
So Windows version was relatively smaller than Linux version considerably and sdk1 was drastically smaller than sdk1.1. I hear that 1.5GB unpacks to 5GB.
Of course, if you download the framework and creator separately than it is normal size (roughly equivalent to SDK1). This just adds to confusion. Isn't the SDK == Framework + creator ?
Something is wrong here... Any ideas what is going on? Should I wait till full release version?
I think thats because only Windows supports development for Symbian platform using Symbian SDK that can be installed (other platforms use remote compiler). Nokia with Qt SDK 1.1 announcement mentioned that they refactored Symbian toolchains so now you can use Symbian ^ 1 and Symbian ^ 3 native APIs. I think that what made the installer so huge. On the web site I noticed they have web installer, so I'd recommend to download the web installer which is just 15Mb and I suppose it should be a wizzard page that allows you to select which parts to install. Just don't install Symbian native SDK or anything else you don't need.
Hope that helps

Resources