c# mono interop - Unrecognized configuration section dllmap
问题 I understand: when I put dllmap into app.config so that mono can find the linux flavor of the native dll, I upset the windows based configuration system as there is no configuration section defined for it. I can see I have some options: add a dummy section for it - this would fail for multiple dllmap elements so I don't think that is the answer bother with different configurations per platform - I'd rather avoid that extra work So question is, how do you silence the error on windows? <?xml