Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/csharp/language-reference/compiler-messages/cs0518.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,5 @@ The main cause for this problem is that the project cannot access the predefined
- Reinstall the .NET Framework common language runtime (if the previous solutions do not solve the problem).

- Reload the project in Visual Studio.

- Close Visual Studio, delete the `obj` and `bin` folders from your project directory, then reopen Visual Studio and rebuild the project.
Loading