Skip to content

Commit a43968e

Browse files
authored
Merge pull request #83238 from AndresPad/master
Update how-to-visual-studio-develop-module.md
2 parents 78b774c + b25f655 commit a43968e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/iot-edge/how-to-visual-studio-develop-module.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,9 @@ To initialize the tool, provide an IoT Edge device connection string from IoT Hu
158158

159159
Typically, you'll want to test and debug each module before running it within an entire solution with multiple modules.
160160

161+
>[!TIP]
162+
>Make sure you have switched over to the correct Docker container mode, either Linux container mode or Windows container mode, depending on the type of IoT Edge module you are developing. From the Docker Desktop menu, you can toggle between the two types of modes. Select **Switch to Windows containers** to use Windows containers, or select **Switch to Linux containers** to use Linux containers.
163+
161164
1. In **Solution Explorer**, right-click the module folder and select **Set as StartUp Project** from the menu.
162165

163166
![Set Start-up Project](./media/how-to-visual-studio-develop-csharp-module/module-start-up-project.png)

0 commit comments

Comments
 (0)