Search Results

1
vote

Is there a way to specify outlining defaults in Visual Studio so that a file opens up with members collapsed by default?

Yes to part 1. Unsure about part 2. To have VS2008 automatically open files in a Collapsed state you'll need to create an addin to run the "Edit.CollapsetoDefinition" when each docu …
2
votes

How do I easily identify classes that implement IDispose in Visual Studio?

Look for the method Dispose() on the class. …
1
vote

Problem building a Setup project

You can't do this. The issue is that you have defined your inputs to the setup project as outputs from the other projects in the solution. You have to build the entire solution to use this …
1
vote

Do you know any file comparison add-in for visual studio

That functionality appears to be related to Source Control. So it is really as source control issue. If you are not using Source Control - You should be - Try The Vault from …
0
votes

What causes Visual Studio 2005 Out-Of-Order Command Line Builds?

Make sure that you have set your dependancies in the solution correctly. This can directly affect build order. …
1
vote

Help with one step build all projects + installer (.NET + WiX)

We found it easiest to use a utility to edit the project itself and to dump all the pre-build and post build events before we build it with our autobuilder (in our case …
0
votes

Getting the GUI of an app that went poof!

Sounds like you are toast. But some versions of Visual Studio (and by that I mean the later releases) will save a current copy of open documents and you may find that it will ask if you wan …