0
votes
2answers
113 views

How to set a property value to auto increment in visual studio lightswitch 2012

i want to set a property value in a table to default auto increment,but their are no options to do so in lightswitch2012 to my knowledge which is given that i recently started learning ...
0
votes
0answers
52 views

how to set default property value as the id of the table in lightswitch 2012

i am trying to set a default property value in a table as the value of the auto genearated table id. Table name : Customer id->primary key ,auto generated CustomerNo->(to be set with value of id) ...
0
votes
1answer
72 views

Best Practices for Creating or Enhancing LightSwitch Projects

I'm researching the use of Microsoft LightSwitch as a target for an automated UI/code builder. The application builder might create LightSwitch solutions and projects, and might create or modify ...
0
votes
0answers
167 views

Error: The application which this project type is based on was not found

I installed VS2012 and tried to open a project that was developed using VS2012 as well by another developer. But I am getting an error message as below. I googled the error message and found most of ...
0
votes
0answers
37 views

Gantt chart in lightswich, possible?

I know that the functionality is not build in but im wondering if there is any good extionsions or maybe some silverlight gantt charts i could hook up. I have looked into Netadvantage and the ...
0
votes
2answers
289 views

Lightswitch “Object reference not set to an instance of an object” error

I get the following error when i try to save in my lightswitch application. "Object reference not set to an instance of an object" I have published the application to a different computer. But when ...
1
vote
1answer
234 views

Deploying lightswitch desktop application error

I am having difficulty in deploying my forst lightswitch desktop application. when i try to publish, in the summary window it says Database: Donot Publish and the install.htm file is cofusing to me. ...
0
votes
1answer
68 views

How can I define build events (pre or post) for lightswitch projects in Visual Studio 2012

There must be something obvious I am missing, but I cannot find a way to define pre and post build events for lightswitch projects. Normally, you go to the project properties screen and see a "build ...
0
votes
1answer
529 views

VS2012 Lightswitch How to fill a “modal window picker” with the right data

I am new to VS-Lightswitch 2012 and also new to silverlight. In a lightswitch database I want to store tables of measured values. Each table of MeasuredValues has a certain Unity. So I have a table of ...
0
votes
1answer
254 views

Using EF's Enum's in Lightswitch in ComboBox/DropDown list control

I have created the following tables: The Role in the AccountContact table is the following enum: public enum UserRoles : int { Admin = 0, AccountAdmin = 1, AccountUser = 2, ...
1
vote
1answer
80 views

Set type to Email Address

I'm beginning to work with EF 5 & Lightswitch in VS2012. I'm modeling a database in EF 5 then creating the database and adding the new data-source to Lightswitch. I have a contact table that has ...
0
votes
1answer
176 views

how do I duplicate LightSwitch DB structure in a second LightSwitch application?

Suppose I have two MS LightSwitch projects. I really like my table layout in one project and want to copy it to the other project. How is this done? What files have the table and key definitions?
0
votes
2answers
580 views

Sending e-mail from a LightSwitch application

Updated for bounty. What I am after is a simple way to send e-mail when I click a button on one of my LightSwitch Screens. I need to be able to access data from any screen (to collect and process it) ...
1
vote
2answers
532 views

Reusable generic LightSwitch screen with WCF RIA Services

I'm new to WCF RIA Services, and have been working with LightSwitch for 4 or so months now. I created a generic screen to be used for editing lookup tables all over my LightSwitch application, mostly ...
0
votes
2answers
257 views

E_FAIL COM error creating Silverlight User Control with Microsoft.LightSwitch.Client

I'm attempting to follow the instructions to create a reusable modal window in LightSwitch from Jan Van der Haegen's blog. However after I click to add a new Silverlight User Control to the Client, ...
0
votes
2answers
3k views

unable to find a version of silverlight developer runtime installed

In the following environment: -VS2012 -Windows 7 64bit -Microsoft Silverlight 5 SDK I have created a few lightswitch applications in VS2012 but I am running into an error when attempting to ...
9
votes
1answer
3k views

VS2012 Error - The Debugger cannot continue running the process. Unable to start debugging

I have a Lightswitch 2012 application. It's been working fine for weeks. I made some changes and F5 stopped working. When I click on Start (toolbar) it gives this error message and does nothing. "The ...
1
vote
1answer
938 views

Forms authentication in lightswitch vs2012

I am trying to implement forms authentication in lightswitch (vs2012) but I cannot get a login page to display. I don't need any complex roles, I am just trying to setup a single user account that ...
0
votes
2answers
261 views

VS 2012 Blank Siverlight on Lightswitch Debug

I've been playing around with Lightswitch (c#) on Visual Studio 2012. The project I was developing was working great until today. When I click debug, the Silverlight screen opens, I get the ...
1
vote
1answer
185 views

LightSwitch - template error in VS 2012

I was exploring LightSwitch in VS 2012. I managed to created few sample app based on some online tutorials. When i try to open the VS today and create sample app again i got error. Error Please ...
0
votes
1answer
1k views

Create login page in LightSwitch ( VS2012 )

I'm trying to create login page using this tutorial, but the tutorial not for Visual Studio 2012. Some of the steps could not been found in Visual 2012. Appreciate if anyone could advice or share some ...
0
votes
0answers
443 views

How to add custom user control in same project in Lightswitch 2012?

In the old version of Lightswitch (11) you could add a XAML user control to your Client project and reference the Telerik dlls as per these links: ...
0
votes
3answers
1k views

Where to get Visual Studio LightSwitch 2012 Server Runtime from in Web Platform Installer?

I have upgraded my 2011 Lightswitch app to 2012 RTM and it works fine locally. However, when I try to Publish it to my web server it fails ...
0
votes
0answers
236 views

Changes made in Entity_Saving method from a dispatcher are not saved

Within my LightSwitch application (VS2012RC) I have implemented the Entity_Saving operation. Within this operation I am building up some data to go back into the entity, however this is built from a ...
0
votes
1answer
222 views

Push TwoWay binding change to bound item from PropertyChanged callback

I have a LightSwitch screen which consists of a List containing a CustomControl. This CustomControl has a set of dependency properties which are bound to the properties on the entity through TwoWay ...
2
votes
1answer
624 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 ...
0
votes
2answers
251 views

Create a screen that can both edit and add records in a Lightswitch application

I followed this tutorial by Microsoft and it worked fantastically, until I upgraded to Beta 2. http://msdn.microsoft.com/en-us/lightswitch/Video/ff945359 The thing this is when using a so called ...