Microsoft Visual Studio LightSwitch is a rapid application development tool for creating data centric Silverlight applications.
1
vote
1answer
3k views
Visual Studio 2010 Pro includes LightSwitch. How?
I see the VS2010 Pro includes LightSwitch. But from the LightSwitch website only has links to download the 30 day demo (which can be extended by 60 days with a registration).
I don't have a MSDN ...
1
vote
1answer
967 views
Lightswitch does not allow adding or modifying records in MySQL
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 ...
1
vote
1answer
1k views
LightSwitch + MySQL error: Nested Transactions are not supported
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.
An error occurred while starting a transaction ...
4
votes
2answers
1k views
Can't run Lightswitch 2012 Programm under Windows XP
I've migrated a Lightswitch 2011 project to LS 2012. I start the compiled application by running "vslshost.exe". This works well using Windows 7 (32 and 64 Bit, but when I use Windows XP starting the ...
0
votes
2answers
902 views
Is there a way to create a search screen in Lightswitch based on a dropdown
I want to put a dropdown where the search box is on the search screen and have each entry associated with a different query. This is for a database used in my business and we currently have too many ...
2
votes
1answer
621 views
Exception: Error HRESULT E_FAIL with Microsoft LightSwitch Visual Studio 2012 RC
I installed Visual Studio 2012 RC recently along with VS 2012 SDK and LightSwitch Extensibility Toolkit.
this is the XAML code in my Client.Design -> TControl.XAML file
<UserControl ...
1
vote
1answer
210 views
Lightswitch is slow, ADO.NET Entity Framework/Domain Service/WCF RIA Service
I'm developing an Lighswitch application in VS2012 with an external SQL Server 2008. I'm using a WCF RIA Service to fetch my data, using these techniques: ...
1
vote
2answers
1k views
LightSwitch and Expression Blend - Will they work together?
how well can LightSwitch work together with Blend? I saw in some videos that you can use custom Silverlight control in LS and naturally I can create them with Blend.
But can Blend in itself be used ...
2
votes
2answers
342 views
Comparing two fields using LINQ
I'm facing a weird problem. As shown in the image actually I selected record number 37 but lightswitch is highlighting as record number 1.
1) The FristName,LastName & HospitalName are unique ...
1
vote
1answer
468 views
Getting additional files in LightSwitch
I want to add additional files (mostly .xlsx and .docx) to a LightSwitch application and use this files in the application, for example as a filestream.
What is the best way/practice to do this?
So ...
0
votes
1answer
40 views
Form Authentication and Active users in LightSwitch Web App
Is there any way i can trace when user has Login (i.e. insert time of login in a log table) and how many users are currently active. I am using Form Authentication.
I have search but i got stuff ...
2
votes
4answers
2k views
LightSwitch Beta 1 looking for SQL Express instead of full SQL instance
After resolving issues with RIA installation here, I'm still getting this following error. Not much special - I tried to create a new screen based off of data sources from an existing database in a ...
2
votes
1answer
670 views
Missing references in LightSwitch Beta 1 autogen code
I'm trying out the new LightSwitch beta 1 and getting the following error when I try to build. Not much special - I tried to create a new screen based off of data sources from an existing database. ...
1
vote
1answer
2k views
In LightSwitch, how to fill choice list of query parameter from a table
In VS LightSwitch, queries can have parameters. When creating a screen, the query parameters are shown on the screen. A choice list can be defined, in which case the field appears as a drop-down-list ...
1
vote
1answer
1k views
Visual Studio LightSwitch 2011 cannot deploy a Web Project via WebDeploy v2.0+
I am receiving the following error when attempting to publish a Visual Studio LightSwitch 2011 project ...
Error 1 The "VSMSDeploy" task failed unexpectedly.
System.ArgumentException: Version string ...
0
votes
1answer
40 views
LightSwitch - bulk-loading all requests into one using a domain service
I need to group some data from a SQL Server database and since LightSwitch doesn't support that out-of-the-box I use a Domain Service according to Eric Erhardt's guide.
However my table contains ...
0
votes
1answer
242 views
Lightswitch Desktop Application Wont Install in XP SP3
I have a desktop application developed with Lightswitch using Visual Studio 2012.
The app installs perfectly on a Windows 7 machine but when I try to install it on an XP SP3 machine I get:
...
0
votes
1answer
682 views
LightSwitch installation problem
A short while ago I tried to install LightSwitch Beta, but after some sizeable and lengthy downloads, the installation aborts after trying to install Silverlight 4. It simply says that Silverlight 4 ...