Tagged Questions

0
votes
1answer
57 views

Cannot add database to an Asp.Net application

Hello everyone, 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... ** …
0
votes
1answer
114 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 …
4
votes
3answers
560 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 …
0
votes
1answer
22 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
41 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 …
4
votes
2answers
53 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 …
1
vote
1answer
30 views

Stop VS from automatically opening the folder for the active item

Hi guys 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 …
6
votes
3answers
204 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 …