Skip to content

Commit cc45c64

Browse files
CopilotBillWagner
andauthored
Add obj/bin folder deletion solution to CS0518 compiler error documentation (#47627)
* Initial plan * Add obj/bin deletion solution to CS0518 documentation Co-authored-by: BillWagner <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: BillWagner <[email protected]> Co-authored-by: Bill Wagner <[email protected]>
1 parent 74706a4 commit cc45c64

File tree

1 file changed

+2
-0
lines changed
  • docs/csharp/language-reference/compiler-messages

1 file changed

+2
-0
lines changed

docs/csharp/language-reference/compiler-messages/cs0518.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,5 @@ The main cause for this problem is that the project cannot access the predefined
5252
- Reinstall the .NET Framework common language runtime (if the previous solutions do not solve the problem).
5353

5454
- Reload the project in Visual Studio.
55+
56+
- Close Visual Studio, delete the `obj` and `bin` folders from your project directory, then reopen Visual Studio and rebuild the project.

0 commit comments

Comments
 (0)