missing compiler required member 'microsoft.csharp.runtimebinder.binder.convert'
To be able to compile you need to add a reference to
There you go!
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.
Comments
Post a Comment