I am trying to build a solution with many projects, and I'm getting this error for a Windows Service project: The "GenerateResource" task failed unexpectedly. System.Runtime.InteropServices.COMException (0x80070050): The file exists. (Exception from HRESULT: 0x80070050) at Microsoft.Build.Shared.NativeMethodsShared.InprocTracking.WriteContextTLogs(String intermediateDirectory, String tlogRootName) at Microsoft.Build.Utilities.FileTracker.WriteContextTLogs(String intermediateDirectory, String taskName) at Microsoft.Build.Tasks.GenerateResource.Execute() at Microsoft.Build.BackEnd.TaskExecutionHost.Microsoft.Build.BackEnd.ITaskExecutionHost.Execute() at Microsoft.Build.BackEnd.TaskBuilder.ExecuteInstantiatedTask(ITaskExecutionHost [...] read more
I'm trying to create a very simple program which will run Notepad after two minutes (these are all simplified to make a clearer question). I tried to merge some of MSDN's examples and to my surprise everything compiled successfully, when running the program a .job task is created in C:\Windows\Tasks. [...] read more
I've recently just started working with Hyper-V, and so far it's quite nice. However, I've been running into problems with what seems like it should be the most basic of workflows. I've set up a baseline Server 2008 R2 configuration, and exported it with the intention of using the export [...] read more
I'm hoping someone has come across this - I'm trying to capture images from a document scanner using WIA, however on random machines when attempting to transfer the image result - WIA reports "The file exists. - HRESULT: 0x80070050)". On All machines with this issue, initial use of the software [...] read more
I have to add extensions to a certificate request ( CSR ) in such a way that I respect a given structure. Namely this oneASN .1 structure [https://i.stack.imgur.com/yjqD9.png] On the left is the structure I must respect for the chalenge password, on the right the structure I get when I [...] read more
I'm deleting a lot of files (around one million) on windows server 2012 via cmd. I want them to go to the recycle bin, so I'm not using the del command, but the recycle.exe of CmdUtils. The problem is that sometimes cmd stops with the message: > An unexpected error [...] read more
I created my list and workflow that starts automatically on new entry on list. I have another workflow that checks my list and waits for my column to come be a specific status. Then that workflow create entry in doc library. After creation I tested it a lot and everything [...] read more
Recently a guy from our 3rd line team thought it would be funny to delete my account from AD. This has now been re-added. Everything is back to normal apart from my Access to Sharepoint sites. I am getting The file exists. (Exception from HRESULT: 0x80070050) Error on all sites. [...] read more