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

Search this forum:
Search
You are not authorized to create a new topic.
Page 5 of 32 << < 34567 > >>
Topics
Replies
Views
Last Post
[RESX:TopicRead]
Lightswitch behavior based on field value
DAL
0 248
15 Feb 2013 09:48 AM
sad.gif
Access screen values in Silverlight
Akama
1 351
by  AkamaJump to last post
15 Feb 2013 05:35 AM
[RESX:TopicRead]
Save one item from column to multiple sharepoint list
Rice
0 307
14 Feb 2013 04:05 PM
[RESX:TopicRead]
Query for Validation
charly
0 276
14 Feb 2013 10:42 AM
questionmark.gif
Help with Join in Linq
pepeToro
0 466
12 Feb 2013 12:29 PM
[RESX:TopicRead]
Using FindControl with Modal Dialog
ClintonGallagher
0 403
11 Feb 2013 05:48 PM
[RESX:TopicRead]
VS 2012 crasches when add reference in LightSwich
matsonline
0 441
08 Feb 2013 04:47 AM
[RESX:TopicRead]
Operations with datagrid values
andrealves
Not Resolved
0 408
08 Feb 2013 12:50 AM
[RESX:TopicRead]
Right to Left
mahdi
0 364
07 Feb 2013 06:16 AM
questionmark.gif
Oddball results when connecting to published LS database
angus454
0 254
06 Feb 2013 11:45 AM
crazy.gif
Editable Multiple Data Sources in Modal Window
DAL
1 484
by  Michael WashingtonJump to last post
30 Jan 2013 03:57 PM
[RESX:TopicRead]
IIS management from LightSwitch
Crocodilius
2 281
by  Dave KidderJump to last post
30 Jan 2013 11:46 AM
pinch.gif
Referance Sql Client
jbaillie
0 303
30 Jan 2013 10:38 AM
[RESX:TopicRead]
Referance Dll
jbaillie
0 222
30 Jan 2013 10:34 AM
[RESX:TopicRead]
OnChange Event
over
2 504
by  Michael WashingtonJump to last post
30 Jan 2013 04:21 AM
questionmark.gif
Creating a LightSwitch Application that Connects to a WCF RIA Service.
PepperSpray
7 673
by  Michael WashingtonJump to last post
29 Jan 2013 07:14 AM
[RESX:TopicRead]
HTML Client, WCF RIA Services and EF STE
PepperSpray
4 648
by  PepperSprayJump to last post
25 Jan 2013 10:05 AM
crazy.gif
Deployment problem in IIS 7.5
musfiqur
3 721
by  musfiqurJump to last post
24 Jan 2013 11:20 AM
[RESX:TopicRead]
Extending VS2012 lightswitch trial
Michael
1 511
by  MichaelJump to last post
24 Jan 2013 07:58 AM
[RESX:TopicRead]
Finance overview
galaumiy
Not Resolved
1 309
by  Michael WashingtonJump to last post
23 Jan 2013 02:32 PM
You are not authorized to create a new topic.
Page 5 of 32 << < 34567 > >>


Latest Microsoft Visual Studio LightSwitch Forum Threads That Have Answers

Name
Allow me a brief description of the problem: My datasource currently links to one table and one view. I use the view to populate a screen with a tile list of all the rows, and programmatically add a flip switch to each row's tile. Upon clicking a button that runs a user-defined method, I use jQuery to run .each() on every select tag on the page to see if the flip switch has been set to true by the user. When it runs across a true switch, it is supposed to save the information from that row into the table. I'm getting stuck on that part, though. In the Silverlight version of Lightswitch, I was able to create a new row in VB/C# via an object and then commit it to the database. I am not having any luck trying to do the same in javascript/jQuery on my HTML client. I've tried a few different ideas (including attaching a local property of that table's type and then trying to assign data to the column names [so, NewRowProperty.NAME = 'Something', for example]) but no success. At
Read more...

I have added in the server project a class that inherits from MembershipProvider. This class is not in a namespace. I have also updated the Web.Config file. Below is what I wrote. <membership defaultProvider="MySQLAuthorizationProvider"> <providers> <clear /> <add name="MySQLMembershipProvider" type="MySqlAuthorizationProvider" connectionStringName="_IntrinsicData" applicationName="BarMOS" requiresUniqueEmail="false" requiresQuestionAndAnswer="false" /> </providers> When I run the solution from inside VS 2012 everything works fine. When I select to publish the wizard does not start and I see a message box informing me that: The following exception was thrown trying to publish: Could not load type 'MySQLAuthorizationProvider' from assembly 'System.Web, Version=4.0.0.0 etc etc etc. Notice that it looks for my provider in System.Web. How
Read more...

Hi, I'm new to lightswitch and I'm still learning and I hope someone can help me with this.  I have only one table source with 3 queries, each define with different query filter. now, what i want is to show these 3 queries into html client using tab. Under each tab, when click the item, it will show the edit screen, but depending on the tab or status it will show different edit screen.  For example, the table is tag by status (available, inused and posted) I've created 3 queries one for each status. For "available" status tab it will show only item with status "available", same with "inused and posted status. Then everytime i made some update on the item under "available" tab and saved,  it will update the status to "inused". The result, this item will not show up anymore in available tab but now show in "inused" tab. Same when updating the item with "inused" status, after save, status will
Read more...

Cannot Save an Integer field
6/13/2013 3:33 PM
I am posting on this forum because I am desperate. I am trying to call this.DataWorkspace.MYDATASOURCE.SaveChanges(); on a sample set of data. When I type "5" into the textbox of an integer field and hit save I get an error message. Cannot convert type System.Int32 to System.String There is literally no code to paste, I am sure the data type of my table is "Integer". It just won't save to the database. Can anyone help?
Read more...

When using TFS and going to check in my files in my HTML project, there are a lot of files (50+) listed in the Excluded Changes list. I suspect that some of these should actually be moved to the Included Changes list and then checked in. I've produced a listing of the files in the table below: Note: the contactsData* files are files from an external data source.
Change Read more...
1234

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