Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
1answer
208 views

How can the Visual Studio 2008 Build Command Line be seen?

When I am in Visual Studio I hit the F5 to do a build. Is there a way to see the MSBUILD command line being executed? Inside of Visual Build Pro the build fails but when run from Visual Studio 2008 ...
2
votes
1answer
183 views

Visual Build professional compile errors?

I am using visual build professional and one of the steps is a 'Make VS 2003' (c++ project). However, every time I get the following error: fatal error C1033: cannot open program database '' If I ...
1
vote
3answers
1k views

How to fix “Root element is missing.” when doing a Visual Studio (VS) Build?

How to fix "Root element is missing." when doing a Visual Studio (VS) Build? Any idea what file I should look at in my solution? Actually, I am getting this error message inside of "Visual Build ...
1
vote
2answers
92 views

Suggestions for auto confirming MS SQL 2005 data entry in a build process

I have a automated (Visual Build) build process that runs: A set of automated smoke tests (AutoIT) that enters data into a .Net WinForm app that writes to a cleanly seeded MS SQL 2005 DB. A SQL ...
1
vote
1answer
144 views

How to build an iterative user-defined action in Visual Build Professional?

In VBP its possible to define user defined actions by creating a custom COM component or a custom script. I need to create an user defined action which is iterative, which means it has to call child ...
0
votes
1answer
249 views

Error to build project in VS2010:“could not load file or assemby…”

I just install VS2010 and try to build a project. The below Error was shown, "Error while trying run project: could not load file or assembly 'PROJECT' or one of its dependencies. The module was ...