Tagged Questions
3
votes
2answers
137 views
Save binary file to DB
I know there are many threads on the subject, and I have try to implement (translate) this one into C# from VB.
Table fileContainer = {string FileName, binary File}
Here is my try:
partial void ...
0
votes
1answer
97 views
System.Windows.Controls.WebBrowser Navigate to html-file on disk
I feel really stupid but i cant figure this one out.
This works flawless;
((System.Windows.Controls.WebBrowser)e.Control).Navigate(new Uri("http://www.google.com"));
But when i try to navigate to ...
0
votes
2answers
138 views
Display a WebPage using System.Windows.Controls.WebBrowser(LightSwitch, VS2012)
I have followed;
http://dotnettim.wordpress.com/2011/04/17/lightswitchdisplaying-web-pages-html-on-a-screen/
But instead of a webpage im left with;
Im using VS2012 and the example is in VS2010. The ...
2
votes
1answer
409 views
My CSS images are not working on Windows Azure
I have a really strange situation where the CSS images are not displayed after the site is deployed to Windows Azure.
The images are part of the project (all the files and sub-folder are included ...
0
votes
2answers
579 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
459 views
Changes to how LightSwitch works with databases
When Microsoft first released LightSwitch I first heard about LightSwitch about a year ago (or so), I made a Contact Manager app from it and published it and sent it to a friend and it worked "out of ...
0
votes
1answer
55 views
Display issue with default menu items in LightSwitch application
As you can see below, the menu's background is transparent and you can see whatever's behind it. How can we fix this?
I am looking for some code somewhere within the project but I cannot see ...
0
votes
1answer
877 views
How can I create a custom menu/navigation screen in Visual Studio 2012 LightSwitch?
Visual Studio 2012 LightSwitch gives you a default of 5 or 6 screens such as: search, create new, etc..
I would like to create a very basic custom navigation/main menu screen. All this screen would ...
1
vote
1answer
206 views
How to use visual studio features in Lightswitch
I'm having trouble using visual studio features in Lightswitch. For example, add web reference is not available in the advanced tab of the add service reference option (the button is missing). And add ...
0
votes
0answers
67 views
Is it possible to configure Lightswitch to use DefaultMembershipProvider?
I'm trying to set up LightSwitch to use the new DefaultMembershipProvider in System.Web.Providers. When I try to add the Microsoft ASP.NET Universal Providers package using NuGet, I get the following ...
2
votes
1answer
134 views
Visual studio Lightswitch - Version management
I have a business LS web application which I update from time to time.
I do the update by simply using the deploy wizard and everything is working great.
My problem is handling all my users that ...
0
votes
0answers
98 views
Lightswitch lookup from unused values
I have an lightswitch application that is used for value mapping. i have my target table and a view for source values, which i want to map together in target. I define two relations in LS to have my ...
0
votes
0answers
93 views
Error in running the Time Tracker Starter Kit for Lightswitch 2011
I am trying to run the Time Tracker Starter Kit in Visual Studio 2010 through Lightswitch and I get these four warnings like 'The referenced component 'System.ServiceModel.DomainServices.Client' could ...
1
vote
1answer
280 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 ...
0
votes
0answers
225 views
Can a Lightswitch Project be Upgraded to a Normal VS Project?
I am investigating Lightswitch as a way to write application quickly for easy LOB prototype. I am also trying to figure out a way to use a Lightswitch project to integrate it with a normal Visual ...
0
votes
2answers
709 views
Can Visual Studio Light Switch be used with an existing database?
I'm a professional .NET developer with a side project for a charity that I don't have time to finish. I have a database (SQL Server 2008 R2 Express), reporting and transactional apps (WinForms through ...
2
votes
1answer
290 views
save the screen change history in lightswitch app
is there any easy way to track what is changed on a lightswitch app screen?
i have a form that shows information about a customer (listdetail). When I save it, i want to write to a history table what ...
0
votes
1answer
433 views
Problem with Sample App in LightSwitch
I downloaded the sample LightSwitch app (Online Ordering) and i got an error that i couldnt figure out \ solve.
Error 1 The "SqlInstanceName" parameter is not supported by the "BuildSchema" ...
0
votes
2answers
171 views
Information about VisualStudio Light Switch
Microsoft announced they are going to launch VisualStudio lightswitch 2011, can any one explain what is the exact use of this?
6
votes
4answers
549 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 ?
1
vote
2answers
2k views
VS Lightswitch and MS Access DB?
Can I use Visual Studio Lightswitch togehter with an MS-Access DB?
If Yes, makes it sense to use it instead of MS-Access for the developing the GUI?
1
vote
2answers
2k views
Custom controls in Visual Studio Lightswitch
Can someone point me to an article or tutorial on using custom controls in Visual Studio Lightswitch? I'm trying to add a rich text box to a page, linked to a string property. When running the app, ...
6
votes
2answers
463 views
Deploying MS Lightswitch applications
Can Microsoft LightSwitch desktop applications be deployed as a single executable?.
0
votes
1answer
683 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 ...
2
votes
0answers
120 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.
...
1
vote
0answers
71 views
Unable to add an item inline via a search screen
I'm using Microsoft Visual Studio Lightswitch Beta 1 to create a simple application. I'm trying to create a search screen for a table that contains an Int32 filed called ID and a String field called ...
2
votes
3answers
463 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 ...
4
votes
1answer
472 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:
...
22
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, ...