In Visual Studio 2010, I create a new LightSwitch project.
On the "start with data" screen, click the "Create a new table" link.
I name and add a couple of columns, add one form, and then run the project, and I get this exception:
An exception was thrown while creating the database for the application. The target database provider cannot be determined. Deployment cannot continue.
C: \ Program Files (X86) \ MSBuild \ Microsoft \ VisualStudio \ LightSwitch \ v1.0 \ Microsoft.LightSwitch.targets
It seems simple, but it does not work.
How can I specify the target database schema or get around this error?
source
share