IMHO
IMHO

Reputation: 799

Visual Studio 2010 Data Sources

Running Visual Studio 2010 10.0.30319.1 RTMRel with prior running and uninstalled beta version.

My issue, I'm not able to show Data Sources panel. It's not under View menu in my case.

Would appreciate any ideas

Upvotes: 4

Views: 10801

Answers (6)

Raimondas Lukosius
Raimondas Lukosius

Reputation: 100

I had the same problem. But sorted now. You need go to View then to Other Windows and then Data Sources. or click shift + alt + D

Upvotes: 1

Hot Licks
Hot Licks

Reputation: 47699

You run into this when trying to follow the canonical process for creating a Linq to DB setup. The solution is an end-run: RMB on Models in Solution Explorer, select "Add new item", and on the next screen select the "LINQ to SQL classes" option. This brings up a version of the DB connection designer that will create appropriate Linq classes.

Upvotes: 0

efelton
efelton

Reputation: 181

Based on How to: Open the Data Sources Window.

On the Data menu, click Show Data Sources.

Upvotes: 0

IMHO
IMHO

Reputation: 799

Data Sources will only be visible if you are in the right spot in the VS.NET, specifically in UI design mode. Then - the menu Shows up under Data/Data Sources

Upvotes: 5

Erikk Ross
Erikk Ross

Reputation: 2183

Are you looking for the Server Explorer? View > Server Explorer.

It contains your Data Connections

Upvotes: 2

AndrewC
AndrewC

Reputation: 6730

View > Server Explorer ?

Or the keyboard shortcut:

Ctrl + W, L

Upvotes: 1

Related Questions