using entity models in console apps
Posted: Mon 13 Sep 2010 10:16
Hello.
I have a problem with my console app when I deploy it to a server where dotConnect is not installed.
The app runs fine in VS2008, but not on the server.
The error is: The specified store provider cannot be found in the configuration, or is not valid.
my config looks like this:
The same config files works fine on the dev machine. What should I add/change to make it work on my server, any suggestions?
Endre
I have a problem with my console app when I deploy it to a server where dotConnect is not installed.
The app runs fine in VS2008, but not on the server.
The error is: The specified store provider cannot be found in the configuration, or is not valid.
my config looks like this:
Code: Select all
Endre