Questions tagged [visual-studio-lightswitch]

Microsoft Visual Studio LightSwitch is a rapid application development tool for creating data centric Silverlight or HTML5 applications.

LightSwitch is a rapid application development tool for creating data centric Silverlight or HTML5 applications. Silverlight client can be extended using custom controls and RIA Services data sources. LightSwitch applications focus solely on data entry and provide no built-in support for reporting, although 3rd party reporting extensions are available. Applications created with LightSwitch can be deloyed as Windows desktop applications (using the WCF service host to create local RIA services), in a 3 tiered LAN configuration, as web applications hosted on IIS 7, or using the Microsoft Azure platform.

Visual Studio LightSwitch version 1.0 was released on July 26, 2011. It appears in two configurations: a simplified version of Visual Studio that can only build LightSwitch applications, and as a project type within Visual Studio Professional or better. A trial copy can be downloaded from the Microsoft website here.

Other useful resources include:

1073 questions
76
votes
5 answers

The Debugger cannot continue running the process. Unable to start debugger

I have a Lightswitch 2012 application. It's been working fine for weeks. I made some changes and F5 stopped working. When I click on Start (toolbar) it gives this error message and does nothing. "The Debugger cannot continue running the process.…
Rodney
  • 5,417
  • 7
  • 54
  • 98
43
votes
4 answers

The schema update is terminating because data loss might occur

I keep bumping into this error that is usually caused by some mistake I have made while building an application in Lightswitch. It is usually associated with relationships. I am ususally moving along and done a number of things before I publish…
Mark
  • 520
  • 1
  • 6
  • 18
29
votes
1 answer

415 Unsupported Media Type - POST json to OData service in lightswitch 2012

I am getting 'error 415: Unsupported Media Type' when posting to an OData service when using JSON. Solution at the bottom of this rather long post. I can GET using JSON but as soon as I try and POST I get this error. I can also GET/POST using XML…
PaddleFish
  • 293
  • 1
  • 3
  • 6
27
votes
3 answers

Lightswitch Evaluation

Has somebody already evaluated the new MS Silverlight RAD tool "Lightswitch"? Is it also suitable for developing complex applications? Can I use it without Silverlight knowledge? Is it so flexible, that I can also extend "Lightswitch appications"…
Kottan
  • 4,944
  • 9
  • 41
  • 67
27
votes
3 answers

How to get all the females?

I would like to get the gender for calculations, for example the male and female options are in one column. I would like to get all male or all female for calculation. I have a "computed property" which gives me list of all the items along with…
20
votes
1 answer

LightSwitch related data requests optimization

I have a SQL Server 2008 table with a lot of foreign keys, when opening this in a screen it takes very long time to load all related data, like 10 seconds... Here's a chart from Fiddler showing loading time, not acceptable at all I'm using Eric…
13
votes
3 answers

Reporting in VS lightswitch

What are the reporting capabilities of LightSwitch? Will 3rd party controls be needed or will Microsoft offer integration with Reporting Services? Taken from Michael's blog DevExpress released a free reporting control for LightSwitch. And this is…
AlejandroR
  • 5,133
  • 4
  • 35
  • 45
13
votes
4 answers

What limitations are you running into with LightSwitch

I've played only briefly with LightSwitch and while it looks like it could be a great framework for internal applications, I'm worried it will be like so many other tools that promised simple-to-create applications but once you varied at all from…
EfficionDave
  • 2,736
  • 3
  • 31
  • 38
12
votes
5 answers

LightSwitch project: Which files to check in, and which to ignore?

In a LightSwitch application, what files and folders should I ignore and not keep in source control? (I'm using Git, and I'm wondering what to put in the .gitignore file.)
Ryan Lundy
  • 204,559
  • 37
  • 180
  • 211
12
votes
2 answers

Visual Studio Lightswitch Beta2

What are your experiences with Beta2 of Visual Lightswitch? Can it already be used for real life projects? Does anybody know, when the final (RTM) version will be out? I am very intersting in using Lightswitch in the future for RAD, but I am a…
Elmex
  • 3,331
  • 7
  • 40
  • 64
11
votes
4 answers

Use Of Visual Lightswitch

Can any one explain me the features on Visual Lightswitch
Thomas Anderson
  • 1,977
  • 7
  • 17
  • 22
8
votes
0 answers

LightSwitch Build Error: The target "CreateManifestResourceNames" does not exist in the project

I have been banging my head against the wall about this problem with a LightSwitch project. It runs just fine inside VS 2013, but on all but one of our developers' PCs the automated build with msbuild fails. We have also been unable to run these…
8
votes
1 answer

Extending deploy parameterization in a light switch application

I'm using MSDeploy to change the web.config of my service at deployment time. This works great except that now I'm developing a Lightswitch app which generates its own parameters.xml file. So while I can configure the Lightswitch specific parameters…
DubiousPusher
  • 1,132
  • 2
  • 8
  • 19
7
votes
4 answers

Timeline for Visual Studio Lightswitch RC / RTM

Does anybody know if there is already a RC / RTM Timeline for Visual Studio Lightswitch ? When can we expect V1.0 ?
Elmex
  • 3,331
  • 7
  • 40
  • 64
7
votes
1 answer

What is the correct way to deploy Lightswitch project database changes to existing databases?

If you are using a Lightswitch project to manage your entities and database changes, how do you deploy changes to the entities to an existing, already deployed project database? Is the best way to run schema compare on the two db versions?
Don Becker
  • 133
  • 5
1
2 3
71 72