Rainy icon indicating copy to clipboard operation
Rainy copied to clipboard

Missing method .ctor in assembly rainy-nightly-a3962b/Rainy.exe

Open igorsantos07 opened this issue 10 years ago • 0 comments

This is what I get after running the last nightly:

root:/opt/rainy# mono --debug Rainy.exe -c settings.conf -vvvv
Missing method .ctor in assembly /opt/rainy-nightly-a3962b/Rainy.exe, type System.Runtime.CompilerServices.ExtensionAttribute
Can't find custom attr constructor image: /opt/rainy-nightly-a3962b/Rainy.exe mtoken: 0x0a000152

Unhandled Exception: System.TypeLoadException: Could not load type 'System.Runtime.CompilerServices.ExtensionAttribute' from assembly 'Rainy'.
[ERROR] FATAL UNHANDLED EXCEPTION: System.TypeLoadException: Could not load type 'System.Runtime.CompilerServices.ExtensionAttribute' from assembly 'Rainy'.

igorsantos07 avatar Dec 04 '14 22:12 igorsantos07