Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Genevieve Warren <[email protected]>
  • Loading branch information
adegeo and gewarren authored Apr 19, 2024
1 parent c360813 commit 0ef90e8
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Design-time error troubleshooting
description: Learn about some of the common errors that occur when the Windows Forms Designer fails to load. This article may help you troubleshoot those errors.
description: Learn about some of the common errors that occur when the Windows Forms Designer fails to load. This article might help you troubleshoot those errors.
ms.date: 07/19/2023
ms.topic: troubleshooting
f1_keywords:
Expand All @@ -27,18 +27,18 @@ The error window is made up of various parts.

The yellow collapsible bar is created for every error, grouped by description. The bar describes the compiler error preventing the designer from loading property. It includes these details:

- The file error resides in.
- The file the error resides in.
- The column and row in the file where the error occurs.
- An error code.
- A description of the error.
- A link to navigate directly to the error.

- Instances of this error

When the yellow error bar is expanded, each instance of the error is listed. Many error types include an exact location in the following format: _\<project name>_ _\<form name>_ Line:_\<line number>_ Column:_\<column number>_. If a call stack is associated with the error, you can select the **Show Call Stack** link to see it. Examining the call stack may further help you resolve the error.
When the yellow error bar is expanded, each instance of the error is listed. Many error types include an exact location in the following format: _\<project name>_ _\<form name>_ Line:_\<line number>_ Column:_\<column number>_. If a call stack is associated with the error, you can select the **Show Call Stack** link to see it. Examining the call stack might further help you resolve the error.

> [!IMPORTANT]
> The elements of an error may vary based on the code language you're using.
> The elements of an error might vary based on the code language you're using.
- Help with this error

Expand All @@ -56,7 +56,7 @@ Much the time an error can be cleared by cleaning and rebuilding the project or
01. Right-click on the solution or project, and select **Clean**.
01. Right-click on the solution or project, and select **Rebuild**.

You can also try to delete the _bin_ and _obj_ folders from the project folder. This may clear a temporary file that doesn't seem to get cleaned and may cause a **restore** action to happen, fixing a bad dependency.
You can also try to delete the _bin_ and _obj_ folders from the project folder. This might clear a temporary file or cause a **restore** action to happen, fixing a bad dependency.

Use the following section to triage common design-time errors.

Expand Down

0 comments on commit 0ef90e8

Please sign in to comment.