LightSwitch is a rapid application development tool for creating data centric Silverlight applications. It can be extended using Silverlight custom controls and RIA Services data sources. LightSwitch applications focus solely on data entry and provide no built-in support for reporting, although 3rd ...
17
votes
3answers
1k views
Lightswitch Evaluation
Has somebody already evaluated the new MS Silverlight RAD tool "Lightswitch"? Is it also suitable for developing complex applications? Can I use it without Silverlight knowledge? Is it so flexible, ...
10
votes
7answers
3k views
Reporting in VS lightswitch
What are the reporting capabilities of LightSwitch? Will 3rd party controls be needed or will Microsoft offer integration with Reporting Services?
9
votes
2answers
465 views
Visual Studio Lightswitch Beta2
What are your experiences with Beta2 of Visual Lightswitch? Can it already be used for real life projects? Does anybody know, when the final (RTM) version will be out?
I am very intersting in using ...
9
votes
0answers
949 views
Is Visual Studio Lightswitch “Microsoft Access” for the web age? [closed]
It seems that Visual Studio Lightswitch is aimed at the some sort of application that Microsoft Access was aimed at.
Therefore am I right to assume that:
“Visual Studio Lightswitch” is
...
8
votes
4answers
752 views
What limitations are you running into with LightSwitch
I've played only briefly with LightSwitch and while it looks like it could be a great framework for internal applications, I'm worried it will be like so many other tools that promised ...
6
votes
4answers
413 views
Timeline for Visual Studio Lightswitch RC / RTM [closed]
Does anybody know if there is already a RC / RTM Timeline for Visual Studio Lightswitch ? When can we expect V1.0 ?
5
votes
5answers
211 views
LightSwitch project: Which files to check in, and which to ignore?
In a LightSwitch application, what files and folders should I ignore and not keep in source control?
(I'm using Git, and I'm wondering what to put in the .gitignore file.)
5
votes
1answer
406 views
What is the correct way to deploy Lightswitch project database changes to existing databases?
If you are using a Lightswitch project to manage your entities and database changes, how do you deploy changes to the entities to an existing, already deployed project database? Is the best way to run ...
5
votes
2answers
351 views
Deploying MS Lightswitch applications
Can Microsoft LightSwitch desktop applications be deployed as a single executable?.
5
votes
3answers
704 views
4
votes
1answer
256 views
Change the size of a control in lightswitch beta
I'm playing around with my first lightswitch application and am trying to change the size of a list control. Does anyone know how to do that? I've tried:
...
4
votes
3answers
642 views
LightSwitch: How do I place my business logic into a separate assembly?
I have no idea how to do this simple task. LightSwitch's Solution Explorer is different in the sense that it doesn't allow to add other projects such as Class Library. Even if I could add a Class ...
4
votes
4answers
3k views
Can Visual Studio Lightswitch connect to an oracle database?
All the demos of Visual Studio Lightswitch use SQL-Server, it is possible to access data from Oracle using Visual Studio Lightswitch?
3
votes
1answer
82 views
Steps to integrate lightswitch app into existing web application
can anyone tell me step-by-step procedure to deploy lightswitch app into existing web application?
3
votes
2answers
448 views
Where is the LightSwitch internal database?
I've just downloaded VS LightSwitch and I'm doing a sample application for myself. I have created a new table by using Create new table option and have inserted some data. So after I inserted 3 ...
3
votes
4answers
798 views
Does Microsoft LightSwitch require Silverlight on the client?
Microsoft Lightswitch is a Rapid Application Development environment currently in beta 2. It will be part of the Visual Studio family. There seem to be several different ways to deploy LightSwitch ...
3
votes
1answer
230 views
How to automate Lightswitch for metaprogramming
I really like the Ria Services approach, and I see Lightswitch as the next higher level of abstraction, but my scenario is this:
I need to be able to define a Lighswitch app without having to rely ...
3
votes
3answers
492 views
How do I host a LightSwitch application?
If I wanted to host a LightSwitch application on my home computer, what would I need to do? My home computer has a Verizon FIOS connection. What software, configuration, etc. would I need?
3
votes
3answers
861 views
LightSwitch vs WCF RIA
I've just found out about Visual Studio LightSwitch, Microsoft's new Silverlight-centric RAD tool.
Does this occupy the same space as WCF RIA Services?
Is WCF RIA effectively dead?
3
votes
1answer
257 views
Compare old to new value at validation in LightSwitch
Is there a possibility to compare the old value to the new one during validation.
Say you have a State on some object that is set to A and changed to B. This should only be allowed if the entity ...
2
votes
2answers
226 views
How to access database in lightswitch in other class?
I just don't know how to explain this clearly. So I create a simple image pattern of what I did.
My question is, how would I be able to access my database in other class in LS?
I've been searching ...
2
votes
1answer
46 views
Updating database in MySQL to SQL server in LightSwitch
I have my LS with datasource made in MySQL. I decided to create same database in SQL Server, and when I use the "Update DataSource" of LS, all of my screen objects gone (the textboxes, labels, codes, ...
2
votes
0answers
45 views
Microsoft Lightswitch Application hangs when screen resolution is 1024 x 768
I have created a Lightswitch desktop application which works fine on all resolutions higher than 1024 x 768. Unfortunately I need to hook it up to a projector which only supports 1024 x 768 and as a ...
2
votes
1answer
149 views
LightSwitch custom query with LINQ using delegates does not work
I have problems in designing an extended query in the ...PreprocessQuery() Method of a LightSwitch query.
1st of all, I tell you in a simplified way, what works:
partial void ...
2
votes
2answers
730 views
Lightswitch: Load operation failed for query 'GetAuthenticationInfo'. The remote server returned an error: NotFound
I'm currently creating a small silverlight application for testing, to see if it can works with other projects.
In debug, everything is working, but once I deploy it to my local IIS Server, I got ...
2
votes
3answers
166 views
Using lookup values in linq to entity queries
I'm a total LINQ noob so I guess you'll probably have a good laugh reading this question. I'm learning LINQ to create queries in LightSwitch and what I don't seem to understand is to select an entity ...
2
votes
1answer
174 views
Lightswitch - How to re-use existing resources?
I am trying to understand what is the most streamlined way of customizing the look and feel of my LightSwitch applications.
I have built several WPF and Silverlight applications, and have a common ...
2
votes
1answer
189 views
LightSwitch error when trying to use the runtime Design Screen feature
I get the following error, when trying to use the runtime screen editor. (LightSwitch 2011, RTM version)
"The last change wasn't successfully persisted. Please shut down the running application. ...
2
votes
1answer
835 views
LightSwitch and IIS 7 Windows Authentication
I ask this under the pretense of LightSwitch as that is what I am trying to deploy even though I have a sneaky suspicion that it has nothing to do with it.
If I have Authentication Enabled in any ...
2
votes
1answer
273 views
LightSwitch - Business Rules
I have a Master/Detail screen in LightSwitch. I allow user to delete details' items. However, the user is allowed to delete all except one. In other words,only one detail item needs to be present.
Is ...
2
votes
1answer
309 views
Is it possible to convert lightswitch application to Silverlight project(which contains UIs with xaml etc)
Lightswitch under the hood runs with 3 tier EF,Silverlight etc but is it possible convert project to plain silverlight project?
2
votes
2answers
252 views
Is it possible to override a Lightswitch application title?
I'd like to insert the application version number into my Lightswitch application title bar, but I haven't found anyway to programatically set the application title. Has anyone had any luck doing ...
2
votes
4answers
1k views
Final release of Visual Studio Lightswitch 1.0 [closed]
Does anybody know, when the final release of Visual Studio Lightswitch will be out?
2
votes
2answers
696 views
LightSwitch and VS 2010 Ultimate
If I want to use LightSwitch's prebuilt silverlight forms is there a way for me to do it within VS2010 (i have ultimate)? It is slightly annoying to have to load a slimmed down VS just to have some ...
2
votes
0answers
91 views
LightSwitch beta 1: “CreateRuntimeExtensionAssembliesManifest” task failed unexpectedly
Using LightSwitch Beta 1, every time I build my project I get this error on the ServerGenerated project:
The "CreateRuntimeExtensionAssembliesManifest" task failed unexpectedly.
...
2
votes
3answers
316 views
Searching a boolean column in LightSwitch App
The default search box in a LightSwitch screen is very neat - all set up for you and it searches almost everything. But is there a way to filter the result set on a boolean column? Or more than one ...
2
votes
0answers
443 views
What do you think of Microsoft's new RAD tool “Lightswitch”? [closed]
What do you think of Microsoft's new develeopment tool "Lightswitch"? Is it worth to take a look on it? I am not sure, who is the target group of this new RAD tool? It seems to me as a kind of Access ...
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
528 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
2answers
66 views
GetManifestResourceStream giving Null Reference exception ( Parameter name: streamSource)
I keep on getting a null reference exception from GetManifestResourceStream, am trying to add Logo image to the Lightswitch ribbon and it is supposed to work just fine....
was referring to LR__ ...
1
vote
1answer
50 views
Lightswitch: Why does LS call [Query(IsDefault=true)] method after creating new item?
I have a question:
When I create my custom domain service (to consume 3rd party web service) where I use parametrized CRUD methods everything works, except creating a new record.
Lightswitch adds ...
1
vote
1answer
66 views
Where is the LightSwitch Reporting Capability
Just what good is a tool for building business systems that provdes alot of ways to get data in and no way to get data out?!?
Am I missing something here? I'm just delving into LightSwitch.
Did ...
1
vote
2answers
72 views
How to execute iisreset as different user?
I want to do an iisreset on a webserver after clicking on the save button of one of the screen in lightswitch application. I could achive that with below code. Now I wanted to have the iisreset ...
1
vote
0answers
159 views
Creating a user in a LightSwitch application on non authenticated web site
How can I add a user to the asp_Users table in my LightSwitch application with non-forms based authentication?
I have an application with forms authentication, and I need another one without any ...
1
vote
1answer
95 views
Lightswitch custom contol grid column not refreshing on sorting
In my model I have two related fields: integer which is stored in DB and a computed string field which is used for grid. The text displayed is based on the int field's value.
Now the problem with ...
1
vote
1answer
118 views
LightSwitch Entity: Updating the Value of Foreign Key Property
I am struggling with how I do the following in LightSwitch. I am 'intercepting' the entity during the partial void tblStaffExtendeds_Updating(tblStaffExtended entity) and then pulling some data from ...
1
vote
1answer
33 views
Data Table Structure
I was given an excel spreadsheet that gave a rough idea of how the data is structured. There are approximately 25 columns, and each column contains values that will be available as dropdown menu ...
1
vote
1answer
50 views
Unit Testing in Lightswitch
I'm thinking of running unit tests for the business logic in the Lightswitch application. I've added a Silverlight unit test project (from the Silverlight Toolkit), however I couldn't retrieve the ...
1
vote
1answer
144 views
Create a lightswitch shell
I would like to create a new lightswitch shell(because I need another layout than the default one).
So I've:
VS 2010 premium
VS 2010 SP1 SDK
Lightswitch 2011
Lightswitch 2011 Extension toolkit(with ...
1
vote
1answer
97 views
How do I enable validation in Lightswitch?
I transferred an Access 2010 table into a SQL Express DB and connected to it via Lightswitch. However, I cannot toggle Is Required, Allow Empty String, or Maximum Length validation properties for any ...