Visual Studio during compiling the program got the following error:
Missing compiler required member 'Microsoft.csharp.runtimeBinder.Binder.Convert
Solution: We need to add a reference to Microsoft.CSharp.dll
- Right-click on the Reference in the project on the right side in Solution Explorer.

2. Select the Add Reference button …

3. Install the Microsoft Csharp by selecting in the Reference windows:

4. Now it will working fine.