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
0
votes
1 answer

How do I perform a time based operation in a Lightswitch application

I have a Visual Studio Lightswitch apllication where I need to perform an operation periodically (Query the database for entries based on the current time, send an email for each row returned, if any, then mark the item in the database) I can do…
Mike B
  • 2,592
  • 3
  • 33
  • 46
0
votes
1 answer

Cannot debug with Visual Studio Lightswitch

Please help with Visual Studio Lightswitch/Visual Studio Express. I have a solution with a nunit tests project. To run unit tests I am using the below line, which attaches the debugger to the nunit runner. NUnit.Gui.AppEntry.Main(new string[] {…
0
votes
1 answer

Lightswitch Validation on Entity Field stops save of edit screen

In an entity called adDetail I have a non-identity field that should never have a duplicate value. adShortURL. I have a custom New data and a custom edit screen attached to the entity called adDetail. When the new data screen is used.…
OpTech Marketing
  • 417
  • 2
  • 6
  • 19
0
votes
1 answer

Where does the Advanced Filter Control for Visual Studio LightSwitch store saved filters?

Just spent a lot of time searching for answers to problems surrounding the filter put out by microsoft for Lightswitch. After solving problems with an error that appears for a lot of people, it still does not save the filter. The filter seems to…
OpTech Marketing
  • 417
  • 2
  • 6
  • 19
0
votes
2 answers

Entire silver light screen in Light Switch

Is it possible to create a entire screen in silver light and use it in my light switch application.I find it very difficult to create custom page design as per client requirement in light switch..Can any one suggest me some ideas or point me to some…
Karthik
  • 2,391
  • 6
  • 34
  • 65
0
votes
3 answers

A record in my lightswitch is refusing to be deleted

My Phases table in Lightswitch used to be related to 2 of my tables. I deleted the association but there is one record that can not be deleted for some reason, It says they are related records referncing it
Thuto Paul Gaotingwe
  • 1,425
  • 4
  • 15
  • 15
0
votes
2 answers

New data screen design in light switch

I was working on creating a light switch application and i had to create a custom screen design as given by my client.I have attached a rough design (a small part) how it should be. I tried adding a screen with out creating a table and added a few…
Karthik
  • 2,391
  • 6
  • 34
  • 65
0
votes
2 answers

Create a screen that can both edit and add records in a Lightswitch application

I followed this tutorial by Microsoft and it worked fantastically, until I upgraded to Beta 2. http://msdn.microsoft.com/en-us/lightswitch/Video/ff945359 The thing this is when using a so called 'Data Item' which isn't filled with data it will…
Ralf de Kleine
  • 11,464
  • 5
  • 45
  • 87
0
votes
1 answer

Custom data-types?

I'd like to customize some data types in table designer. Here is what came up in my mind: TimeSpan Url - also this type should be a valid URL and display as link Update, for TimeSpan, I've used TimeSpan.Ticks, but I'm looking for a better solution…
Shimmy Weitzhandler
  • 101,809
  • 122
  • 424
  • 632
0
votes
1 answer

invalid cross-thread access in release

I have a lightswitch application needs to generate Crystal Report from it's WCF Ria. In the development runtime I am able to generate correctly without errors, but when I push it to release environment it prompt error - invalid cross-thread…
0
votes
1 answer

Lightswitch lambda use

I’m writing a LightSwitch application and i could do with some advice. I wanted to calculate the total number of child objects related to the parent object that fulfil the criteria of being true and related to the Client. partial void…
Chomp
  • 114
  • 2
  • 13
-1
votes
1 answer

How can I get default modal window for changing password in Lightswitch after click on button

I have BUTTON with this code partial void ChangePassword_Execute(){ } and I would like open default modal window for changing password in Lightswitch Application type: Client>Web Server>IIS THX
tonco
  • 1,281
  • 3
  • 16
  • 30
-1
votes
1 answer

how to terminate the execution of a loop when a key is press?

I have scenario where I am displaying the content of a collection one by one until a key is press. The problem is I cannot get the right code to determine when a key is being press. I am designing in Visual Studio Lightswitch using VB.net…
nantes
  • 1
  • 2
-1
votes
1 answer

LightSwitch HTML infinite scrolling bug

Dears, In my screen I have a columns layout "Root" with a height of "Stretch to Container", inside it there are 2 rows layouts A and B, both have a height of "Stretch to Container" too. Each of A and B contains a table control (grid) of tens of…
Ahmad Akra
  • 505
  • 4
  • 14
-1
votes
1 answer

Lightswitch HTML - enlarging an image on click

has anyone yet produced some code or found a way of making an image click-able on Lightswitch HTML? I think having the abiity to click on the photo and then for it to en-large would certainly be a good feature... if so please could you share your…
Crezzer7
  • 2,265
  • 6
  • 32
  • 63
1 2 3
71
72