Site
Web
Home
Community
My Wall
Social Summary
Social Members
Social Profile
Social Group Directory
Social Group Details
About
LightSwitch Articles on C# Corner
Harold Glenn P Minerva Articles
LightSwitch Articles on Tek Freak
LightSwitch Articles on Jan Van der Haegen
LightSwitchFX
Blog
Forum
Downloads
Market
Amazon Store
Themes
JetFlow Themes
JetStreamBright Themes
JetStream Themes
JetPack Themes
Enterprise Themes
Business Themes
Designer Themes
Expression Themes
Shiny Themes
Shells
Minimal Shell
DELORDSON Shells
OutlookBar Shell
Shell Pack
TreeView Shell
Touch Strip Menu Shell
Tiled Menu Shell
Tabbed Menu Shell
Default Shell Top 2012
Default Shell
Default Shell 2012
Books
Creating Visual Studio LightSwitch Custom Controls
OData And Visual Studio LightSwitch
Visual Studio Gallery
Demos
Things For Sale
Call Log
Tank Game
Expense Report
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
Forums
Search
Members
Unanswered
Active Topics
Michael Washington's Profile
Michael Washington
Member Since: 20 Aug 2010 08:14 PM
Last Visit: 21 May 2013 08:58 AM
Posts: 990
About Me
Website:
Location:
Occupation:
Interests:
Avatar:
Signature:
-----------
Michael Washington
http://LightSwitchHelpWebsite.com
View Posts By User
Yahoo:
MSN:
ICQ:
AOL:
Latest Microsoft Visual Studio LightSwitch Forum Threads That Have Answers
Add query or datagrid column from related table
5/21/2013 2:56 AM
Thanks for help on this, Looking at moving from Access and I'm impressed with the deployment possibilities of LS along with the RAD focus (great name too - Lightswitch). Struggling with something that I'm sure is simple but I'm missing - how do I add a column/field to a query or a datagrid from a related table in LS. I've tried adding a Data Item in a screen, bit I can't add a field to the grid, and there doesn't seem to be any options to add fields in the query builder. What am I missing folks? Brad
Read more...
GetAuthenticationInfo Error on application is published on the web or desktop
5/20/2013 12:50 PM
I have a very big problem. I created and published a LS application - VS2012 and got this error is generating the program with both the web client mode and desktop clients. I started this post because I unsuccessfully tried all the solutions I've found on the internet. My application is 3 tier levels In particular: the IIS server is Windows 2008R2 and is within a domain with multiple servers. The database is on another server Windows 2008R2 with SQL Server 2008R2. The Lightswitch IIS server has been configured using the Web Platform Installer 4.5 As mentioned on various blogs: - On IIS7 I checked authorization, first anonymous ASP only, then with authorization Form - I tried to do the repair of the framework 4.0 and restart both the Web server (Web mode) and the client (in desktop mode) - I plugged in the web.config section: <system.webServer>
Read more...
How to set entity properties value in myapp.entity.beforeApplyChanges event
5/19/2013 7:05 PM
How to set entity properties value in .beforeApplyChange event at client side. Thanks for your help. -SK SK
Read more...
Deploying to IIS Server, what link to my app?
5/17/2013 1:41 AM
Hi, my app created with VS2012 has silverlight client with forms authentication and I am trying to web-deploy to IIS server with database and client on same machine. Until now I was reading so many tutorials and watched many different tutorial-videos. So far I managed to deploy my website to the server without any errors in VS. am I ready now? however, if i try to start my app I use the link http: / / <serveripv4> / <myappname> but I get "Server error 403 forbidden". I look inside the directory on the Server C:\inetpub\wwwroot\<myappname> and find a subdirectory "Client" with a file default.htm I am wondering what is the right lik to my app? If I use the link http: / / <serveripv4> / <myappname> / Client I get the loading-percentage-view and at the end I get "error in database communication" it seems to me the database was not created at all. SQL Management Studio does not show the database and
Read more...
Binding to New Record created using the Many-To-Many Control
5/16/2013 9:32 PM
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...
1
2
3
4
Microsoft Visual Studio is a registered trademark of Microsoft Corporation / LightSwitch is a registered trademark of Microsoft Corporation
Privacy Statement
|
Terms Of Use
Copyright 2011 by Michael Washington