LightSwitch - the target database schema provider cannot be determined

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?

+5
source share
1 answer

SQL Server ?
, SQL Server 2012 (Denali).

SQL Server Express 2008 2008 R2?

SQL Server Express, .

, SQL Express , LightSwitch:

  • SQL Server Management Studio.
  • SQL Express.
  • : exec sp_configure ' ', 1
  • :
  • SQL Server.

:

  • Visual Studio LightSwitch
  • ""
  • " "
  • SQL Server ( )

. .

+3

All Articles