Why Linq Preview for VS2005 doesn't create objects? - Stack Overflow most recent 30 from stackoverflow.com 2009-12-04T22:09:20Z http://stackoverflow.com/feeds/question/506703 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/506703/why-linq-preview-for-vs2005-doesnt-create-objects 0 Why Linq Preview for VS2005 doesn't create objects? Alexander 2009-02-03T11:03:07Z 2009-03-22T22:07:43Z <p>I'm using Linq CTP May 2006 for VS2005 (I have to use it, so please, don't suggest VS2008). The problem is that it doesn't create objects in proper way. I see several solutions:</p> <p>1) Use DLinq (Disadvantage: doesn't support Language integrated queries) 2) Use SqlMetal (Disadvantage: the same)</p> <p>But none of them suites me. So the question is: Why Linq CTP doesn't create objects? What can you suggest to use?</p> <p><hr /></p> <p>TIA, Alex</p> http://stackoverflow.com/questions/506703/why-linq-preview-for-vs2005-doesnt-create-objects/507046#507046 0 Answer by Alexander for Why Linq Preview for VS2005 doesn't create objects? Alexander 2009-02-03T13:24:46Z 2009-02-03T13:24:46Z <p>Sorry for misunderstanding, the problem was that I used System.Data.Linq instead of System.Data.DLinq </p>