I'm trying to add PostSharp Logging to a .NET Framework app. I'm getting this error. How do I resolve it? Is there a way to tell PostSharp which type it should map to?
Unhandled exception (postsharp-x86-srv.exe 6.10.8 release | .NET Framework 4.8 (X86)): PostSharp.Sdk.CodeModel.BindingException: Ambiguous match: need to map 'System.Runtime.InteropServices.ImportedFromTypeLibAttribute, System.Runtime.InteropServices, Culture=neutral, Context=Runtime' and have several candidates: 'System.Runtime.InteropServices.ImportedFromTypeLibAttribute, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, Context=Reference' 'System.Runtime.InteropServices.ImportedFromTypeLibAttribute, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, Context=Reference.