Help required, error CS0131

Remember: NOBODY memorizes error codes. The code is the least useful part of the error.

The important part is the description of the error itself, the file it occurred in, and the line number and character position.

All of that information is in the actual error message and you must pay attention to it.

How to understand compiler and other errors and even fix them yourself: