In my attempts to learn more about cross-platform development in C #, I tried to test the Banshee project. It does not compile the current form.
Therefore, I try to fix it until my knowledge is stretched.
Firstly, almost all projects break links. I thought this was the easiest part to fix. I was mistaken ... The link that is often broken is MonoPosixHelper.dll. I installed the Mono environment and in it the bin folder launched the MonoPosixHelper.dll file. When I tried to reference it, Visual Studio complains that it is not a valid assembly or a COM object. I understand the latter, because it is not a com.
So, what does this library do exactly, why is it not a valid assembly and how can I solve it?
source
share