Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

12
votes
3answers
3k views

Visual Studio Solution Explorer, Highlight Active Item color

In Visual Studio 2008, is there any way to change the background color of the highlighted item in the Solution Explorer? The current setting makes the item quite visible when the Solution Explorer has ...
3
votes
2answers
71 views

Is there any Visual Studio extension to “favorite” folders and files?

I'm working on a middle-sized project that contains several class libraries, database model and an ASP .NET MVC website project. However, even though there are less than 15 projects in the solution, I ...
2
votes
4answers
255 views

Collapse all files at once in the solution explorer window in Visual Studio

Is there a way to collapse all the files at once in the solution explorer window in Visual Studio?
2
votes
3answers
1k views

Visual Studio - Current file in Solution Explorer - Make it darker?

I don't want to change the entire background color of solution explorer in VS, only the selected file. Hints? Thanks.
1
vote
2answers
401 views

Visual Studio - purpose of 'Refresh' button in solution explorer

what's the purpose of the 'Refresh' command on the solution explorer window? (When we select a project, the button is enabled)
1
vote
1answer
379 views

How can I programmatically refresh Visual Studio Solution Explorer?

How can I programmatically refresh Visual Studio Solution Explorer? I can get a hold of the solution explorer window object, but don't know what to do with it! var solutionExplorer = ...
1
vote
1answer
85 views

Which is the attribute to double-click a form in Solution Explorer and open in code view in Visual Studio?

I used to know of a class attribute that you could set your classes as "form" or as "code" and if you set a form as "code", double clicking it's file in the Solution Explorer, would open the form in ...
0
votes
2answers
46 views

How to publish an application

I created a sample application and i wanted to publish that application using the publish button in the soultion explorer but when i do so i am getting the below error what must i do to avoid that ? ...
0
votes
0answers
70 views

how to create a solution explorer like VS 2010 in winforms c# [closed]

I want to create a solution explorer like visual studio 2010 has. I dont want to use WPF because i dont know it . I want to create it in Windows Form Application c# not WPF. There would be a great ...
0
votes
1answer
497 views

Visual Studio 2010 Prof: Solution Explorer not showing files from Import .targets

Since i have many configurations for single project i wanted to clean .csproj little bit. I moved all config definitions to single files with Conditional ItemGroup and imported them in .csproj with: ...
0
votes
1answer
259 views

Why is Visual Studio 2010's solution explorer so friggin' jumpy?

I am getting the following error on when I try to compile: C:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.WinFX.targets(269,9): error MC6000: Project file must include the .NET ...
0
votes
3answers
950 views

Solution explorer not showing files, not because the show/all files button

I have a solution checked into TFS. Looking in the source control explorer I have a .cs file in the solution. But looking in the solution explorer it's missing. When the project is built it takes the ...