Why Linq Preview for VS2005 doesn't create objects? - Stack Overflow most recent 30 from stackoverflow.com2009-12-04T22:09:20Zhttp://stackoverflow.com/feeds/question/506703http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/506703/why-linq-preview-for-vs2005-doesnt-create-objects0Why Linq Preview for VS2005 doesn't create objects?Alexander2009-02-03T11:03:07Z2009-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#5070460Answer by Alexander for Why Linq Preview for VS2005 doesn't create objects?Alexander2009-02-03T13:24:46Z2009-02-03T13:24:46Z<p>Sorry for misunderstanding, the problem was that I used System.Data.Linq instead of System.Data.DLinq </p>