Top "Visual-studio-2010" questions

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

Checking whether DataReader is empty

My code does not run when the DataReader is empty. Below is my code. My work is about Date Scheduling. …

c# visual-studio-2010 datareader
TFS: submit changes done locally in one branch to another branch

I made changes to a lot of files, and in the meantime I figured I rather commit this untested code …

visual-studio-2010 tfs branch tfs-power-tools
How to run code right when a C# application starts?

I have put some code inside of the public MainWindow() {} but I kept getting some obscure XAML parsing errors as …

c# wpf visual-studio-2010 protection
Can I separate the Design Pane from the XAML Pane in Visual Studio?

Is it possible to separate the WPF window I'm designing from its XAML code? Double clicking any XAML file will …

visual-studio-2010 xaml visual-studio-2012 visual-studio-2013 visual-studio-2015
CSS file not opening in Visual Studio 2010 SP1?

I am unable to open CSS files in Visual Studio 2010 after adding to a project. It shows the following error: …

visual-studio visual-studio-2010
The Command...Exited With Code -532462766

This is the line that gives me the error. <Exec Command="&quot;$(MonoGameContentBuilderExe)&quot; /@:&quot;%(ContentReferences.…

c# visual-studio visual-studio-2010 visual-studio-2015 monogame
Get referenced project's path in T4 template?

I have a solution that has a few projects in it. I'd like to create some T4 templates in one …

c# visual-studio-2010 t4
AjaxControlToolkit.ToolkitScriptManager is not available in version 16.1.1.0

I was facing a problem with backspace button while using MaskedEditExtender, that's why I upgraded the AjaxControlToolkit from v 4.1.60919.0 to …

asp.net visual-studio-2010 ajaxcontroltoolkit toolkitscriptmanager
Where to get an up-to-date OpenGL32.lib?

this one drives me crazy. I've been searching for two days but cant find any answer. I want to develop …

c++ visual-studio-2010 opengl-3
Generate C# Class Code for Table in Visual Studio

I have multiple tables in my Server Explore database file. I want to generate auto code of Classes for tables, …

c# class visual-studio-2010 auto-generate