How to use SQLite Windows8.1 binary in a Windows8 app? - sqlite

How can I use SQLite Windows8.1 version in my Windows8 app, so as to provide compatibility with both Window8 and Windows8.1 platforms? I tried referencing the new beta version of SQLite Windows8.1 in VS2012, but it would not accept the dll as valid dll/assembly?
Do I have to create 2 vesions of the app, for both Windows8 and Windows8.1?

A version of an app build for windows 8 will also work on windows 8.1 but a version build for windows 8.1 will not work on windows 8 (and this is independent of Sqlite).

Related

Can'n run the NET Framework 3.5 Service Pack 1 (Full Package) on Windows 11 with arm cpu, why?

I have a macbook M1PRO, and I need to debug .net2.0 and .net 3.5 codes in its Windows11 virtual machine, but I can't set up a code runtime environment。
I have installed .net framework 3.5 in the "enabling or disabling windows features" in the control panel, but its existence is still not recognized in visual studio.
enter image description here
enter image description here
If I don't use a simulated x64 virtual machine or another x64 computer, I just want to run all programs on one computer, how can I solve it?
If you create a x64 VM, then you have to install windows 11 (not arm based version).
then install visual studio for windows. (again, the non arm version).
At that point, you can develop with .net framework 2.0-4.8.
You can't create, run, use, enjoy, develop .net framework asp.net applications unless you running a windows VM, and using the windows version of VS.
You can ONLY run (and develop) .net core applications on arm based, or other computers, and NOT .net framework applications.
given that you looking to develop (or work on) a x64 .net framework, and quite a older version?
Then you have to create a x64 (not arm) based VM, and install the x64 bit version of windows (again, NOT the arm based version of windows). You then install Visual Studio for windows.
The above will thus allow you to develop and work on .net framework applications, such a as asp.net .net framework based application.

Install UWP package on Windows 8.1 Pro without developers license

With Xamarin.Forms I'm developing a mobile app. In Android I get this succesfully running on a device. I succeeded to create an app package from the UWP project and install it on my own Windows 10 PC. This is also my developing machine, so it's in Developer Mode by default. So it runs here without any problems.
My purpose is to get it running on Windows 8.1 Pro (tablet size). It just needs to consume the app. When installing the app by using the script, it's throwing the error that no developers license is found. On this device I didn't found anything to put it in Developers Mode, but it seems me that this is not needed, because it only consuming the app and no developing will take place on it.
It's is an internal app, so no need to place it on the Windows Store.
So my exact question: how can I install this app on this device without setting everything up for a Developer?
The answer would be no. Windows 10 has more new API and concepts that are not available on Windows 8.1. UWP app will not backward compatible to Windows 8.1. But WRT app will be Upward compatible to windows 10. It means that the windows 8 store app could run in windows 10. for more please refer Move from Windows Runtime 8.x to UWP.

How to create a Xamarin.Forms Windows phone 8.1 project?

I cannot find a Visual Studio 2017 project for making Xamarin.Forms Windows 8.1 apps. How do I install it?
Windows 8.1 Silverlight and RT are all deprecated. I would suggest doing a UWP app and targeting Windows 10 instead.
However, if you do want to do a Windows 8.1 project. Make sure you download the Windows 8.1 SDK, then create a new Xamarin.Forms project. Then you will have to add a new Windows 8.1 project afterwards, and manually add the Xamarin.Forms Init code, in the project.
You can have a look at XArch for an example.
But once again, I strongly recommend against, creating a Windows 8.1 project, and you should do UWP instead.

Is R compatible with windows 8.1 64bit edition?

I have installed the latest version of R from the official site
However when I open it it takes some time to open. I have tested it in Windows 7 64bit edition and it opens very fast.
Is there any known and common problem for windows 8.1?

Use SQLite in windows phone silverlight 8.1

Is it possible to use sqlite in a windows phone silverlight 8.1 project. I installed the sqlite for windows phone 8.1 (the .vsix file) but I couldn't find the reference?
SQLite for Windows Phone 8.1
Note that:
This is a pre-release version for beta testing use only. This is not a release.

Resources