diff --git a/docs/csharp/language-reference/compiler-messages/cs0518.md b/docs/csharp/language-reference/compiler-messages/cs0518.md index a0c45f1dd582b..b3ac64dc573cc 100644 --- a/docs/csharp/language-reference/compiler-messages/cs0518.md +++ b/docs/csharp/language-reference/compiler-messages/cs0518.md @@ -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.