Reputation: 16928
OK, after lots of searching I've boiled this down to an extremely simple repro and am very confused. I have VS 2013, all updates, etc.
Result: SQL Database Project drop down is disabled and set to .
Expected: My new db project to be listed for me to link.
Upvotes: 2
Views: 310
Reputation: 10680
You must create at least one table in the Intrinsic Database before you can choose an SQL Database Project to link to your LightSwitch Project. That is, right-click "Data Sources" and choose "Add Table".
The last step to using the database project is to let LightSwitch know about it. Open the LightSwitch project properties and select your database project.
Note that you won’t be able to select a database project if you don’t have any intrinsic tables, so if you’re trying this out in a new project you’ll have to create a table first.
Upvotes: 1