In Visual Studio 2010 I create a new LightSwitch project.
On the "start with data" screen I click "create new table" link.
I name and add a couple columns, I add one form and then run the project and I get this exception:
An exception occurred when building the database for the application. The target database schema provider could not be determined. Deployment cannot continue.
C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\LightSwitch\v1.0\Microsoft.LightSwitch.targets
Seems simple yet it doesn't work.
How can I specify the target database schema or get around this error?