missing compiler required member 'microsoft.csharp.runtimebinder.binder.convert'

To be able to compile you need to add a reference to Microsoft.CSharp.dll.

Follow the steps below:
1. Right click on references
2. Click on add reference and a modal with the left menu (assemblies, projects, COM and browse) will appear.
3. Click Assemblies
4. Check Microsoft.CSharp and click Ok.
5. Clean and build your project and the error should disappear.


 There you go!



Comments

Popular posts from this blog

SQL Interview Questions and Answers

Generic Interface and Factory Pattern in C#

How to get device info IMEI programmatically in xamarin android