Visual Studio 2010 is an integrated development environment (IDE) from Microsoft.
I am using Phil Haack's T4CSS T4 template based on .less One bad thing about Phil's solution is that …
css visual-studio-2010 visual-studio less dotlessI am workign with a central Team Foundation Server (2010) and I connect to it from my workstation. On my workstation …
visual-studio-2010 version-control visual-studio-2012 source-control-explorerDoes anyone have a sample, tutorial or a link on how to use the Logitech G19 keyboard SDK with Visual …
c# visual-studio-2010 keyboard lcd logitechI'm using DotNetOpenAuth (which references System.Web.Mvc version 1.0.0.0) in a Mvc 3.0.0.0 project in Visual Studio 2010. I'm using assembly binding …
visual-studio-2010 visual-studio code-analysis assemblybindingI have a website that uses AjaxControlToolkit.dll and Log4Net.dll. When I try to run the performance profiling …
visual-studio-2010 profiling instrumentation strongnamewhy does the FileSystemWatcher fire twice? Is there an easy way to fix it? Surely if I update or edit …
vb.net visual-studio-2010 filesystemwatcherI am trying to generate a Xaml file using Template T4 and defining a reusable file Xaml.tt like this &…
visual-studio-2010 code-generation t4 t4-toolboxI've got this warning recently (VC++ 2010) warning LNK4210: .CRT section exists; there may be unhandled static initializers or terminators I'm …
c++ visual-studio-2010 msvcrt critical-section static-initializerI'm creating a web application project targeting .NET 3.5 that needs to use the Reporting Services 2005 report viewer control (8.0.0.0) to view …
visual-studio-2010 reporting-services reportingservices-2005 add-references-dialogI am trying to send an email through an SMTP server but it fails giving me the following error: MailBox …
c# visual-studio-2010 smtp system.net