I am unable to run any of my virtual machines with a network connection. I get this error when I try to start them: Synthetic Ethernet Port: Failed to finish reserving resources with Error 'Insufficient system resources exist to complete the requested service.' (0x800705AA). (Virtual machine ID 8787....-....-....-....-........) Does anyone [...] read more
I'm trying to capture the video using the jxcapture. I manage to do so just for once but when I'm trying to capture second time the video in the same program I got into troubles. My code is the following: public VideoCapture videoCapture = VideoCapture.create(VideoFormat.WMV); public CaptureVideoFromWebCamera(){} public void start(String [...] read more
I have a State-full service fabric application running in a cluster.. I have about 20 State-full applications running in the same cluster. i have used TraceEventSession for correlation purposes. My cluster is having 10 nodes. When i deploy an application i am able to see the TPL session running active [...] read more
On Windows Server 2008 R2, trying to start a VM named 'TFS' in Hyper-V Manager displays the following message: > Hyper-V Manager > > An error occurred while attempting to start the selected virtual machine(s). > > 'TFS' could not initialize. > > Failed to create partition: Insufficient system resources [...] read more
I have written a form based application in vb.net using Visual Studio 2017 - within Visual Studio it runs successfully. However, after publication and upon running the app, I receive the error message: > Following failure messages were detected: + Insufficient system resources > exist to complete the requested service. [...] read more
Every time I try to start Docker now I get this error message. In typical style, the Docker support team is not responding with helpful hints or a fix, other than "Try Resetting to Factory Settings", which results in a similar error (see below). I have 32 GB RAM installed [...] read more
I'm trying to use Out-Process Logging using Semantic Logging Application Block. I have downloaded and installed out of process service from here, changed the event source name to point to my source name. But on running the service I get following error: Message : A fault was detected while processing [...] read more
I am trying to deploy a WPF Prism application using ClickOnce Deployment. I have followed the following steps (http://msdn.microsoft.com/en-us/library/gg405497(v=pandp.40).aspx) 1. Publishing an Initial Version of the Shell Application 2. Updating the Manifests to Include Dynamically Loaded Module Assemblies - I have used Mage to include the dynamically loaded modules. and [...] read more
I want to know if the exception is a "memoryoverflow exception" for example. But if the language on the Operating system is not English but Chinese for example or German, the message changes. And I cannot look the the message string anymore. On MSDN I have not found a exception [...] read more
We have our Staff printers policy applied to our Staff users OU. This policy has ~60 printers deployed as Shared printers via Preferences. All bar 2 of these printers are item level-targeted to OUs or security groups containing computers. The remaining 2 printers are our large copier devices which every [...] read more
I have a question regarding Hyper-V on Windows Server 2008 R2 (Standard). After installing and configuring Hyper-V via adding a role in the server manager, i am able to start VM only if they have less than 1388 MB of memory configured. (figuring this value out required a bit of [...] read more
I have used the sample code of DirectShow in order to record a video. however, I want to display the video during recording as well. But I can't do it at the same time, this error always shows: ' Const VIDEODEVICE As Integer = 0 ' zero based index of [...] read more