sobby01
sobby01

Reputation: 2154

Not able to find Add New Data Source option in Visual studio 2010

I am using Entity Data Framework in my windows form. So i need to add a new data source. I go to the Visual studio 2010 professional main menu -> Data but there is no Add New Data Source option in Visual studio 2010 professional.

From where i can find Data Source connection wizard.

Upvotes: 1

Views: 6277

Answers (3)

Rajput
Rajput

Reputation: 2607

Go to your windows form property > DataBindings > Advance ,click on tab(...). Binding property will open. Now click dropdown of bindings. Then click on "Add project datasource".

click here to see picture

Then choose your datasource.

click here to see picture

Upvotes: 0

IFlyHigh
IFlyHigh

Reputation: 546

Visual Studio 2012 : Project-> Add New Data Source..

Visual Studio 2010: Data-> Add New Data Source..

Upvotes: 0

Damith
Damith

Reputation: 63065

You can define a keyboard shortcut that points to data.AddNewDataSource within

Tools -> Options -> Keyboard

enter image description here

Upvotes: 1

Related Questions