Top "Visual-studio-2010" questions

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

Enabling Download prerequisites from the same location as my application

I currently have a winforms app that is deployed via clickonce deployment. When I try to deploy it from 1 machine …

visual-studio-2010 deployment visual-studio-2012 clickonce prerequisites
Disable Code Analysis for Some Projects using MSBuild

I have inherited a solution file that uses a MSBuild script to compile multiple solutions. The majority of projects are …

visual-studio-2010 static-code-analysis
Application signing/verification

I'm relatively new to Windows development, but have just finished a small project. I want to make my application "verified" …

c# windows visual-studio-2010 manifest code-signing
Make Visual Studio auto reload solution when project files change

On the current project I am working on, there is, at the moment, a large churn of code, which means …

visual-studio visual-studio-2010 reload
Post build SET command and %variable% error

I am a batch newbie and I might have made a mistake. But I have the following post-build event: IF $(…

visual-studio-2010 command-line batch-file post-build-event
MSVC equivalent to __builtin_popcount?

What is the equivalent to __builtin_popcount as found in GCC and Clang, for MSVC-10?

visual-studio-2010 visual-c++ built-in
.NET inherited (WinForms) Form - VS designer issue

I have several forms in a C# application. I use Visual Studio 2010 Beta, but .NET 3.5 and C# 3. I have a …

c# winforms visual-studio-2010 visual-inheritance
Exception: Maximum number of items that can be serialized or deserialized in an object graph is '65536'

I looked at others posts, but I didn't find solution to my problem. My service config file: <?xml version="1.0" …

c# visual-studio-2010 wcf serialization datacontractserializer
Visual Studio 2010 doesn't generate Resource (Resx) designer code if file is localized

I've just come across the weirdest behavior in Visual Studio 2010 while working with Resx resource files and I just can't …

visual-studio-2010 resx