0

S'il vous plaît donnez-moi le lien du programme qui peut wp8 de téléphone capable exécuter mon application qui a écrit par Wp8 et VS.net 2013 et SQL Server CE 3.5.De quoi ai-je besoin pour installer sur un périphérique WP8 capable d'exécuter mon application écrite par wp8 et SQL Server CE 3.5?

Veuillez me donner le lien du logiciel que j'ai besoin d'installer sur le téléphone. SQL Server CE n'est pas explicitement pris en charge sur Windows Phone.

+0

Vous n'avez pas besoin d'installer quoi que ce soit sur l'appareil ... – ErikEJ

Répondre

-1

Enfin je l'ai trouvé réponse à ma question:

** déploiement basé sur des fichiers-privé (déploiement de la DLL SQL Server Compact dans le cadre du projet)

*** Les utilisateurs ne ont pas besoin administratif informations d'identification pour installer l'application
.
*** SQL Server Compact ne sera pas desservi par Microsoft Update. Peut également utiliser *** déploiement ClickOnce.

Pour déployer une base de données SQL Server Compact 4.0 en utilisant le déploiement basé sur des fichiers privé

To open the Project Designer, in Solution Explorer/Database Explorer, double-click My Project if you are working on a Visual 
Basic project (or Properties if you are working on a C# project). 

    Click the Publish tab. 

    Click Prerequisites and then clear the check box for SQL Server Compact. 

    Close the Project Designer. 

    Go to the directory that contains the SQL Server Compact DLLs. These are located in C:\Program Files\Microsoft SQL Server Compact 
Edition\v4.0. 

    Select the seven SQL Server Compact DLLs and copy them: 

     Sqlceca40.dll 

     Sqlcecompact40.dll 

     Sqlceer40EN.dll 

     Sqlceme40.dll 

     Sqlceoledb40.dll 

     Sqlceqp40.dll 

     Sqlcese40.dll 

    Paste the DLLs into the project in Solution Explorer/Database Explorer. 

    Select all seven DLLs in Solution Explorer/Database Explorer and open the Properties window. 

    Set the Copy to Output Directory property to Copy if newer. 

    This will replace any earlier DLLs in an existing application with the newer ones if the application is updated. 

    Click the Show All Files button in Solution Explorer/Database Explorer. 

    Expand the References node. 

    Select System.Data.SqlServerCe. 

    Set the Copy Local property to True. 

    Because your development computer has the SqlServerCe DLLs in the global assembly cache, you must configure the application to use 
the DLLs in the output directory. 

    Right-click the project in Solution Explorer/Database Explorer and select Publish to open the Publish Wizard. 

    Complete the wizard to publish the application. 

The application is ready to be installed. Go to the location you 
published to, and install the application to verify. 
+0

Ceci ne s'applique pas du tout à Windows Phone – ErikEJ

+0

Etes-vous sûr? C'est ma propre question et je trouve répondre dans ce lien de Microsoft. S'il vous plaît regardez ce site: [https://msdn.microsoft.com/en-us/library/aa983326%28v=vs.140%29.aspx –

+0

Ne s'applique toujours pas à Windows Phone ... – ErikEJ

0

Les applications basées sur Silverlight peuvent cependant utiliser LINQ-to-SQL. Voir Local database for Windows Phone.

+0

oui je sais. J'utilise linq pour sql et ma base de données est sql ce. Ma question est autre chose. –

+0

s'il vous plaît dites-moi ce que les logiciels ont besoin d'installer sur mon appareil avec OS wp8 qui me rendent capable d'exécuter sa propre application? –

+0

Vous devez expliquer votre problème plus en détail. Qu'avez-vous essayé qui ne fonctionne pas? –