Created
April 19, 2016 14:42
-
-
Save nosami/b27a3fe4e1423a65fea24735e256736e to your computer and use it in GitHub Desktop.
same error
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
| jason ~/src/kestrel-classic $ cp ./packages/Microsoft.AspNetCore.Server.Kestrel/runtimes/osx/native/libuv.dylib build/ | |
| jason ~/src/kestrel-classic $ mono build/kestrel-classic.exe | |
| Unhandled Exception: | |
| System.TypeInitializationException: The type initializer for 'System.Diagnostics.DiagnosticSourceEventSource' threw an exception. ---> System.TypeLoadException: Could not load type 'System.Diagnostics.Tracing.EventSourceSettings' from assembly 'System.Diagnostics.Tracing, Version=4.0.20.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. | |
| at System.Diagnostics.Diagnostic |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment