I get the following error in the Ouput window: D:\{solutionPath}\.nuget\nuget.targets(76,9): error : D:\{solutionPath}\.nuget\nuget.targets(76,9): error : Unhandled Exception: OutOfMemoryException. D:\{solutionPath}\.nuget\nuget.targets(76,9): error MSB3073: The command ""D:\{solutionPath}\.nuget\nuget.exe" install "D:\{pathToConfigLocation}\packages.config" -source "" -o "D:\{solutionPath}\packages"" exited with code -1. The above is with the NuGet.targets as it comes. D:\{solutionPath}\.nuget\nuget.targets(76,9): error : D:\{solutionPath}\.nuget\nuget.targets(76,9): error : Unhandled [...] read more
I'm getting following error when I launch docker interactive mode. Windows PowerShell Copyright (C) 2016 Microsoft Corporation. All rights reserved. The shell cannot be started. A failure occurred during initialization: Could not load file or assembly 'System.Data, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies. The paging file is too [...] read more
I have Small size (x2) cloud service running and operating just fine for 4-6 days but then it becomes unresponsive and requires manual restart through Azure portal to get it back online. Windows event logs show that virtual memory is running low. After 2-3 days I start getting: > Windows [...] read more
I'm running my code on a cluster and I'm seeing a problem that I cannot replicate locally, and do not see the reason for. So, the program starts spuriously throwing OutOfMemoryException's in random places all over the code. Moreover, looks like this might have to do with something having broken [...] read more
I've installed Jenkins on to a Windows 10 machine and receive the following error when attempting to authenticate to github using Username and password credentials within the Source Code Management section: Failed to connect to repository : .... returned status code 128: stdout: stderr: Logon failed, use ctrl+c to cancel [...] read more
i'm having a big problem when try to build on jenkins This exception is due to a routing convention When using this [HttpPost, Route(@"{appName:regex(^[A-Za-z0-9, ]+$)}/{moduleName:regex(^[A-Za-z0-9, ]+$)?}")] although on my local it works, when try to deploy on jenkins it fails to build the project either i get this > Unhandled [...] read more