I'm trying to follow an example of a book about using Data Sources but Visual Studio refuses to co-operate. It is plain and simple Adventure Works and I'm supposed to create a data set of Address, BusinessEntityAddress and Person tables. Everything is fine
until Visual Studio forces and stops me from doing that by saying: <AdventureWorks2012.Person.Address>
User-defined types(UDTs)are not supported in the Dataset Designer.
So how do I prevent Visual Studio from using this designer?