Skip to content

Commit 1b18000

Browse files
Merge pull request #275629 from PatAltimore/patricka-gh-vs-extension
Add extension issue workaround
2 parents e0b24ad + 9b17c5a commit 1b18000

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,16 @@ This article assumes that you use a machine running Windows as your development
8080

8181
The IoT Edge project template in Visual Studio creates a solution to deploy to IoT Edge devices. First, you create an Azure IoT Edge solution. Then, you create a module in that solution. Each IoT Edge solution can contain more than one module.
8282

83+
> [!WARNING]
84+
> The Azure IoT Edge tools for Visual Studio extension is missing the project templates for C and C# modules. We are working to resolve the issue. If you can't create IoT Edge modules using the extension, use the following workaround.
85+
>
86+
> Download the following files and place them in the listed Visual Studio template directory:
87+
>
88+
> | Template file | Add to directory |
89+
> |---------------|------------------|
90+
> | [azureiotedgemodule-v0.0.4.zip](https://github.com/Azure/iot-edge-visual-studio-templates/raw/master/templates/vs2022/CSharp/azureiotedgemodule-v0.0.4.zip) | `%userprofile%\Documents\Visual Studio 2022\Templates\ProjectTemplates\Visual C#` |
91+
> | [azureiotedgevcmodulevs17-v0.0.9.zip](https://github.com/Azure/iot-edge-visual-studio-templates/raw/master/templates/vs2022/vc/azureiotedgevcmodulevs17-v0.0.9.zip) | `%userprofile%\Documents\Visual Studio 2022\Templates\ProjectTemplates\Visual C++ Project` |
92+
8393
In our solution, we're going to build three projects. The main module that contains *EdgeAgent* and *EdgeHub*, in addition to the temperature sensor module. Next, you add two more IoT Edge modules.
8494

8595
> [!IMPORTANT]

0 commit comments

Comments
 (0)