TFS/GIT in VS Cannot switch to master because there are uncommitted changes

Okay, I had the same issue myself as rwkiii – this is a bug in Visual studio and is not an easy one to fix. Here are the symptoms: Visual Studio states that you cannot merge/switch braches/etc. because you have uncommitted changes – which is fine, except all your changes have been committed. Cannot switch … Read more

False positive: precondition is redundant

I know this doesn’t directly answer your question, but it appears you’re using a legacy mode for Code Contracts. This document describes the recommended assembly mode based on usage requirements: http://research.microsoft.com/en-us/projects/contracts/userdoc.pdf From Pages 20, 21… Another snippet from the document: 5.1.1 Assembly Mode The contract tools need to know which usage mode you choose. If … Read more

Using Microsoft OCR Library with JS/jQuery in VS 2013

This look like a VS Tools for Apache Cordova (TACO) issue. As a workaround you can open platforms\windows\CordovaApp.sln, switch architecture to x64, add Nuget package to the CordovaApp.Windows project references, save (build will fail because of an issue in the PreBuild event: <PreBuildEvent> cd /d $(MSBuildThisFileDirectory) node -e “require(‘C:\\Users\\{username}\\AppData\\Roaming\\npm\\node_modules\\vs-tac\\lib\\hooks.js’).updateAppxManifest(‘C:\\ocrTest\\ocrTest\\platforms\\windows’,’C:\\ocrTest\\ocrTest\\platforms\\windows\\..\\..\\’)” </PreBuildEvent> you can also try to … Read more

All project references have yellow triangles every time solution is loaded

I had similar issues and it usually comes down to the Target Framework (Project>Properties>Application). I was working on a solution using .NET 4.6 and for some reason the default framework for new projects have a different target (in my case it was 4.5.2). So make sure you check all your project at the very least … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)