ProviderIncompatibleExeption on querying data with Linq
841183Feb 19 2011 — edited Nov 5 2011Hi everybody!
I'am trying the new features of ODP.NET, EF and Linq particulary. The mapping was made successfully with the wizard, I can instance my Model edmx and the intelliSence allow me to query my mapped tables and views with Linq.
The problem occure when I start the debug, I encountere this message error (Approximatively from french translation) :
+(ProviderIncompatibleException)+
The workshop provider factory type "Oracle.DataAccess.Client.OracleClientFactory" don't implements the IService interface. Use a workshop factory which implement this interface.
Someone else has met the same error?
What it means exactly?
Thank you in advance for your help.
Regards.