Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » VS tips   (RSS)
Sorry, but there are no more tags available to filter with.

Command-line build (devenv /build, MSBuild, etc.)

In the comments about a post I made a year ago about devenv /build ( here ), a person named Peter just a couple weeks ago made the following comment: When we use IDE to build a project, we have the file(s) checked-out, and IDE will build the changes (checked-out
Posted by cflaat | 1 Comments
Filed under:

MSBuild talk at PDC

Hi all -   So, as I mentioned in an earlier blog entry , Alex Kipman & Rajeev Goel are going to do a PDC presentation on MSBuild (the new build engine we’re including with Whidbey).   If you’re going to the PDC, be sure to check it out.
Posted by cflaat | 2 Comments
Filed under:

Introducing MSBuild

Hi all -   More stuff has come online.  See here for a little blurb about MSBuild, which is what we're calling our cool new build engine that will ship along with Whidbey. -Chris
Posted by cflaat | 1 Comments
Filed under:

PDC 2003 tracks announced

Greetings, all!   Microsoft has announced the broad outline of the material to be presented at the PDC 2003.   See here for the list of tracks & presentations.   Under the “Languages and Tools” section you’ll see a cryptic reference
Posted by cflaat | 0 Comments
Filed under:

More on configurations

Greetings, all!   In my entry about devenv /build , a reader named Toby mentions the pain of maintaining multiple configurations when you have a lot of them that are identical except for one flag.   He says:   In my work, I'll deal with
Posted by cflaat | 2 Comments
Filed under:

Building from the command line: devenv /build

Greetings, dear readers!   Today I want to talk about using devenv.exe to build a solution or project from the command line (as opposed to interactively inside the IDE).   For example, you can say “devenv /build debug myapp.sln” to do a debug
Posted by cflaat | 21 Comments
Filed under:

Solution configurations & project configurations

Greetings, dear readers!   Today I want to talk about solution configurations and project configurations.   These are important concepts that are essential to understand if you’re trying to do complex coordination of builds using VS, esp. if
Posted by cflaat | 2 Comments
Filed under:

Sneak peek at Whidbey

There's a news report about what MSFT disclosed at the VS Live! event.  See the link for info about some of the cool things we're doing in Whidbey (the next major release of VS) and Orcas (the release after that).  Whidbey is what most of the
Posted by cflaat | 0 Comments
Filed under:

New VSIP program rollout

There's now free registration at the VSIP site  to become a VSIP ("Visual Studio Industy Partner"), which is the program whereby you can write a low-level package that integrates more deeply into Visual Studio than is possible as an add-in
Posted by cflaat | 3 Comments
Filed under:

Watson addendum

A reader named Martin makes a good point made about my earlier weblog entry about Watson crashes; he says we could offer a way to let users provide more information when a bug is difficult to reproduce.  Actually, we already do this in cases
Posted by cflaat | 0 Comments
Filed under:

Watson's revenge

My dear readers, I have a terrible admission to make.   But it's time to come clean with you.  The fact is, of our hundreds of thousands of users, a small number encounter crashing bugs in Visual Studio.   They are working happily along,
Posted by cflaat | 11 Comments
Filed under:

More thoughts on handling untrusted solutions/projects

A reader named Uri commented on my July 15th entry about safe handling of untrusted solutions & projects.  He brings up some good points which I thought worth addressing. One thing he mentions is that often one needs to grab a whole sample project
Posted by cflaat | 0 Comments
Filed under:

Don't take code (or solutions or projects) from strangers

Greetings, my dear readers.   I wanted to offer some suggestions about how VS users can safely handle code obtained from other sources.   A combination of common sense and careful reading of the VS documentation would lead you to the same
Posted by cflaat | 2 Comments
Filed under:

Linked items and SCC integration

A person named Blair commented on one of my prior entries about using linked files.  They mention that the integration of a project's linked files with source code control has some limitations, esp. when you link to files outside the current project
Posted by cflaat | 4 Comments
Filed under:

Saving files with different encodings & line endings

Now, this feature could be described as more of a text editor feature than a project feature, and it's not owned by my team, but it's relevant & useful enough that I think it's worth mentioning here. With VS you can save a text file with an arbitrary
Posted by cflaat | 0 Comments
Filed under:
More Posts Next page »
 
Page view tracker