You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-resource-manager/bicep/installation-troubleshoot.md
+1-56Lines changed: 1 addition & 56 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,61 +10,6 @@ ms.date: 03/20/2024
10
10
11
11
This article describes how to resolve potential errors in your Bicep installation.
12
12
13
-
## .NET runtime error
14
-
15
-
When installing the Bicep extension for Visual Studio Code, you may run into the following error messages:
16
-
17
-
```error
18
-
Failed to install .NET runtime v5.0
19
-
```
20
-
21
-
```error
22
-
Failed to download .NET 5.0.x ....... Error!
23
-
```
24
-
25
-
> [!WARNING]
26
-
> This is a last resort solution that may cause problems when updating versions.
27
-
28
-
To solve the problem, you can manually install .NET from the [.NET website](https://aka.ms/dotnet-core-download), and then configure Visual Studio Code to reuse an existing installation of .NET with the following settings:
See [User and Workspace Settings](https://code.visualstudio.com/docs/getstarted/settings) for configuring Visual Studio Code settings.
67
-
68
13
## Visual Studio Code error
69
14
70
15
If you see the following error message popup in Visual Studio Code:
@@ -77,7 +22,7 @@ From VS Code, open the **Output** view in the pane at the bottom of the screen,
77
22
78
23
:::image type="content" source="./media/installation-troubleshoot/visual-studio-code-output-pane-bicep.png" alt-text="Visual Studio Code output pane":::
79
24
80
-
If you see the following output in the pane, and you're using Bicep CLI **version 0.4.1124** or later, check whether you have added the `dotnetAcquisitionExtension.existingDotnetPath`configuration option to VS Code. See [.NET runtime error](#net-runtime-error). If this configuration option is present, remove it and restart VS Code.
25
+
If you see the following output in the pane, check whether you have added the `dotnetAcquisitionExtension.existingDotnetPath`setting to VS Code. If this setting is present, remove it and restart VS Code. See [User and Workspace Settings](https://code.visualstudio.com/docs/getstarted/settings) for configuring Visual Studio Code settings.
81
26
82
27
```error
83
28
It was not possible to find any compatible framework version.
0 commit comments