0
votes
1answer
47 views

VS2010 not obeying Output Path

I have a VS2010 Web Application Project that's compiled to bin\subdir\ via Output Path and without build events. There's a few other projects that my main project is referencing but for some reason ...
0
votes
0answers
4 views

Linked project references aren't being copied to target folder

I have 2 c++ projects in a solution. ExecB (an executable) depends on ProjA (a dll). So in ExecB's properties I add ProjA as a reference, and select Copy Local = true. The problem is, ProjA's dll ...
0
votes
0answers
23 views

build events for both release and debug mode

I have the following rule for post-build events copy "$(TargetDir)$(TargetFileName)" ..\..\impld\ It works fine for release build but when I build in debug mode I get error MSB3073: The command " ...
0
votes
0answers
22 views

When I change one project in a solution, several other projects are rebuilt

I have a large Visual Studio 2010 solution with many C# projects in it. When I build the solution, then change one project in it (add a couple of Console.WriteLine statements) and build it again, ...
0
votes
0answers
53 views

Visual Studio 2010 does not automatically build library when Start Debugging, but builds it on “Build Solution”

I have a solution that have several projects: Main project references library A. Library A does not reference any project in the solution. Library B references the main project for extensibility. ...
-1
votes
2answers
68 views

Visual studio 2010: Where is variable like $(…)? [closed]

I would like to know where variables like$(...) are declared and how to define a custom one. I mean, when you open a C# project configuration file (.csproj) there are a lot of variable like: ...
0
votes
0answers
28 views

Trouble with intermittent failure of a custom VS build task

I have a custom build task which uses the AssemblyInfoTask MSBuild extension to automatically set the assembly and file versions of projects in the solution when they're built. Initially, this project ...
1
vote
2answers
132 views

In a post build script how to check if the system is a 64 or 32 bit

In Visual Studio 2010, in a post build script, I need to copy one of these files to the "bin" dir: myLib32.dll or myLib64.dll depending on the architecture of my machine. Is there a way to check ...
1
vote
1answer
123 views

Build two VS2010 C++ projects into the same output folder

I have two projects in the same VS 2010 solution. They are reusing same code and I want VS2010 to build both projects' Executables into the same output folder. Apparently this is not trivial even ...
3
votes
1answer
766 views

Step by step, how do I add a custom build step for every file of a given type in Visual Studio 2010?

The Problem I have a bunch of custom files in a visual studio 2010 project. I need to run a tool on those custom files when they change. The tool generates .h files included by existing .cpp files. ...
0
votes
0answers
174 views

why i failed to build mysql using cmake on windows?

mysql is a nice piece of code which worth study:) now i am about to build mysql on windows 7 x64 system using vs 2010. in fact, i failed to build mysql on windows both using cmake and visual studio ...
1
vote
0answers
425 views

Output window VS2010 won't show any messages after builing solution

I am using Visual Studio 2010 Ultimate and suddenly the output window won't show any messages after building solution. For example: 1>------ Build started: Project: libdnet-stripped, ...
0
votes
1answer
84 views

Building mutliple C# solutions at a once from command line with Visual Studio 2010

There are 20 to 30 C# solutions in one root folder. I would like to automate the build of all these solutions at a once using Visual Studio Command prompt. I tried MSBUILD and CSC. But i didn't get ...
0
votes
1answer
67 views

How to add lab process step that starts a RDP session?

Im working with VS2010 and TFS and the Coded UI tests (CUIT). I created some CUIT and added them to several Test Cases in Microsoft Test Manager 2010. These tests are executed in our ...
6
votes
5answers
688 views

Visual Studio 2010 - Debugging / Build Problems

I am using Visual Studio Professional 2010 and the Team Foundation Server Express (beta). My VS Project (C#.Net / WPF) has been migrated from VS 2008 (without TFS) to VS 2010 (with TFS). Whenever I ...
3
votes
2answers
212 views

How to find “slow” places when building a solution on VS2010?

Is there an instrument that can find me a place in my project which takes so long to build? Like performance profiler, but for the build process of Visual Studio. P.S. I tried profiling my Visual ...
4
votes
1answer
695 views

Configure VS to re-run pre-build script when header files change?

I have a perl script in my VS2010 build that autocodes a header file using several header files as input. In other words, script.pl reads a.h, b.h, c.h, and generates z.h How can I set up a ...
3
votes
2answers
305 views

Keeping projects in sync across multiple .NET versions

I need to create some core libraries within my application which will be available in both .NET 3.5 and .NET 4.0. I'm happy creating multiple projects, creating the required defines and using #ifdef ...
0
votes
1answer
117 views

Change log and version control with visual studio 2010 and tfs

Whats the right method of version controlling my product? I am using TFS and visual studio 2010. Currently I am working alone on my project, so its not a team management workflow. I don't think that I ...
3
votes
2answers
962 views

Setting up subproject in Microsoft Visual Studio 2010

I am developing Windows code in C using Visual Studio 2010. I am working on several related projects: a static library, a DLL, and an executable. The DLL should have the static library linked in, ...
-3
votes
3answers
892 views

How to make visual studio display all possible errors/Warnings and not letting it stop the build process

Let's say that I have a set of header files .h , and a set of .cpp files I start the build process What I want is that the VS2008 must show me all the errors/Warnings in all the files It simply ...
0
votes
1answer
2k views

(ASP.NET) Project file must include 'WindowsBase, PresentationCore, PresentationFramework'

I'm seeing an inscrutable compile error in my ASP.NET application. Project file must include the .NET Framework assembly 'WindowsBase, PresentationCore, PresentationFramework' in the reference ...
0
votes
0answers
117 views

No idea how to conditionally link static libraries in Visual Studio outside of preprocessor macros in a file

I'm using Visual Studio 2010 on Windows 7. My project is written in C++. There is a header file that has a lot of preprocessor logic to determine what version of a particular static library to link. ...
1
vote
1answer
193 views

Where should code signing be placed in the build/publish process?

I've only recently come into the pleasure of being able to sign executables. Now I'm trying to establish a proper place in our build/publish process where assemblies should be signed. My first ...
4
votes
1answer
1k views

Create multiple versions of a project in Visual Studio using Build Configurations

I neeed to create multiple versions of my project using configuration just like we do with #define, #if, #endif. The down side of using these preprocessor directives is that I need to define symbols ...
2
votes
1answer
492 views

Edit build definition error message

I get this error every time I try to edit a build definition under Visual Studio 2010. I would get the following message "There were 0 failures, 6 errors and 0 warnings loading custom activities and ...
0
votes
2answers
280 views

VS 2010 Solution depending on another Solution

I Have 2 solutions (lets say Master Framework M and Slave Project S). M is used by many solutions of the S kind. In my build process I build all the DLL from M and THEN use them in S. While working I ...
0
votes
2answers
151 views

No option to open the Build process Workflow Designer

I have a build process in TFS and I'm using Visual Studio 2010. I can view the build process in the default xml editor, but I want to open it in the Workflow Designer. Mostly there will be an option ...
0
votes
1answer
125 views

Building a VS2010 project consumes extra resources

I have many projects I work on normally, but I have one that consumes a max of CPU resources after building, system (windows server 2008) becomes very slow . and this issue has started last week, I ...
2
votes
1answer
3k views

Disabling the *.vshost.exe and miscellaneous files from being created on build

I found the following information about the Microsoft Visual Studio "extra" files: What is the purpose of vshost.exe file? My question is, is there a way that I can NOT have the .pdb, .manifest and ...
0
votes
2answers
273 views

Building Subversion on Windows 7 with Visual Studio 2010

I'm currently trying to build subversion 1.7.3 with Visual Studio 2010 SP1 on Windows 7 SP1. I'm not really experienced in building open source software myself, but it's not always easy to find a ...
1
vote
0answers
112 views

Switching a solution between assembly references and project references

We have a .NET 4.0 solution which contains a Fortran 95 for Windows project whose output is a managed DLL. The solution builds a Winforms app which uses this managed DLL. The Visual Studio plugin ...
0
votes
1answer
834 views

Release configuration build, debug doesn't

I'm developing an AutoCad plugin (MFC dll), I'm using Visual Studio 2010 and C++. Until now I was building the project with release configuration (both 32 and 64 bits), with no problems (I've test the ...
5
votes
4answers
527 views

Build-time code validation and generation based upon code files across projects

I'm looking for a method that let's me validate code and generator code as part of the build process, using Visual Studio 2010 (not express) and MSBuild. Background Validation: I'm writing a RESTful ...
0
votes
3answers
1k views

Automating publish Visual Studio 2010 functionalities?

I've read a few good posts on automating build processes, however, what I'm interested in is not just a build process, but publishing. I have several websites and services that use a base model. ...
1
vote
1answer
412 views

Visual Studio 2010 custom output path for references

I have VS2010 project with several third-party references. Is there any way to automatically output these references to $(OutputPath)\Libraries instead of just $(OutputPath)? Right now I have a ...
3
votes
2answers
661 views

TFS 2010 - Custom Build Activities are not deployed

Within my teambuild we use custom build process activities, which are deployed at \BuildProcessTemplates\CustomAssemblies\MyActivities.dll The build controller is configured to load the assemblies ...
0
votes
1answer
152 views

Build tools for automating deployment to Azure?

Are there any Visual Studio or command-line build tools that target deploying to Azure? My co-founder and I are constantly pushing new bits to both our staging and production servers on Azure, but we ...
1
vote
0answers
21 views

In VS2010, is there a way to automatically close Server Explorer connections to Database pre-Execute/Debug?

When I run my application, it drops and re-creates a database. Between runs, I typically use the VS2010 server explorer view to look at various database objects. If I forget to right-click the node ...
1
vote
1answer
195 views

Is it possible to perform Web.config transformations without publishing?

I am using VS2010, and I understand that when I publish a web application, the Web.config I am using is transformed based on the build settings. i.e. When I choose Debug, it uses my development SQL ...
2
votes
0answers
275 views

Causes for slow build times of visual studio resource (.resx) files when using build solution in an asp.net website

I am working with an asp.net website and the App_LocalResources folders are very slow to compile. Could there be a problem with the resource files (.resx) files that would cause this? My language ...
5
votes
2answers
628 views

ASP.net Web Forms, get aspx/view errors at compile time?

I know this can be done with mvc2, but is there any way for visual studio(2010)/resharper(6) to check for errors on aspx pages at compile time and halt the build? Resharper can detect the errors just ...
2
votes
2answers
463 views

How to Implement TFS InvokeProcess to run under other credentials

I'm using TFS (VS 2010) Build Definitions and XAMLs to build apps to different environments. Now, we need to push these builds to Production servers which require different credentials than what the ...
8
votes
4answers
865 views

Why is the Workflow Designer so extremely slow when editing build process templates?

There's not much more to add really than the above question. I have a fairly simple build process template, which has hardly deviated from the default one. I have two custom activities, which by ...
6
votes
3answers
780 views

Can I force Visual Studio to use only a Release build configuration for my production publish profile?

I have two publish profiles defined for my project in Visual Studio 2010: one uses ftp for production and the other copies to my local file system for debugging and day to day development. I have ...
0
votes
1answer
247 views

Robocopy error in Visual Studio 2010 ported project

I've ported a C++ project from VS 2005 to 2010. When it compiles it gives the error below when using rc (robocopy) to copy project outputs. I can't find any place to configure switches for this ...
3
votes
4answers
4k views

Call powershell script in post-built with parameters

I'm trying to get Powershell to run my PS script in post built - but somehow it doesn't work like it's supposed to: Following command in Post-Build: ...
5
votes
1answer
6k views

Visual Studio: copy dependent DLLs to target folder

I realize that this question has been asked before - but none of the answers apply to my specific case: I have a solution containing a native C++ EXE project, which in turn depends on 40+ native C++ ...
4
votes
2answers
338 views

Can Visual Studio remember a MD5 of my source files in order to avoid rebuilding them when the timestamp changed but not the content?

Most of the time I am doing several distinct developments on the same project and, in order to have some logical separation between them, I use a personal version control system on a project (namely ...
0
votes
2answers
5k views

VS2010 Build number - easy way to generate it and display it in application

C# / VS2010 What is the easiest way to obtain a build number? I have noticed that when I PUBLISH a project, there is this publish version. Is there an equivalent to do something similar when just ...

1 2