Mike Therien
Mike Therien
I'm having this problem as well. If I run the native Remote Desktop Client the problem goes away. My guess is the problem is in the Terminals app. I tried...
I also have this problem. Has a workaround been found?
I found a workaround... The problem is when the data property is bound to the component, the settings value is null because it hasn't been bound yet. Apparently the binding...
[kromb@5/23/2016] A simple visual studio solution which can not be parsed by sln tools. It is enought to add empty line between GlobalSections to crash parsing. Sometimes VS creates such...
[Kfehriba@6/10/2010] Found the issue. There were some artifacts left from previous bad merges where the Global definition of the project, i.e. SccProjectNameX SccProjetPathX etc., but the actual Project definition did...
[UnknownUser@2/14/2013]
[kaistizen@9/30/2010] Found what caused this issue. My codes are like: using (var reader = new SolutionFileReader(fullPath)) { SolutionFile slnFile = reader.ReadSolutionFile(); ReadSolutionFile() doesn't set its internal member property SolutionFullPath. The...
[UnknownUser@2/14/2013]
I too would like to see this. I have implemented a workaround. It doesn't do exactly what you need but it is something... ```c# DataServiceContext.Configurations.RequestPipeline.OnEntryEnding((arg) => { var jsonObject =...