Advertisement
Guest User

Untitled

a guest
Jul 26th, 2017
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. Unable to load DLL 'api-ms-win-core-processenvironment-l1-1-0.dll': The specified module could not be found.
  2. (Exception from HRESULT: 0x8007007E): DllNotFoundException
  3. at Interop.mincore.GetStdHandle(Int32 nStdHandle)
  4. at System.ConsolePal.GetStandardFile(Int32 handleType, FileAccess access)
  5. at System.Console.<>c.<get_Out>b__25_0()
  6. at System.Console.EnsureInitialized[T](T& field, Func`1 initializer)
  7. at System.Console.WriteLine(String value)
  8.  
  9. "Microsoft.NETCore.App": {
  10. "type": "platform",
  11. "version": "1.1.0"
  12. },
  13.  
  14. private void DoSomething() {
  15. LambdaLogger.Log("Log message");
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement