Issue with VfpEntityFrameworkProvider2
Hello,
I'm forced to play with VfpEntityFrameworkProvider2 to read some old foxpro tables.
After having installed the nuget package and configured everything as explained in codeplex, my .Net project return results correctly.
When I tried to test it with LinqPad, I get this error each time:
Any tips from you to help me ?
txs in avance
-Vince
I'm forced to play with VfpEntityFrameworkProvider2 to read some old foxpro tables.
After having installed the nuget package and configured everything as explained in codeplex, my .Net project return results correctly.
When I tried to test it with LinqPad, I get this error each time:
Schema specified is not valid. Errors:I tried to add the same app.config entityprovider section to Linqpad.exe.config but I still get the same error.
Model.Wb90DbfModel.ssdl(2,2) : error 0152: No Entity Framework provider found for the ADO.NET provider with invariant name 'VfpEntityFrameworkProvider2'. Make sure the provider is registered in the 'entityFramework' section of the application config file. See http://go.microsoft.com/fwlink/?LinkId=260882 for more information.
Any tips from you to help me ?
txs in avance
-Vince
Comments
I dit it and it worked fine.
A big thank you :-)
Cheers
-Vince