Top "Visual-studio-2010" questions

Visual Studio 2010 is an integrated development environment (IDE) from Microsoft.

Open a file in Visual Studio's CSS Source Editor

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 dotless
C# Logitech G19 SDK getting started?

Does 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 logitech
Assembly Binding Redirection and Code Analysis

I'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 assemblybinding
How can I profile Signed Assemblies with VS 2010 or VS 2013

I have a website that uses AjaxControlToolkit.dll and Log4Net.dll. When I try to run the performance profiling …

visual-studio-2010 profiling instrumentation strongname
Why does FileSystemWatcher fire twice

why does the FileSystemWatcher fire twice? Is there an easy way to fix it? Surely if I update or edit …

vb.net visual-studio-2010 filesystemwatcher
T4 Compiling transformation: The type or namespace name 'Template' could not be found

I 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-toolbox
.crt section? What does this warning mean?

I'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-initializer
Why does Microsoft.ReportViewer.WebForms 8.0.0.0 not appear in the Visual Studio 2010 "Add References" dialog?

I'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-dialog
Sending email through SMTP fails : MailBox name not allowed

I 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