Ryan
Ryan

Reputation: 3982

Why can't I see the 'dataset project' property in Visual Studio DataSet designer?

I am trying to follow 'n tier app design' tutorials and they tell me to set the DataSet Project property from the Data Set Designer in VS, to split table adaptors and entities into seprate projects. I can't see that property! (I'm looking in the same place shown on the videos... all other properties match)

Does anybody know why?

The video is here http://windowsclient.net/learn/video.aspx?v=14625 (4:36 is where the property is set)

I'm using VS c# 2008 Express, with SQL Server Express 2008.

Thanks a lot for any help

Ryan

Upvotes: 0

Views: 1281

Answers (1)

Jay
Jay

Reputation: 57959

Unfortunately, the DataSet Project property is not available in the express edition.

Upvotes: 2

Related Questions