Advertisement
Guest User

Untitled

a guest
Oct 26th, 2016
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. Unhandled Exception: System.ArgumentException: An item with the same key has already been added. Key: TMP
  2. at System.ThrowHelper.ThrowAddingDuplicateWithKeyArgumentException(Object key)
  3. at System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add)
  4. at System.Diagnostics.ProcessStartInfo.get_Environment()
  5. at Microsoft.DotNet.Cli.Utils.Command.EnvironmentVariable(String name, String value)
  6. at Microsoft.DotNet.Cli.Utils.Command.ForwardStdErr(TextWriter to, Boolean onlyIfVerbose, Boolean ansiPassThrough)
  7. at Microsoft.DotNet.Cli.Program.ProcessArgs(String[] args, ITelemetry telemetryClient)
  8. at Microsoft.DotNet.Cli.Program.Main(String[] args)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement