Questions tagged [server-explorer]

Server Explorer/Database Explorer is the server management console for Visual Studio.

Server Explorer/Database Explorer is the server management console for Visual Studio. It is used to to open data connections and to log on to servers and explore their databases and system services.

Note: In the Visual Studio Express products, this window is named Database Explorer. In all other Visual Studio products, this window is named Server Explorer.

94 questions
267
votes
14 answers

How to connect to LocalDB in Visual Studio Server Explorer?

I can't believe I couldn't find a working solution to this after an hour of searching. I'm following this article on Entity Framework 6.0 which gives a simple walk-through on Code First. I created the project and installed the latest EF Nuget…
17
votes
5 answers

The specified module could not be found. Exception from HRESULT: 0x8007007E

Im getting the following message on a messagebox shown from visual studio when I try to do any modifications on an sql server database from visual studio's server explorer on my 64bit machine at home. The database was created and filled on a 32bit…
Pantelis
  • 2,060
  • 3
  • 25
  • 40
9
votes
2 answers

Visual Studio Adding Data Connections - Given Key not Present in the Dictionary

I've read through a couple of previous similar questions and none seem to provide a fix. So I ask again. I'm using Visual Studio and am trying to connect to a DB in Server Explorer. Regardless of what database I try to connect to it gives a "Given…
BastanteCaro
  • 1,269
  • 1
  • 13
  • 24
7
votes
1 answer

Management Classes missing in Visual Studio Server Explorer

I have an issue in Visual Studio 2015 (Professional 64-bit). In my Server Explorer, I connect to my local host and I can see Event Logs Message Queues Performance Counters Services What I seem to miss here, is Management Classes. On my previous PC…
Mr. T.
  • 121
  • 1
  • 7
6
votes
4 answers

VS 2010 Server Explorer Database Showing No Tables

I'm working on a .Net application that needs to read from an Oracle 10g database behind Siebel. In VS 2010 Server Explorer, I've created a connection using the OracleClient type connector with a reference to the Oracle TNS service name as the…
Andy
  • 2,709
  • 5
  • 37
  • 64
6
votes
0 answers

How can I set the default double click action in Server Explorer?

In Visual Studio 2012 (and previous versions), if you double click a table in the Server Explorer the table design view opens. I rarely use this, as I am not responsible for the database definition in my current project. What I would like to have…
magnattic
  • 12,638
  • 13
  • 62
  • 115
5
votes
6 answers

Why do deleted data connections come back in Visual Studio?

In Visual Studio 2008, I have database connections in the Server Explorer window that point to SQL Server databases installed locally on my PC. When I delete one of the connections in goes, but next time I start Visual Studio is is back again. Does…
Steve Jones
  • 3,377
  • 3
  • 17
  • 12
5
votes
1 answer

Server name not displayed in visual studio server explorer

Any ideea why my local sever is not displaed in the drop down list where u select the server name? Thx!
TBogdan
  • 737
  • 7
  • 17
  • 34
5
votes
3 answers

Why doesn't OR designer let me drag tables to design surface?

I have a database hosted at somee.com I have added a new connection in Server Explorer in VS 2012 and the test connection was successful. I can also successfully see the tables in the SE and any changes made to the database from the admin panel @…
user1705923
4
votes
1 answer

Oracle Custom Class Wizard fails to generate custom c# class from Oracle User Defined Datatype

I am trying to generate custom .NET classes from an Oracle User-Defined Type from Visual Studio Server Explorer (Oracle Developer Tools for Visual Studio and Oracle Data Provider for .NET are installed). I created a basic User Defined Type using…
George Philip
  • 704
  • 6
  • 21
3
votes
0 answers

Visual Studio - How can I automatically close server data connections on build?

Is there a way to automatically close the open server connections in the Server Explorer panel in Visual Studio 2010? I'm using EF and a contextInitializer which always drops the database when building (testing stuff). 70% of the time I forget to…
seed_87
  • 179
  • 1
  • 1
  • 11
3
votes
1 answer

Visual Studio 2010 can't delete data connection

I'm on Windows 7, using Visual Studio 2010 SP1. I created a database connection and its not being used any longer. I want to simply delete the connection. I keep get an error saying: "The given key was not present in the dictionary." There is…
Jason Foglia
  • 2,414
  • 3
  • 27
  • 48
3
votes
1 answer

T4 Template Consume connection from Server Explorer

I am trying to build a item template that generates database models and a database context without storing the connection information in the source code. I have successfully interfaced a item template wizard with server explorer and can set a…
3
votes
0 answers

How to create a context menu for an instance of database in SQL Server object explorer

I'm trying to create an extension that has a context menu for an instance of a database in SQL Server Object Explorer using Visual Studio 2017. For that, I need the GUID and id of SQL Server Object Explorer in Visual Studio. I'm tried the same in…
Akshara
  • 211
  • 1
  • 9
3
votes
2 answers

Can't find server explorer Microsoft Visual Studio 2015

I'm trying to make a C# application and I need the server explorer but I can't find it when I click on View menu. I am using Microsoft Visual Studio Express 2015. Is it disabled or did I do something wrong?
Gewoo
  • 437
  • 6
  • 19
1
2 3 4 5 6 7