I've created an application with visual studio c# and I've used an localDB.
When I start the application in computer with windows XP, 7 or 8 ( after installation of SQL Server 2014 LocalDB Express from this web site: http://www.microsoft.com/it-it/server-cloud/products/sql-server-editions/sql-server-express.aspx) works fine, but I the OS is win XP Embedded isn't impossible to instal localDB and I can't run my application.
can SomeOne help me?
I think the problem is that your embed win XP isn't ready to run the service AND / OR localDB. First I would update your Win XP asap than try it again.
If this hasn't fixed your issue you might want to use another pc or an embed win 7.
From Microsoft
Supported Operating System
Windows 7, Windows 7 Service Pack 1, Windows 8, Windows 8.1, Windows
Server 2008 R2, Windows Server 2008 R2 SP1, Windows Server 2012,
Windows Server 2012 R2
These are the operating systems for SQL Server 2014 Express. So how did you install it on an XP system?
Related
I am developing a C# application on Windows 10, under Visual Studio 2015.
I can see that I have installed on that PC Microsoft SQL Server 2005 Compact Edition, 2012 Native Client, 2014 Express LocalDB, 2016 Local DB and other stuff like this.
I did not voluntarily installed any of this, they must have been with MVS 2015 or with the Windows.
The app that I made throws an exception on a Windows 7 PC with Microsoft SQL Server Compact 4.0 SP1 and all the Microsoft SQL Server 2014 specific stuff (including Express LocalDB).
If I run sqllocaldb i command on Win10 PC I have only mssqllocaldb connection with 13.0.1601.5 version number.
On Win7 PC I have the same status except that the version is 12.0.2000.8.
When I run my application I get
This server supports version 782 and earlier, your version is 852.
What can I do so that I can run the app in both computers since I have SQL Server 2014 on both of them fully installed?
The Authorization Manager (azman.msc) was deprecated for Windows Server 2012 R2, and it looks as though it might not be in Windows Server 2016.
But I can't find any information regarding Microsoft.Interop.Security.Azroles in Windows Server 2016. Where could I find information about this?
I installed Windows Server 2016 and just installed an application that comes with the Microsoft.Interop.Security.Azroles - library bundled. It worked fine.
azman.msc also still exists in Windows Server 2016.
I am new to "XAML" and "C#". Will I be able to write application running on Windows xp, 7, 8, 8.1, 10 in C#/XAML?
When you create your application, use Net Framework 4.0.
See this post :
How to create an app for Windows XP using Visual Studio Express 2012 for Windows 8
We have a .net app developed with visual studio 2008, the release version is on x86 platform.
It takes 10 secs to launch the app after installation on Windows 7.
The launch is slower on Windows server 2008 R2 and takes 37 seconds.
I had code which checks if the OS PLATFORM was windows 2008 server, and if yes it changes the registry value
HKEY_USERS\S-1-5-18\Software\Microsoft\Windows\CurrentVersion\WinTrust\Trust Providers\Software Publishing
from 23c00 to 23e00 (this will disable the CRL check for the System account).
But this did not change the launch time. The article is at
http://social.msdn.microsoft.com/Forums/en-US/4f8fd6f4-f978-4478-ac15-a815d2e9ba1d/slow-to-start-a-app-with-uiaccess-true-on-windows-2008-r2-64bit?forum=winserver2008appcompatabilityandcertification
Any help is much appreciated.
i have to develop a windows phone 8 application with a local database, i would like to know if we can create a local database with SQLite or SQL Server Compact Edition in vs 2012 express edition, i ve installed this version but i can not find the server explorer !!!
try using SQL Server Compact Toolbox