Visual Studio 2010 is an integrated development environment (IDE) from Microsoft.
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 prerequisitesI have inherited a solution file that uses a MSBuild script to compile multiple solutions. The majority of projects are …
visual-studio-2010 static-code-analysisI'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-signingThere were three similar questions in StackOverFlow but none gave an answer.. If have found why this error in occurring …
vb.net visual-studio-2010 dataset sql-server-2008-r2 strongly-typed-datasetOn the current project I am working on, there is, at the moment, a large churn of code, which means …
visual-studio visual-studio-2010 reloadI 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-eventWhat is the equivalent to __builtin_popcount as found in GCC and Clang, for MSVC-10?
visual-studio-2010 visual-c++ built-inI 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-inheritanceI 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 datacontractserializerI'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