Common reasons why your Visual Studio projects wont build
Projects referenceing projects oncannot use ddls from old .net frameworks. I.E. Similar projects all on 4.5 need counter parts on 4.5 as well. Make sure they are not running 4.0…
Projects referenceing projects oncannot use ddls from old .net frameworks. I.E. Similar projects all on 4.5 need counter parts on 4.5 as well. Make sure they are not running 4.0…
Resources: https://www.youtube.com/watch?v=tGCuYwVzPFM https://www.youtube.com/watch?v=tGCuYwVzPFM
Team foundation connection issues. Questions: Answer: save the script as a .bat file. @echo off REM ********************************************************** REM Script for clearing Team Explorer Cache in VS/TFS 2010/2012 REM **********************************************************…
Looking for reference to a methods usage, author or other information about parts of your code. ANSWER: Type in the Visual Studio Search box "CodeLens" and make sure that the…
Change the Color Theme of the IDE On the menu bar, choose "Tools" --> "Options". In the options list, choose Environment, General. In the Color theme list at the very top,…