Hello, > > One of the libraries uses System.Xml namespace from mono 4.0.0.0, I can > compile, but at runtime I get this system:InvalidProgramException: Invalid > IL code in System.Uri:op_Equality(System.Uri,System.Uri): method body is > empty [...] >
This is most likely due to using reference assembly. We've fixed the issue recently and the fix should be included in Mono 4.8 release. As a workaround you can either target .NET 4.5 instead or disable local copy of the System.dll in Mono Develop project reference settings. Marek
_______________________________________________ Mono-devel-list mailing list [email protected] http://lists.dot.net/mailman/listinfo/mono-devel-list
