zengcheng / codesmith

Automatically exported from code.google.com/p/codesmith
0 stars 0 forks source link

PLINQO v4.0: CodeSmith.Data.Linq.DataContextBase conflict with LinqPad one #242

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,

We are using LinqPad, but when we try to use Futures extension methods by
adding CodeSmith.Data.Linq namespace then conflict appears between built in
one, please consider moving it to different namespace?

Original issue reported on code.google.com by kachalkov on 2 Feb 2010 at 8:11

GoogleCodeExporter commented 9 years ago
Can you please tell us what specific error you are receiving?

Original comment by shannon....@gmail.com on 2 Feb 2010 at 4:37

GoogleCodeExporter commented 9 years ago
I contacted the author of the LinqPad, basically the error is like that:

'DataContextBase' is an ambiguous reference between 'LINQPad.DataContextBase' 
and
'CodeSmith.Data.Linq.DataContextBase'

Original comment by kachalkov on 2 Feb 2010 at 11:05

GoogleCodeExporter commented 9 years ago
Did this change , I use LinqPad and I am not having these problems . What are 
the 
steps to reproduce ?

Original comment by steveatc...@gmail.com on 3 Feb 2010 at 7:15

GoogleCodeExporter commented 9 years ago
v1.35.3

If you connect to PLINQO v4.0 generated DataContext dll
and add CodeSmith.Data.Linq namespace to be able to use extension then I get 
that error.

Original comment by kachalkov on 4 Feb 2010 at 1:24