Created
August 6, 2015 10:09
-
-
Save directhex/2bc32d21c0b25fcecdb8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Unhandled Exception: | |
System.BadImageFormatException: Could not resolve field token 0x04000105 | |
File name: 'NuGet.Core' | |
at NuGet.Program.Main (System.String[] args) [0x00000] in <filename unknown>:0 | |
[ERROR] FATAL UNHANDLED EXCEPTION: System.BadImageFormatException: Could not resolve field token 0x04000105 | |
File name: 'NuGet.Core' | |
at NuGet.Program.Main (System.String[] args) [0x00000] in <filename unknown>:0 |
So after I've updated to:
Mono JIT compiler version 4.2.1 (Stable 4.2.1.60/804ddbc Sun Oct 18 21:49:38 UTC 2015)
Copyright (C) 2002-2014 Novell, Inc, Xamarin Inc and Contributors. www.mono-project.com
TLS: __thread
SIGSEGV: altstack
Notifications: epoll
Architecture: amd64
Disabled: none
Misc: softdebug
LLVM: supported, not enabled.
GC: sgen
I still see the same resolution problem?
Sorry, my mistake:
git branch --all --contains cdb098617af97c6af76e9048af62e8e5e778b5b6 | grep mono
remotes/origin/mono-4.3.0-branch
remotes/origin/mono-4.3.0-newtls
So that there's not release with the fix out there.
I can confirm that rebuilt mono package from source works for me ;)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ok, got it 'git log 5ab4c0d' does not contain the commit. I'll update my mono package.