You are here:   Forum
Register   |  Login

Forum Notice

For new Visual Studio LightSwitch questions,
It is recommended that you use the official Visual Studio LightSwitch Forums at:

http://social.msdn.microsoft.com/forums/en-US/lightswitch/threads


Forums

Unanswered
Topic Replies Views Last Post
Profiling a Lightswitch application
by juancarlosr in LightSwitch Hackers
0 391
07 Jan 2013 02:37 PM
UI Automation Testing lightswitch
by dvr in LightSwitch Hackers
0 425
03 Jan 2013 06:41 AM
Does Light Switch uses only SQL Server Express Edition?
by chaithanya in LightSwitch Beginners
0 326
01 Jan 2013 09:00 PM
Calculate selective lines from order detail
by Michael in LightSwitch Beginners
0 374
28 Dec 2012 06:13 AM
Stored Procedure as a Data Source for Tree Control
by svetoslav80 in LightSwitch Beginners
0 463
24 Dec 2012 04:41 AM
Can't use System.Data.SqlClient in LightSwitch
by Letha in LightSwitch Beginners
0 537
19 Dec 2012 12:22 PM
Create a Border Excel Document
by jbaillie in LightSwitch Beginners
0 313
16 Dec 2012 10:41 AM
how to load data to a grid automatically??????
by andres in LightSwitch Beginners
0 547
05 Dec 2012 07:45 AM
LightSwitch HtmlClient Event/Method
by sstigi in LightSwitch Hackers
0 586
04 Dec 2012 04:18 AM
Custom Form Screen
by omar awwad in LightSwitch Hackers
0 524
30 Nov 2012 04:02 PM
AspNetSqlProfileProvider add Profile Property
by cdt in LightSwitch Beginners
0 426
30 Nov 2012 08:47 AM
Bind data from one control to another
by polimerizar in LightSwitch Beginners
0 427
29 Nov 2012 05:57 AM
Links using Jetflow Theme Issue
by Andy Drury in DELORDSON (LightSwitch Extras)
0 375
28 Nov 2012 07:21 AM
It's been a while, is deployment fixed yet?
by angus454 in LightSwitch Beginners
0 570
26 Nov 2012 12:27 PM
Username and Password in DB
by sysman in LightSwitch Beginners
0 317
23 Nov 2012 03:53 AM
use Oracle roles in LS
by sysman in LightSwitch Beginners
0 234
23 Nov 2012 03:49 AM
debug error when using filter control extension
by engmelegy in LightSwitch Beginners
0 417
22 Nov 2012 12:39 AM
showinputbox
by Andy Drury in LightSwitch Beginners
0 305
22 Nov 2012 12:13 AM
Deploy project to the discountasp
by Alan in LightSwitch Hosting
0 303
21 Nov 2012 05:54 AM
How to Get fill dropdown from Multiple tables
by sreeman in LightSwitch Beginners
0 481
21 Nov 2012 01:04 AM
Page 4 of 18 << < 23456 > >>

Latest Microsoft Visual Studio LightSwitch Forum Threads That Have Answers

How to set entity properties value in .beforeApplyChange event at client side. Thanks for your help. -SK SK
Read more...

Hi On creating a new many to many record, all it has is the 2 fields with keys to the other 2 tables. I need to add fields from the associated tables so that it has searchable fields on the screen. However I cannot seem to bind to the newly created record. This is the code I wrote to add the store name to the new record but it just picks up an existing selected record and not the new one. Please assist. Thanks, Mark. partial void GroupList_Changed(NotifyCollectionChangedEventArgs e) { if (e.Action == NotifyCollectionChangedAction.Add) { foreach (GroupList Gr in e.NewItems) { Gr.StoreName = this.Stores.SelectedItem.Name; } } } Mark
Read more...

I got a new laptop recently, and installed both Visual Studio 2010 and 2012. I went into Visual Studio 2012 and got the latest version of a C# Lightswitch project from Team Foundation Server (which we use for source control). I then switched the solution explorer to 'File View' so that I could look at the User Code.  Any code file that I look at contains the error (listed on the title) on all of the methods contained in the code files.  I've done a lot of searching, and came across some suggestions from Yann Duran in Lightswitch thread  entitled Overwriting a Lightswitch Query produces Error "no defining declaration found for implementing declaration of partial method".  I've rebuilt the solution, Unloaded and reloaded the project, and also repaired Visual Studio.  I still have the errors in my code files. I think that this project may have been originally created in Microsoft Visual Studio Lightswitch 2011, so I installed it,
Read more...

I want to limit to 3 simultaneous users
Read more...

Hello, I have created a new LightSwitch 2012 (update 2) HTML client project. I created one entity and one screen for the HTML client. It's an add/edit screen. When I build and run it, however, I find that all the fields are grayed out and I cannot add an entry. Moreover, when I go to add a button to the Command Bar of the screen and choose an existing method, it only shows "edit" and "view" methods. Isn't there usually an "add" method there as well? It's missing. Did I miss something?
Read more...

1234

Microsoft Visual Studio is a registered trademark of Microsoft Corporation / LightSwitch is a registered trademark of Microsoft Corporation