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

learn more… | top users | synonyms (5)

5
votes
0answers
104 views

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 ...
4
votes
0answers
128 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 ...
3
votes
0answers
241 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 ...
3
votes
0answers
206 views

Lightswitch entity level permissions is not working correctly in internet explorer

I think I found a bug in lightswitch and I searched throughout google to try to find someone else who has the same problem, but haven't had any luck so far. Seems that lightswitch caches the ...
3
votes
0answers
96 views

Remove the regional files from a LightSwitch deployment

Is there some way to remove the multitude of region specific files in the LightSwitch \bin directory ? ... apart from manually We only deploy for local, so having the various language/region specific ...
2
votes
0answers
21 views

What is the role of _Pvt_Extensions in LightSwitch

In LightSwitch: What is the role of the _Pvt_Extensions directory? Why is it generally recommended that this directory should not be included in source control? Is the contents not necessary? Is it ...
2
votes
0answers
926 views

Lightswitch: Load operation failed for query 'GetAuthenticationInfo'. The remote server returned an error: NotFound

Here is my scenario: Solution is made up of two projects - a LS app and a RIA Services project. The RIA services are connecting to remote Web Service which is residing in other domain. These RIA ...
2
votes
0answers
146 views

Microsoft Lightswitch Application hangs when screen resolution is 1024 x 768

I have created a Lightswitch desktop application which works fine on all resolutions higher than 1024 x 768. Unfortunately I need to hook it up to a projector which only supports 1024 x 768 and as a ...
2
votes
0answers
330 views

VisualStudio LightSwitch - Unable to load data in web version of application

I am creating application with LightSwitch where I have following the data stores: - SharePoint 2010 list (main database) - windows authentication - SQL database (supportive database) - static ...
2
votes
0answers
1k views

Assembly Version Conflicts with What is Already Bound

I'm running Microsoft LightSwitch Beta 1 and have been creating an application which has been going great, but then I tried debugging after making a few minor changes and received the following error: ...
2
votes
0answers
120 views

LightSwitch beta 1: “CreateRuntimeExtensionAssembliesManifest” task failed unexpectedly

Using LightSwitch Beta 1, every time I build my project I get this error on the ServerGenerated project: The "CreateRuntimeExtensionAssembliesManifest" task failed unexpectedly. ...
1
vote
0answers
39 views

LightSwitch HTML Client - How to add global menu

Is it possible to add global menu items like in desktop client LightSwitch? Or something simular to it... How, or better question is, where can I do it? Ty
1
vote
0answers
32 views

LightSwitch HTML Client - Select Modal Picker value from code

I would need to select item in a Modal Picker from JS. I got value in DOM. Can somebody give me a hint or example how to do it? Thank you for your time!
1
vote
0answers
69 views

Kendo Grid with Lightswitch HTML

AM attempting to use Kendo Grid with Lightswitch. I can get data binding working with local data. When I bind to lightswitch data, nothing shows up. Code looks like this ...
1
vote
0answers
89 views

Lightswitch with RIA service migration problems

we have migrated LS solution developed with VS2010 to VS2012. After the migration the strange problem appears with WCF RIA service that was working just fine with VS2010. WCF RIA service connects to ...
1
vote
0answers
150 views

Lightswitch / silverlight remove glyph from datagrid column header

Im a newbie to lightswitch and silverlight (ran for the hills on SL v1.0 but as with anything its now coming full circle) I have seen some examples with XAML and silverlight, and also a couple with ...
1
vote
0answers
61 views

syntax highlighting in a lightswitch textbox

Does anyone know how to add syntax highlighting in a lightswitch textbox? I suspect it does not exist, so does anyone have any suggestions where to start if I would like to add the feature?
1
vote
0answers
179 views

Cannot edit externally hosted SQL database from Lightswitch application

I have setup a Lightswitch 2012 application (locally for the moment). When I access an "external" SQL Server 2012 database hosted locally, I have no problem with accessing tables and adding, deleting ...
1
vote
0answers
120 views

Web services configuration exception LightSwitch

I'm having problems when deploying an application with a Web Service consume from the Client.. I followed this article http://code.msdn.microsoft.com/windowsdesktop/LightSwitch-Consuming-Web-c54979e0 ...
1
vote
0answers
198 views

Lightswitch XtraReport chart - reducing number of points / accessing dataSource

I have an XtraReport with 6 charts containing 4-8 LineSeries, where each Series can have up to 25,000 Points. The data comes from a query from a database table. The problem is, that it takes around 3 ...
1
vote
0answers
109 views

Profiling a Lightswitch application?

We are in the requirements stage of a Lightswitch based app. I was looking for code profiling support for lightswitch applications and have tried Ants 7.1 which we already have licence for, but it ...
1
vote
0answers
71 views

Unable to add an item inline via a search screen

I'm using Microsoft Visual Studio Lightswitch Beta 1 to create a simple application. I'm trying to create a search screen for a table that contains an Int32 filed called ID and a String field called ...
0
votes
0answers
3 views

Lightswitch 2012 Html Client custom control textbox delete button

I create a custom control: myapp.Home_BrowsePunkteSet.BaufilterTxt_render = function (element, contentItem) { // Write code here. var txt = $('<input />', { id: 'bauFilterTxt', type: 'text' }); ...
0
votes
0answers
33 views

Saving images in Azure Blob Storage using Lightswitch 2012

I have a lightswitch application which currently stores all data in SQL Azure - including images. But I would like to keep the images separately in Azure Blob Storage and all non-binary data as it is. ...
0
votes
0answers
39 views

SignalR & Lightswitch: Subscription via “Hubproxy.On” does not always fire when deployed

I Successfully implemented SignalR in our 3tier Lightswitch Application. It is Hosted on one of our Servers with IIS6. Invoking Server methods works as expected. A Lot of those methods will give ...
0
votes
0answers
35 views

Including child entity ADO.net EF, LinqToEntities

I'm trying to get all my child entities to get loaded in the same query as the "master" table, instead of every property loads one by one. It's an ADO.net database model connected to SQL Server 2008. ...
0
votes
0answers
31 views

Is there a way to tab (keyboard) navigate to add more than 20 properties in a table?

When adding properties to a table I just tab into the next one and it works fine up until there are 20 properties. Once I need to add property number 21, I have to use the mouse to scroll down and ...
0
votes
0answers
18 views

“Save operation failed invalid MIME part type” in Lightswitch HTML Client

When trying to save a record in VS Lightswitch HTML Client I get this error pop up. "Save operation failed invalid MIME part type" It does it in the HTML Client but I don't know if it's exclusive ...
0
votes
0answers
50 views

how to set default property value as the id of the table in lightswitch 2012

i am trying to set a default property value in a table as the value of the auto genearated table id. Table name : Customer id->primary key ,auto generated CustomerNo->(to be set with value of id) ...
0
votes
0answers
22 views

Lightswitch getting 401 in Trace.axd after log in

I have an Lightswitch OOB Desktop application. What reasons could there be for getting a 401 error in my trace.axd after a user has logged in? It seems that any data related operations cause a log on ...
0
votes
0answers
94 views

How to make a multi-select lightswitch ComboBox and how to filter a query with this

I need to filter a Lightswitch query with a multi select combobox. I can build a wpf control to make the combobox , but I don't know how to filter. Can someone help me?
0
votes
0answers
28 views

showing RSS feeds in LightSwitch HTML entity

starting to play with LightSwitch HTML (VS 2012) I am trying to show RSS feed in entity using zRSSFeed library this is my code in the render event. Respective libraries are referenced in default.htm ...
0
votes
0answers
73 views

System.Text.Encoding is inaccessible due to its protection level

I am trying to deserialize and serialize JSON in a Lightswitch app, and in that procedure I need to use encoding. The problem is that after build I get this error : ...
0
votes
0answers
32 views

Lightswitch, separated assembly for domain service and model - possible bug?

I try implement custom RIA service which I want to use as external data source in Lightswitch (version 2011). My service uses Entity framework model and domain service. These are in separated class ...
0
votes
0answers
154 views

Error: The application which this project type is based on was not found

I installed VS2012 and tried to open a project that was developed using VS2012 as well by another developer. But I am getting an error message as below. I googled the error message and found most of ...
0
votes
0answers
27 views

Lightswitch get parameter to update area

Hi I got the following problem I am trying to pass a value from the screen to the table. I have the follow Order and orderdetails. In the order details I have a field called planid and selected. When ...
0
votes
0answers
33 views

Domain Service Class Wizard Doesn't Find Entities

I'm building LighSwitch application. For bussines logic I have WCF RIA Service. I have database. In web part of service I've created ADO model for my database, but my domain service class wizard ...
0
votes
0answers
107 views

LightSwitch screen data changed event

I'm testing a HTML Client project, I have a Main screen to list all the items, now I'm trying to add a label to show the total count of items using a data item local property, it worked for the first ...
0
votes
0answers
36 views

Gantt chart in lightswich, possible?

I know that the functionality is not build in but im wondering if there is any good extionsions or maybe some silverlight gantt charts i could hook up. I have looked into Netadvantage and the ...
0
votes
0answers
62 views

How to deploy LightSwitch membership tables in another database

We use LightSwitch to create a maintenance application with access control. After publishing, Lightswitch generate tons of aspnet membership tables, views, and sprocs in our database. We want to keep ...
0
votes
0answers
40 views

Update list dynamic in lightswitch

I have a table (Main) that has a one-to-many relationship with another table (Sub), Sub also has a relationship with another table (SubSub) The behavior that i im after is that when i Add Data to ...
0
votes
0answers
56 views

How does one add a sub grid to grid's row detail template in lightswitch?

I need to display a sub grid as part of a grid's row detail template for a one to many relationship. e.g. Order -> OrderLines. When I add the related entity as a grid to the row detail template, the ...
0
votes
0answers
117 views

Publish lightswitch application to use MySQL

I want to publish a lightswitch application to run with MySQL. I have created tables using lightswitch already. I installed MySQL Connector for .Net I can attach it as an externel datasource. But ...
0
votes
0answers
24 views

Is there a way to get Yslow to work with Silverlight or Lightswitch?

I have tryed to run Yslow on a LS/SL application and everytime I run it the yslow application hangs and does not process. Is there anything I can do to make yslow work on SL/LS app?
0
votes
0answers
43 views

Scroll records detail of one entity while in the list detail screen of another entity

I have three entities. One is "Volunteer" with the standard bio info for a person, one is "Learner" with the standard bio info for a person, and one is a "Match" entity where a record constitutes a ...
0
votes
0answers
88 views

Lightswitch HTML Client giving typeerror $.mobile is undefined at runtime

I keep getting this error at runtime after the project successfully builds when I try to run the mobile client of Lightswitch. typeerror $.mobile is undefined Please what can possibly be the ...
0
votes
0answers
37 views

VS2010 Lightswitch 1 and tfspreview 2012 buid definition Error

i have successfully set up tfs publishing between an azure website and tfspreview.com. any time i check in the build process fails with part of the error indicating the absence of this file ...
0
votes
0answers
79 views

Making Lightswitch reports

I was wondering is there any free solution for creating reports (plus report viewer) to use for projects created in Lightswitch? Something like DevExpress or NetAdvantage just for free? I`m creating ...
0
votes
0answers
95 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
0answers
50 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 ...

1 2 3 4 5