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

learn more… | top users | synonyms (5)

0
votes
1answer
290 views

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

Lightswitch textboxes are not editable

I am building a simple lightswitch application. It has two tables, Cheque and Sale. When i add a new sale, it has the option to select the payment type. And if the cheque option is selected, i need ...
0
votes
0answers
93 views

Right to Left Layout for Screen in LightSwitch

I want to design app for Persian language ,unfortunately lightswitch not support Persian culture . So how can I do that by the code ? Other language that is right to left is Arabic but I cant change ...
0
votes
2answers
127 views

Using Computed Field in LightSwitch Query

Lets say I have a simple table of Customer with Field DayOfBirth and a computed field 'Age' Now I want to Search the table using Age. I pass Age as parameter to the query so the first thing that came ...
0
votes
1answer
141 views

Lightswitch (VB 2012) How to update part quantity field after sales order is placed?

I am really a beginner in building Lightswitch applications. I am using VB programming language. I have a problem setting up quantity control... I managed to figure out validation and found one single ...
0
votes
0answers
49 views

Lightswitch Windows Authentication with multiple domains

My client has an internal network forest made up of more than one domain. Is it possible to setup a Lightswitch application with Windows Authentication so that it authenticates users from different ...
0
votes
1answer
86 views

DotnetZip problems with silverlight(lightswitch)

so I am having this problem that I can't figure out at the moment. I have already Grabbed the patched Ionic.zip from "http://dotnetzip.codeplex.com/workitem/14049". I tested my code on a ...
0
votes
0answers
101 views

LightSwitch - List detail screen with several one to many to the same child entity

I have multiple one to many relationship on the same child entity: Let's say that I have one Product entitiy and one Brand entity each of these have 1:N relationship with a media entity (use to ...
0
votes
0answers
154 views

Two filtered data grids, same underlying table. How to add a row to just one?

I have two DataGrids on a screen, each uses a different query of the same table. One uses GetThingsWithStatusA, the other GetThingWithStatusB. When I change the status on a record from one value to ...
1
vote
1answer
219 views

Deploying lightswitch desktop application error

I am having difficulty in deploying my forst lightswitch desktop application. when i try to publish, in the summary window it says Database: Donot Publish and the install.htm file is cofusing to me. ...
0
votes
2answers
219 views

Problems translating an SQL query to LINQ in VS Lightswitch

So, I am having an issue with an SQL query that is translated LINQ (and works - tested), but that same LINQ query does not work in Lightswitch. Of course I did not expect to work straight out, but I ...
0
votes
0answers
86 views

Disable concurrency checking on property in Lightswitch

Lightswitch is checking concurrency in SaveChanges on each property of each entity. Is it possible to disable this checking for some property of some entity? For example: Entity A: Property A ...
0
votes
1answer
67 views

Signed XAP still shows as publisher unverified

I am trying to publish a signed Lightswitch application for INTERNAL use, using a certificate I created myself. I keep getting the publisher unverified prompt when installing the application. In ...
0
votes
0answers
136 views

Open “New email” dialog of mail program from Silverlight/Lightswitch application with attachment

I am programming an application in Silverlight using Lightswitch. I create a PDF file using the Office Integration Pack extension for Lightswitch. Now, I want to open the "New email" dialog from the ...
1
vote
3answers
759 views

How to deploy a Lightswitch 2012 app as desktop+local - user connection string

In Lightswitch it is possible to publish the app on the desktop with a local database also on the same computer. In Lightswitch 2012 the publishing wizard asks for a valid user connection string. In ...
0
votes
1answer
274 views

Printing in Silverlight/Lightswitch using XAML and custom controls

I am programming a Silverlight application using Lightswitch. I want to print the data which is displayed on some screens. I found this tutorial for printing in Silverlight/Lightswitch. It describes ...
1
vote
2answers
253 views

AsQueryable() does not return needed type in custom LINQ query using Lightswitch

I am using Lightswitch to build my application and I have the following problem. In my database, I have three tables: Article Provider ArticleProvider Article and Provider have a many-to-many ...
0
votes
1answer
77 views

Lightswitch Application.ShowScreen - how to refer screen I move to?

I have 2 screens, one is a list, other is a detail with parameter filtering from Id on first screen. When I made filter on detail screen, and put parameter, Application.ShowDetail remain args free. I ...
0
votes
1answer
94 views

Change Lightswitch grid column header title at runtime

In my lightswitch app I have a datagrid. How can I change the column header title of certain columns at runtime?
0
votes
1answer
74 views

Lightswitch - Cannot update application

I have a Lightswitch Application (3 Tier, Desktop) that I am trying to get running, however the following error is preventing me from moving forward. The application was working before, but for ...
0
votes
0answers
40 views

Lightswitch project at TFS - Azure credentials?

I'm using CodePley to host a lightswitch project. And I'm using Azure to deploy the project there using the Visual Studio Assistant. I just wondered, if Azure credentials are uploaded to TFS. If that ...
0
votes
0answers
83 views

Custom Lightswitch Loading SplashScreen

Searching allover my project with File View and Show All Files Enabled trying to find "Loading ..." phase or screen, but no results! Searching web too, it's all about changing everything else except ...
0
votes
1answer
138 views

Cannot figure out how to compute a computed field in Lightswitch

I have the following problem - I would like to compute a field in my database based on a simple query and division. First a bit of info about my database structure: ...
0
votes
0answers
297 views

Lightswitch HTML Client Default Insert Screen Dimmed (All Controls Disabled)

I am creating a simple lightswitch application to collect some form data from user. I am using the latest HTML client release for VS 2012. The problems is with the insert screen, If I create it by ...
0
votes
1answer
97 views

Authentication in SSRS and Lightswitch application

I have written application in which I have used SSRS and Lightswitch. Lighswitch application is used for data entry portion for the user. And SSRS is used for generating reports and graphs from the ...
1
vote
1answer
82 views

Lightswitch 1 to 0..1 relationship, how to add the supporting row in edit screen?

Have a Lightswitch 2012 project with two tables that have a 1 to 0..1 relationship between them. When I open the edit screen for the row on the "1" side and the row does not yet exist on the "0..1" ...
1
vote
1answer
177 views

Lightswitch deployment issues in IIS 7.5

I am trying to deploy my first lightswitch application in IIS 7.5. I am using MSSQL server 2008. I am using visual studio 2012. There is no problem in the local machine. When I try to publish the ...
1
vote
1answer
122 views

How to store additional user info

In my Lightswitch application I must store additional informations like address and phone numbers for the users. is this possible, and if so, how to do this?
0
votes
2answers
55 views

How to set content of text control in screencode

I just can't believe how hard this is. I would like to edit the content of a Control with Type text. I'm working with lightswitch visual studio 2012. I would like to change this in the screencode (so ...
0
votes
1answer
67 views

How can I define build events (pre or post) for lightswitch projects in Visual Studio 2012

There must be something obvious I am missing, but I cannot find a way to define pre and post build events for lightswitch projects. Normally, you go to the project properties screen and see a "build ...
4
votes
0answers
124 views

Delaying the firing of Lightswitch autocomplete filters

I am trying to find a way to delay the list retrieval on a Lightswitch autocomplete box so that it only fires after 3 characters have been entered by the user. This is for performance reasons so that ...
1
vote
1answer
159 views

Lightswitch multiple grids on same page from the same entity causing issue when adding a new item

We have a entity called workingfields based on a sql table. There is a type field in this table so we can store different types of working fields all in the same table. We then have 5 different ...
0
votes
2answers
78 views

ADO.net to Lightswitch issue

I've deploy my database through ADO.net Entity Data Model by executing its diagram output query against my pre-made online database. My database contains Only Lightswitch supported relations, ...
0
votes
1answer
61 views

How do I change lightswitch publish location?

Basically I've deployed a Lightswitch desktop application on web server (i.e. www.firstsite.com), now I must move the application to another server with another address (i.e. www.secondsite.com). How ...
1
vote
1answer
400 views

How to deploy Lightswitch app connecting to MySql Database

I have a simple (no authentication yet) Lightswitch VS 2012 app. That on my local computer connects to a mysql database (the database is hosted by my hosting company). All works well. I then ...
2
votes
1answer
170 views

exporting a report to excel from lightswitch and trying to create a border in excel

I been trying to create a border in excel using light switch. I created the document no problem and am able to format the document however I want. However when it come to putting the excel border on ...
0
votes
2answers
203 views

Lightswitch Forms Authentication issues based on windows user?

First my apologies if I failed to find an answer searching - I tried a variety of search topics but none that were directly related. I have a Lightswitch app deployed and working fine, running on IIS ...
0
votes
1answer
478 views

Autocomplete Combobox in Lightswitch with custom summary property

I have three tables in SQL: "tbProduct" ProductID | ProductName | ProductNumber "trProductGroup" ProductGroupID | ProductID | ProductGroupID "tbGroup" GroupID | GroupName In Lightswitch I ...
0
votes
1answer
514 views

VS2012 Lightswitch How to fill a “modal window picker” with the right data

I am new to VS-Lightswitch 2012 and also new to silverlight. In a lightswitch database I want to store tables of measured values. Each table of MeasuredValues has a certain Unity. So I have a table of ...
0
votes
2answers
42 views

Exception fire when trying to open the screen

When I am trying to open the screen I got the following exception: Unable to cast object of type 'System.Windows.Controls.Grid' to type 'System.Windows.Controls.TabItem' Any help will be ...
3
votes
1answer
209 views

LightSwitch DatePicker Default Value

In LightSwitch, my experience has been that a date picker will show the most recent date viewed for a particular field when a null date is viewed. For instance: 1 I view a Contract Offer Date that ...
1
vote
1answer
59 views

Assign a value of an related table into a new table in VS LightSwitch

I am using LightSwitch (Learning..) with VB.Net and this is my question: I have some tables called tOrder and tProduct. I made a computed property in tOrder that has UNITPRICE and TOTALPRICE.. Total ...
1
vote
1answer
93 views

Source: Dropdown is empty in LightSwitch Add Query

In solution explorer, when I 1. Right-click on a particular data source and click Add Query or 2. Right-click and open a query based directly on the data source The designer screen comes up as ...
3
votes
0answers
240 views

Field Formatting in Lightswitch HTML Client Preview2

Just trying to format a Date (or any field for that matter) in LightSwitch HTML Client Preview 2. I have tried this 'Format Pattern' field: But it always seems to be ignored: I have tried a ...
1
vote
1answer
96 views

Lightswitch updating a changeset with oData in VS2012

I just have a question around updates that require multiple operations: if each OData-based operation is an HTTP Verb executed on a single resource (like POST to insert a new Order, and PUT to Update ...
1
vote
2answers
127 views

Lightswitch VIN Custom Validation

I'm building some custom validation to verify Vehicle Identification Numbers (VINs) in a small LightSitch application. The custom validation is pretty simple for the most part, but I'm using code ...
1
vote
1answer
689 views

Set default value for parameter in Lightswitch

I am trying to set a default value for a multi-valued parameter in Lightswitch but am having no luck. For an example, I have a hardware inventory. "Hardware" table has fields of ('active', bool) and ...
0
votes
1answer
122 views

Lightswitch 2012 Menu and Ribbon missing

I am using Lightswitch as shipped with Visual Studio 2012 on a Windows 7 machine, and even with simple tutorial projects, the top Ribbon control and left Menu do not appear. In addition, under ...
0
votes
1answer
180 views

Unable to find a version of Silverlight Developer runtime installed. Please install the silverlight developer runtime

I am using visual studio 2012 professional version. I am trying to use Light Switch. I am getting the error : "Unable to find a version of Silverlight Developer runtime installed. Please install the ...
0
votes
1answer
75 views

Assign property value from another property value that is in a related table

I have a table called PRODUCT, in which the Price of a Product is stored. Because I know that the price of a product can change at any time, I have a table called ORDER, which holds the Quantity of ...

1 2 3 4 5 11