I am using Microsoft Visual Studio Lightswitch 2011 with MySQL.I followed the advice provided in a previous Stack Overflow post found here that details how developers can get around a pesky error when
I have a requirement for pre-setting a field to the last entered value. I\'m saving the value on Save() to a static and then I would like to set the field to that value the next time a new entry form
I have two tables in SQL server one Messages and a second Message Bodies. There is a FK relationship between the two (Primary key on Messages to a column (Message ID) on Message Bodies.
I am currently trying to add a one to one foreign key relationship in LightSwitch. It is be开发者_如何学编程tween an ID and a username. Ideally I would be able to show the username wherever the relate
Is it possible to create a web application in开发者_StackOverflow中文版 LightSwitch which can be hosted on the server?Yes, you can host on the desktop, on a remote IIS Server or in Azure. This link de
I am trying to use RIA services in LightSwitch but I get an error when the query in the DomainService has a parameter because the query is not imported into LightSwitch.
I have a database containing tables related to user security and I imported this database into LightSwitch into a data source called UserData.
Trying to connect to and modify existing data in a MySQL table. The reading working fine but when trying to save a change, the following error occurs.
I have two image properties in my entity: Thumbnail a开发者_如何转开发nd HiResPhoto, and I am showing Thumbnail in a grid. How can I show HiResPhoto as a ToolTip for the Thumbnail image displayed in t
I can see that the internal database for lightswitch is called \"ApplicationDatabase\" and if you look inside the directory structure outside of Vs10 the database is in the bin folder.