Hi All,
I was wondering if anyone can explain this erorr to me. I'm using the C# Mono Compiler on XP and am trying to reference a dll file, but I receive an error saying the dll has invalid assembly metadata.
I'm using the command "gmcs source.cs -r:<path to dll>"
I'm sure the dll is a valid file for I've used it in VB. Any help is much appreciated.