Top "Visual-studio-2010" questions

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

Response.Write in particular section of Markup

I have a web application in ASP.NET, C# and MS SQL Server. I am using an external CSS Metro …

asp.net css visual-studio-2010 c#-4.0 response.write
SSRS Conditionally remove rows from a table

I am new to SSRS and need to get this working for my project(work not school) I have implemented …

visual-studio-2010 reporting-services properties rows ssrs-tablix
IronPython :- Visual Studio 2010 or SharpDevelop?

I'm considering developing a medium-size project for a client in IronPython. It's a pretty straightforward replacement for an existing system …

visual-studio-2010 ironpython ironpython-studio
InternalsVisibleTo attribute isn't working

Before I go on I did go through this InternalsVisibleTo attribute ain’t workin'! Hence the title Okay so I …

c# visual-studio-2010 reflection assemblies internalsvisibleto
Reassociate files types for visual studio 2012

I've had an install of 2012 for a while, but I've had to also just install VS 2010. As expected, all my …

visual-studio-2010 file associations
Recommended flags for a minimalistic Qt build

I am trying to build Qt because it is required for Visual Studio 2010. The build script (configure.exe) is quite …

visual-studio-2010 qt build makefile configure
Getting CPU ID on virtual machine

I am trying to use this code: public string GetCPUId() { string cpuInfo = String.Empty; string temp = String.Empty; ManagementClass mc = …

c# visual-studio-2010 virtual-machine hardware-id cpuid
Visual Studio HTML5 Validation: Element 'img' cannot be nested within element 'a'

I've run into this curious validation error in Visual Studio 2010 with HTML5 validation selected: Is this a validation error (legitimate …

visual-studio-2010 html w3c-validation
Delay activity not always working in Sharepoint 2010 workflow

Currently we have a sequential workflow in sharepoint 2010 that has a delay activity. The delay is set to five minutes. …

visual-studio-2010 sharepoint workflow workflow-foundation delay
VSIX: Getting DTE object

My Visual Studio package requires the use of an EnvDTE.DTE variable, but it always gets back as null. After …

c# .net visual-studio visual-studio-2010 vsix