Page 1 of 1

Error with simple test

Posted: Tue 11 May 2010 10:24
by ylogico
Hi:

I'm trying dotConnect for Oracle with a really simple test.

It's just a console application that searches in an Oracle database through LINQ to SQL (just a table from that database in the DataContext).

When I try to run the program I get this error:

Error 2 Cannot implicitly convert type 'Devart.Data.Linq.Table' to 'System.Data.Linq.Table' C:\Proyectos\OracleTest\newInformeTest\newInformeTest\DataContextText.Designer.cs 80 24 newInformeTest

Any idea??

Posted: Tue 11 May 2010 15:14
by AndreyR
Could you please check that you are using the correct namespace for the class you are using?
The error looks like namespace misusage. Could you please send me (support * devart * com, "subject "LINQ cannot convert from Devart to System") the test project?