1

I have used before EF 4 and SQLCE with no such problem.

While I have my assembly containing the edmx file and the context self tracking template and in another assembly the self tracking entities, I keep this strange compile error but the project compiles successfully...

Error   1   Error 175: The specified store provider cannot be found in the configuration, or is not valid.

This just dont go away....but the program runs.

Any idea?

George Taskos
  • 8,324
  • 18
  • 82
  • 147

1 Answers1

0

Take a look at this question. Hope this helps.

Community
  • 1
  • 1
Devart
  • 119,203
  • 23
  • 166
  • 186
  • I have done these....i have used the same approach in another project without this annoying problem....the thing is that the app runs smoothly:P – George Taskos Mar 20 '11 at 13:48