Tagged Questions
The solutionexplorer tag has no wiki summary.
10
votes
3answers
440 views
Visual Studio Solution — Any way to create a “special” folder?
Basically, I want one of my folders to appear above the other folders as a type of "special folder", similar to how Properties has it's own special place even though it's a folder, same with App_Data, ...
7
votes
5answers
735 views
Plug-in for Visual Studio for quick-searching files in solution
I want to write an Add-In for Visual Studio that provides instant search for the solution explorer. So you press a key combination and while you are typing a list first containing all files of the ...
6
votes
2answers
239 views
Visual Studio AddIn: How do I Add Item Specific Commands to the Solution Explorer Context Menu
I've spent about 3 days now trying to get this working but to no avail.
I'm fairly new to VS.NET extensibility and I find it hard to debug my problems.
I've already tried the code here presented: ...
5
votes
1answer
101 views
Visual Studio 2010's Solution Explorer is too sensitive
If I click on something (that is click and let go) in the solution explorer and move the mouse too quickly on two quickly or click on something else too soon, Visual Studio interpretes that as a move. ...
5
votes
4answers
2k views
Microsoft Visual Studio (2008) - Filters in the Solution Explorer
In the Solution Explorer when working with C++ projects there is the standard filters of Header Files, Resource Files, and Source Files. What I'm wanting to accomplish is essentially Filters by ...
4
votes
3answers
358 views
visual studio 2008 toolbars keep moving inexplicably
While I'm working, at various times that don't seem terribly random, the windows keep moving around.! This is a picture of my Visual Studio layout. It's across two screens, so the Solution Explorer ...
4
votes
2answers
175 views
Is there any way to do custom “grouping” of files in Visual Studio's Solution Explorer?
To explain a little more, I have a file Sidebar.cs, and I have Sidebar.js, and Sidebar.css.
I would like to be able to make it Sidebar.cs, Sidebar.cs.js, and Sidebar.cs.css, and have the js and css ...
3
votes
2answers
1k views
Visual studio 2010 solution explorer settings
I got a fairly large (C++) project in Visual studio 2010. Somehow I managed to click "Show all files" in the solution explorer and now a bug in visual studio 2010 is preventing me from uncheck the ...
3
votes
2answers
215 views
Stop sign icon in VS2005 Express solution explorer
What does a small stop sign icon on a file in solution explorer mean? Someone asked the same question a year ago Original Question but the answer provided is of no help.
The icon looks like this:
...
3
votes
2answers
639 views
Visual Studio 2010: How Can I remap F2 to Rename File rather than Open Object Browser
In Visual Studio 2010 Solution Explorer tree view, how can I remap the F2 key to Rename the Selected File rather than open Object Browser?
2
votes
1answer
551 views
Addin to extend Solution Explorer with “Open corresponding solution” when available?
Imagine a folder structure that contains more than 200 solution files for projects that all belong to one software. Most of them generate shared libraries that are referenced in other projects that ...
2
votes
2answers
1k views
VS 2008 Solution Explorer not showing solution
I have tried this a few different ways and it always seems to fail.
Create a new Blank Solution (my.solution.name). Then add a new ClassLibrary project (my.project.name) to the solution. This ...
1
vote
1answer
93 views
SSRS BIDS 2008 Solution Explorer sub folders as in report manager
See screen shot.
Is it possible to do any sort of organising in the solution explorer view for a large project. For example in my report manager view I am able to put all Dashboards and related ...
1
vote
0answers
71 views
Localized resx files as sub items in solution explorer
We have a large number of C# projects in a visual studio solution. For a lot of these we have a resource file called 'TextResources.resx'. These have been translated in the past creating several ...
1
vote
1answer
26 views
Why the file being worked on is not selected in the solution Explorer in VS?
For some reason the VS 2008 I have work on, does not automatically select the file in Solution Explorer that I am editing.
Is there any place in option settings where I can turn this feature on?
...
1
vote
1answer
126 views
small stop sign at the right bottom of the file (solution explorer VS2005)
tried to find the answer by googling and in MSDN but with no luck.
what does a small stop sign mean in the icon of the file (seein in a soluton explorer tree) in Visual Studio. I have a bunch of C++ ...
1
vote
1answer
284 views
How to undo Visual Studio's obsession with recreating the .designer.cs file of my DBML?
This is driving me nuts. I think it is because of some connection string mismatching across the app (using MVC) but Visual Studio constantly takes my .designer.cs file and recreates it adding a '1' at ...
1
vote
1answer
75 views
Stop VS from automatically opening the folder for the active item
Just wondering if anyone knows how to stop VS from automatically opening the folder for the active item. On my work computer it does this but my install doesn't, but I can't find the setting that I ...
0
votes
1answer
36 views
Custom file sorting in VS2010 Solution Explorer
Is there any way to force Solution Explorer in Visual Studio 2010 to sort files alphabetically but in order *.h, *.inl and *.cpp?
I want to have
Dummy.h
Dummy.inl
Dummy.cpp
Emmy.h
Emmy.cpp
Grammy.h
...
0
votes
1answer
60 views
How to get the IDE to update solution explorer window after adding project items in nuget ps?
During nuget install I give the user a command they can run. This command basically scans some files and creates some code templates and then inserts them into the current project. This works just ...
0
votes
3answers
111 views
VisualStudio API: include existing folder without recursively adding all the contents?
Currently I'm using:
EntDTE.ProjectItems.AddFromDirectory()
to include the existing folder into VS project model, but this method includes into project all the contents of this folder too. Can ...
0
votes
2answers
302 views
How to create MVVM silverlight application in vs 2010?
I am new to the silverlight mvvm pattern. I am searching on the internet to create the mvvm application in silverlight. I found the link - ...
0
votes
2answers
129 views
Move dataset from root to folder in VS solution explorer
Im just trying to organise a pretty large solution in VS2010.
Id like to place my datasets into a sub folder of the root but when I do I get a string of errors, how can I move them and update any ...
0
votes
1answer
63 views
Opening a VS2008 Project/Solution and I get this error
I get the following error when I double click the SLN file.
System.Runtime.InteropServices.COMException
Why do I get this error message?
When I click on OK (in the MessageBox), I see that ...
0
votes
1answer
2k views
Visual Studio - How to get show all files in solution explorer to skip a folder?
When I press the Show All Files button in the Visual Studio 2008 Solution Explorer it takes several minutes for Visual Studio to respond. This is because there is an images folder under the solution ...
0
votes
4answers
101 views
IN VS2008, for C#, How can I figure out which references are needed and which are not?
IN VS2008, for C#, How can I figure out which references are needed and which are not?
If you look in the solution explorer for a certain project and expand the references folder, is there a way to ...
0
votes
2answers
161 views
How do I see contents of filesystem directories in Visual Studio Solution Explorer?
We have some files (config, static files, that sort of thing) in our codebase that are kept in the same filesystem tree as our codebase, but are not part of projects (ie, not underneath a project's ...
0
votes
1answer
231 views
Cannot add database to an Asp.Net application
I'm unable to add an mdf database file by right clicking on the project name and clicking on "Add->New Item->SQL Server Database".
It gives me the following error...
**
Connections to SQL Server ...
0
votes
2answers
684 views
The Microsoft.VisualStudio.Data.Interop.IVsDataProviderManager service could not be found
I'm using VS2008 to develop an app. Now, whenever I connect to database in Server Explorer, it shows me the report
The
Microsoft.VisualStudio.Data.Interop.IVsDataProviderManager
service could ...