IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
Navigation

Inscrivez-vous gratuitement
pour pouvoir participer, suivre les réponses en temps réel, voter pour les messages, poser vos propres questions et recevoir la newsletter

Visual Studio Discussion :

Aide suite à réinstallation VS2010


Sujet :

Visual Studio

  1. #1
    Membre actif
    Inscrit en
    Juillet 2013
    Messages
    772
    Détails du profil
    Informations forums :
    Inscription : Juillet 2013
    Messages : 772
    Points : 275
    Points
    275
    Par défaut Aide suite à réinstallation VS2010
    Bonjour,

    Je viens de restaurer mon ordinateur et je suis en train de réinstaller VS 2010 Ultimate.
    Par le passé, je ne l'ai installé qu'une fois et c'était il y a un an. A l'époque, je débutais et je me souviens avoir pas mal tatonné pour y parvenir.
    Et je ne me souviens plus de certains trucs.
    Je sais, c'est un peu la honte

    Alors si quelqu'un peut m'aider, voici 2 questions :

    1°/ Comment installer l'interface utilisateur en français ?
    J'ai essayé Outils / Options/environnement/International Settings
    Je n'ai le choix qu'entre Anglais et "Same As MS Windows"
    J'ai choisi la 2ème option mais ça ne change pas la langue


    2°/ Comment installer Sqlite de sorte que je puisse me connecter à une base SQLite dans le server explorer (point de départ pour manager un fichier Dataset.xsd)
    J'ai pourtant installé l'extension Nuget Package Manager
    Depuis le Nuget Package Manager, j'ai bien téléchargé le package System.data.SQlite

    Nom : Capture2.PNG
Affichages : 89
Taille : 42,4 Ko

    En l'état, lorsque je clique sur "se connecter à une bdd", je n'ai pas le choix SQlite
    Nom : Capture.PNG
Affichages : 90
Taille : 10,4 Ko

    Et du coup mon fichier XSD n'est pas modifiable.

    En revanche, j'arrive bien à compiler un projet créé avec SQlite J'ai cependant des messages d'alerte dans la "Immediate Window" que je ne sais pas interpréter :

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    Native library pre-loader is trying to load native SQLite library "C:\Users\noftal\Documents\Visual Studio 2010\Projects\WindowsApplication1 - Copie 63 - Copie\WindowsApplication1\bin\Release\x64\SQLite.Interop.dll"...
    SQLite warning (284): automatic index on sqlite_sq_1DB84A10(N_ref)
    SQLite warning (284): automatic index on sqlite_sq_1DB84910(N_ref)
    A first chance exception of type 'System.Data.ConstraintException' occurred in System.Data.dll
    SQLite warning (284): automatic index on t_VinsConsom(N_ref)
    SQLite warning (284): automatic index on sqlite_sq_1D709930(N_ref)
    SQLite warning (284): automatic index on sqlite_sq_1D709830(N_ref)
    SQLite warning (284): automatic index on t_VinsConsom(N_ref)
    SQLite warning (284): automatic index on sqlite_sq_1D70EEB0(N_ref)
    SQLite warning (284): automatic index on sqlite_sq_1D70EBB0(N_ref)
    SQLite warning (284): automatic index on t_VinsAchat(N_ref)
    SQLite warning (284): automatic index on sqlite_sq_1D707D30(N_ref)
    SQLite warning (284): automatic index on sqlite_sq_1D707C30(N_ref)
    SQLite warning (284): automatic index on t_VinsAchat(N_ref)
    SQLite warning (284): automatic index on sqlite_sq_1D7099B0(N_ref)
    SQLite warning (284): automatic index on sqlite_sq_1D7098B0(N_ref)
    SQLite warning (284): automatic index on sqlite_sq_1D738630(N_ref)
    SQLite warning (284): automatic index on sqlite_sq_1D738530(N_ref)
    Native library pre-loader is trying to load native SQLite library "C:\Users\noftal\Documents\Visual Studio 2010\Projects\WindowsApplication1 - Copie 63 - Copie\WindowsApplication1\bin\Debug\x64\SQLite.Interop.dll"...
    SQLite warning (284): automatic index on sqlite_sq_1DBB4A10(N_ref)
    SQLite warning (284): automatic index on sqlite_sq_1DBB4910(N_ref)
    A first chance exception of type 'System.Data.ConstraintException' occurred in System.Data.dll
    SQLite warning (284): automatic index on t_VinsConsom(N_ref)
    SQLite warning (284): automatic index on sqlite_sq_1D739930(N_ref)
    SQLite warning (284): automatic index on sqlite_sq_1D739830(N_ref)
    SQLite warning (284): automatic index on t_VinsConsom(N_ref)
    SQLite warning (284): automatic index on sqlite_sq_1D73EEB0(N_ref)
    SQLite warning (284): automatic index on sqlite_sq_1D73EBB0(N_ref)
    SQLite warning (284): automatic index on t_VinsAchat(N_ref)
    SQLite warning (284): automatic index on sqlite_sq_1D737D30(N_ref)
    SQLite warning (284): automatic index on sqlite_sq_1D737C30(N_ref)
    SQLite warning (284): automatic index on t_VinsAchat(N_ref)
    SQLite warning (284): automatic index on sqlite_sq_1D7399B0(N_ref)
    SQLite warning (284): automatic index on sqlite_sq_1D7398B0(N_ref)
    SQLite warning (284): automatic index on sqlite_sq_1D768630(N_ref)
    SQLite warning (284): automatic index on sqlite_sq_1D768530(N_ref)
    Native library pre-loader is trying to load native SQLite library "C:\Users\noftal\Documents\Visual Studio 2010\Projects\WindowsApplication1 - Copie 63 - Copie\WindowsApplication1\bin\Debug\x64\SQLite.Interop.dll"...
    Voilà, si qqun peut me dépanner, ce serait sympa

  2. #2
    Membre expert
    Avatar de GuruuMeditation
    Homme Profil pro
    .Net Architect
    Inscrit en
    Octobre 2010
    Messages
    1 705
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 49
    Localisation : Belgique

    Informations professionnelles :
    Activité : .Net Architect
    Secteur : Conseil

    Informations forums :
    Inscription : Octobre 2010
    Messages : 1 705
    Points : 3 568
    Points
    3 568
    Par défaut
    Pas sûr, mais je me demande si pour VS 2010 il ne fait pas installer spécifiquement la version FR. Je crois que c'est à partir de 2012 qu'il utilise les language packs

    Pour SQLite, je ne pense pas qu'il marche avec les XSD (je ne travaille qu'avec la version WinRT, mais je pense que c'est la même chose avec toutes les versions)
    Microsoft MVP : Windows Platform

    MCPD - Windows Phone Developer
    MCPD - Windows Developer 4

    http://www.guruumeditation.net

    “If debugging is the process of removing bugs, then programming must be the process of putting them in.”
    (Edsger W. Dijkstra)

Discussions similaires

  1. [WD14] Aide suite à un retour à WD après très longue absence
    Par jauniau dans le forum WinDev
    Réponses: 1
    Dernier message: 15/10/2012, 13h47
  2. [XL-2003] Plantages procédures VBA suite à réinstallation Excel
    Par micbail dans le forum Macros et VBA Excel
    Réponses: 1
    Dernier message: 13/06/2011, 11h30
  3. Besoin d'aide/suite de ma formation
    Par michael rossi dans le forum Etudes
    Réponses: 12
    Dernier message: 17/06/2008, 14h36
  4. [phpBB] Demande d'aide suite à erreur SQL
    Par michel93 dans le forum EDI, CMS, Outils, Scripts et API
    Réponses: 2
    Dernier message: 09/04/2008, 14h11
  5. [Conception] un peu d aide suite un probleme sur un formulaire
    Par jojojojo57 dans le forum PHP & Base de données
    Réponses: 3
    Dernier message: 29/05/2007, 18h48

Partager

Partager
  • Envoyer la discussion sur Viadeo
  • Envoyer la discussion sur Twitter
  • Envoyer la discussion sur Google
  • Envoyer la discussion sur Facebook
  • Envoyer la discussion sur Digg
  • Envoyer la discussion sur Delicious
  • Envoyer la discussion sur MySpace
  • Envoyer la discussion sur Yahoo