If you get this error in Visual Studio here is the fix:
running the command 'devenv /installvstemplates'
No Visual studio template information found. See application log in Event viewer for more details
Saturday, January 29, 2011
Sunday, January 23, 2011
3-min. Quickie: Compiling C++ Projects using only the Windows SDK and the Command Prompt
In case you don't want to go through the time and hassle of installing the full Visual Studio 2010.
This task is really useful if you want to perform automated builds on your own machine or you need to perform builds on a machine that doesn't need Visual Studio, such as a build server. However, this is not really a substitution for having Visual Studio for development.
This task is really useful if you want to perform automated builds on your own machine or you need to perform builds on a machine that doesn't need Visual Studio, such as a build server. However, this is not really a substitution for having Visual Studio for development.
Subscribe to:
Posts (Atom)