> For the complete documentation index, see [llms.txt](https://help.socinformatique.fr/devisoc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.socinformatique.fr/devisoc/faq/faq-divers/mes-projets-ne-souvrent-pas-automatiquement-avec-devisoc.md).

# Mes projets ne s'ouvrent pas automatiquement avec DeviSOC

Si **DeviSOC ne s’ouvre pas avec la bonne version** lorsque vous ouvrez un projet directement (par double-clic sur le fichier `.dvs` par exemple), voici les raisons les plus probables :&#x20;

### 🔍 **1. Mauvaise association de fichiers `.dvs` avec la version souhaitée**

### 🧠 Explication

Windows ouvre le fichier `.dvs` avec **la version de DeviSOC associée par défaut**. Si plusieurs versions sont installées, cela peut être la mauvaise.

### **✅ Solution : forcer l’association avec la bonne version**

1. **Faites un clic droit** sur un fichier `.dvs` (projet DeviSOC).
2. Cliquez sur **“Ouvrir avec”** > **“Choisir une autre application”**.
3. Cliquez sur **“Parcourir”**.
4. Accédez au dossier d’installation de la bonne version de DeviSOC (ex : `C:\SOC\DeviSOC v6.X\DeviSOC.exe`).
5. **Cochez** “Toujours utiliser cette application pour ouvrir les fichiers .dvs”.
6. Validez.

<figure><img src="/files/UBz89LQ1w9oziLyieoTk" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/8d5rQTXiUJeZ6isqPTqo" alt=""><figcaption></figcaption></figure>

### 🔍 2. **Ancienne version mal désinstallée / conflit de registre**

### 🧠 Explication <a href="#explication" id="explication"></a>

Une ancienne version peut rester prioritaire dans les paramètres système (registre Windows). Cela arrive après une mise à jour ou un changement de version mal finalisé.

### **✅ Solution possible :**

* Réinstallez ou réparez la version de DeviSOC souhaitée.
* Supprimez les associations incorrectes via **Paramètres Windows > Applications par défaut**.
* Désinstaller les anciennes versions de DeviSOC


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.socinformatique.fr/devisoc/faq/faq-divers/mes-projets-ne-souvrent-pas-automatiquement-avec-devisoc.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
