Tagged Questions
3
votes
1answer
262 views
How do I sort build output of Visual Studio by Build Order by default?
I know that I could sort the build output of my multicore builds in Visual Studio using the Build Order item in the Output window (as described here).
But once I've done that and hit F7 again, the ...
0
votes
1answer
121 views
VS 2005 restarting when building project solution? How to resolve it?
I getting one issue in vs2005 website project solution. When I start build my vs2005 project in some time vs2005 shows error:- "Microsoft Visual studio has encountered a problem and needs to ...
2
votes
1answer
168 views
Visual Studio from command line generates warnings; IDE does not
I'm using Visual Studio 2005 (32-bit) on a Windows XP system. I've got a C++ project that I build from the command line (in a batch file) that uses devenv.exe to launch the build. Here's an example of ...
0
votes
1answer
596 views
Does Visual Studio 2005 error C1083 (“Not enough space”) mean I ran out of RAM?
I've received this Visual Studio error. Though I can figure out the jist of the problem, I don't totally understand because I don't know much about the build process. What is the real problem here ...
0
votes
1answer
141 views
What does build action cause new check-outs on in a project solution
There is something in VS 2005 causing the new check-outs in another solutions of project file. Imagine There are 20 solutions in a Project of VS 2005 (.net 2.0 and c# )
Project names are: A , B , C ...
0
votes
1answer
464 views
Trouble With Building Live555 Media Server in VS2005
This could be a very silly question to any long time C++, visual studio or live555 users but I am having problems building the live555 source code with visual studio 2005. I have found a good walk ...
0
votes
1answer
73 views
Different versions in manifest on different machines
Have two machines, both with VS2005 SP1 installed and with the WinSXS showing the same things installed.
When one machine builds a particular C++ .dll .vcproj it ends up with
<assemblyIdentity ...
2
votes
1answer
49 views
How to Fix The Error When There Is An Error After Building The Project Dlls to Another Directory?
How to Fix The Error When There Is An Error After Building The Project Dlls to Another Directory?
Error 39 Unable to copy file access is denied
For Example:
Error 1 Unable to copy file ...
3
votes
1answer
3k views
How to build google google-breakpad for windows?
I am trying to build google breakpad for windows. I don't get it. I tried installed autoconf and m4 for Windows which seems to work. But running
m4 CXXFLAGS=-m32 CFLAGS=-m32 CPPFLAGS=-m32 ...
0
votes
1answer
301 views
Extend the Visual Studio C++ Build Process
A found an article (Extend the Visual Studio Build Process) that explained how to override build targets in a C# project file. I tested this, and it seems to work well. However, what I really want ...
0
votes
2answers
73 views
Very odd build problem
This one has had me stumped for over a year and seems really odd and really obscure. When I build my solution, it complains about a missing referenced DLL. When I rebuild it, the problem goes away. ...
0
votes
1answer
104 views
Visual Studio 2005 build problem
Cheers,
I have Microsoft VS 2005 installed (full version). And when I'm trying to build or debug my solution (with 10 projects) a windows installer window opens and says:
The feature you are trying ...
0
votes
2answers
692 views
Console application questions (build release/ not loading solution file)
I've got a couple questions about .net console applications.
I created the console app, and included a solution file during the create, but when I open the solution file, it only shows the project, ...
0
votes
1answer
76 views
Visual Studio 2005 build problem
I have a project Y whose build order properties states it depends on project X. I need to map project X's dll within Project Y References folder.
The problem arises when the dll for Project X is not ...
0
votes
4answers
393 views
'Could not find project configuration' build error
I'm getting the build error 'error VCBLD0007: Could not find project configuration RELEASE|X64 to build.' when attempting to build in that configuration. Release|Win32 works fine. The configuration ...
0
votes
2answers
132 views
Visual Studio 2005 application portability
I am creating an application (VS2005, C++ Forms application) that is supposed to work on many different machines that won't have any version of Visual Studio and I am wondering what I should worry ...
3
votes
5answers
1k views
Auto Build using VSS
How can I make my auto build in VSS? It should get the latest files from VSS and build the code using Visual Studio 2005 (VSS does not provide any build facility) at a scheduled time (like in the mid ...
3
votes
6answers
1k views
How does visual studio know which cpp files to rebuild when an include file is changed?
In some of my VS 2005 projects, when I change an include file some of the cpp files are not rebuilt, even though they have a simple #include line in them.
Is this a known bug, or something strange ...
0
votes
4answers
1k views
Is There a Visual Studio 2005 ASP.NET debug and release build
Is there a "debug" and "release" build in VS 2005? If so, how do I switch between the two?
6
votes
3answers
9k views
Building GMP library with Visual Studio?
Is there an easy way to build the GMP (GNU Multiple Precision Arithmetic Library, http://gmplib.org) under Windows, using Visual Studio 2005? I tried to find information about building the library ...
2
votes
2answers
266 views
Visual studio, how to output time taken to build?
I'm using visual studio 2005. I rememeber in the back of my mind there's a way to output the time taken to build a given project.
Can anyone remember what that switch is?
Thanks
Rich
0
votes
1answer
322 views
Automate VS2005 Publish Web Application Project
I want to automate publishing a VS2005 ASP.NET Web Application Project to a disk path from the command line as part of my build process (i.e. the equivalent of selecting Build/Publish from the IDE).
...
0
votes
2answers
78 views
Is it possible to modify the output of a macro in VS 2005?
I'm using the Custom Build Rules feature in Visual Studio 2005, which allows to use macros such as $(ConfigurationName) in the XML .rules file.
I need to pass only a subset of $(ConfigurationName) as ...
17
votes
7answers
7k views
VS2005: Assembly '<assembly>' is incorrectly specified as a file
i've added a reference to the log4net assembly dll to my project.
When i build i get a warning saying:
Warning Assembly 'Lib\log4net.dll' is
incorrectly specified as a file.
i look up the ...
9
votes
7answers
5k views
Visual Studio skips build
When I try to build my project I get the following message in the build window :
========== Build: 0 succeeded or up-to-date, 0 failed, 1 skipped ==========
I tried rebuilding , then building again ...
3
votes
2answers
4k views
How can i build a visual studio solution using xbuild (from Mono)?
I recently downloaded Mono 2 for my new MacBook. I'm trying to figure out how to compile Visual Studio solutions with xbuild, which is included in Mono. Any ideas?
0
votes
2answers
144 views
Incremental Building in VS 2005?
We have a 50 projects solution in VS 2005.
Is any way to get incremental build if nothing was changed?
It is kind of doing it now, but it executes all prebuild and post build events for each ...
2
votes
3answers
789 views
Build Incrementally in VS 2005
We have a 50 projects solution in VS 2005.
Is any way to get incremental build if nothing was changed?
It is kind of doing it now, but it executes all prebuild and post build events for each ...