Visual Studio LightSwitch Extensibility announcement
-
Link
We've just uploaded the updated version of the Extensibility Toolkit to the MSDN Extensions Gallery: LightSwitch Extensibility Toolkit for VS 2012
The toolkit provides project types for creating new LightSwitch Extension Libraries that target Visual Studio 11 and includes templates for creating the following LightSwitch extensions: LightSwitch Business Type, LightSwitch Control, LightSwitch Data Source, LightSwitch Screen Template, LightSwitch Shell, and LightSwitch Theme.
Updated versions of the eight extensibility samples have been uploaded to the LightSwitch Extensibility Samples for VS 2012 as well.
Enjoy
-
Link
Microsoft Visual Studio LightSwitch gives you a simpler and faster way to create high-quality business applications for the desktop and the cloud. Professional developers can extend the functionality of LightSwitch by creating extensions using Visual Studio 2010 Professional, the Visual Studio SDK, and the Visual Studio LightSwitch 2011 Extensibility Toolkit. The toolkit provides project types for creating new LightSwitch Extension Libraries and includes templates for creating your own themes, shells, business types, controls, screen templates, and data sources.
You can access the toolkit plus walkthroughs, samples and documentation here on the Developer Center. Please make sure you follow the instructions carefully for installing the toolkit and the prerequisites.
Extending Visual Studio LightSwitchHAVE FUN!
-
Link
Thank you for your interest in Visual Studio LightSwitch! This forum is for questions related to extending Visual Studio LightSwitch which is now available as of July 26th. For general questions and install troubleshooting please see the LightSwitch General forum.
To get started learning how to extend LightSwitch please see :
-
Extending Visual Studio LightSwitch page on the Developer Center where you can download the LightSwitch Extensibility Toolkit and read walkthroughs on how to get started
-
LightSwitch Team Extensibility Samples that you can download to learn how to build many of the supported extension types
-
Advanced hands-on labs in the LightSwitch Training Kit where you will build and package an extension that can be reused by the Visual Studio LightSwitch end user
Also make sure to visit the following resources:
If you have a bug to report or just want to make a suggestion please enter them through Connect: http://connect.microsoft.com/lightswitch
Have fun!
-
-
0 Votes
fitting another windows form into panel
Hello everyone. I have a main windows form, as i click on label or button, i want to fit another windows form into panel which i put on the main windows form. I learned the code ... -
0 Votes
visaul studio database
An unhandled exception of type 'System.Data.SqlClient.SqlException' occurred in System.Data.dll Additional information: Invalid column name 'Barry'.Unanswered | 1 Replies | 2464 Views | Created by wurry - Wednesday, May 15, 2019 1:34 PM | Last reply by wurry - Wednesday, May 15, 2019 1:35 PM -
11 Votes
LightSwitch TreeView Custom Control
I'm building a quick app but I need to use a tree view. I created the custom control and it seems to be working but the issue I have is that it seems that LS is loading only the main nodes and it will ...Answered | 80 Replies | 34433 Views | Created by Massimo432 - Monday, November 1, 2010 11:47 PM | Last reply by reigh7 - Sunday, April 28, 2019 5:36 PM -
0 Votes
Doesn't Add custom item template
I create a custom item template using extensibility project and click add item in add new item dialog box its throw the exception. Object reference not set to an instance of ... -
0 Votes
Visual Studio removes props file definition from vcxproj file
down votefavorite I created a Project ... -
0 Votes
Visual Studio - Open project developed with Lightswitch
I have an old project developed with Lightswitch that i'm trying to open in Visual Studio 2015. When i open an ".sln" file for each of the modules of this project, all of the folders of the ...Unanswered | 1 Replies | 3110 Views | Created by bp89 - Monday, May 28, 2018 11:19 AM | Last reply by Mr Yossu - Monday, May 28, 2018 3:55 PM -
0 Votes
Can't Find Blank App (Native Portable) Option on New Project
Hi everyone, I'm starting to learn developing Android app using C# in Visual Studio. And as my first step I tried to follow this very simple tutorial ... -
0 Votes
when debugging vs custom vsix extension, the vs did not search into experimental hive .
I am building a custom extension. When debugging , the experimental vs does not find the dll file in "F:\Users\xxx\AppData\Roaming\Microsoft\VisualStudio\15.0_08b59335Exp" ... -
0 Votes
Problems Opening PDF file
I'm trying to open a PDF file and get the following message: Unspecified Error: (Excep_FromHResult 0x80004005) How can I fix this? -
0 Votes
Is Lightswitch part of Visual Studio 2017?
I have Visual Studio 2017 Community installed on my system. I don't see any way to build a Lightswitch project. Is there something I need to install? Where can I find instructions on doing this?Answered | 1 Replies | 5649 Views | Created by maulesr - Wednesday, August 30, 2017 4:04 PM | Last reply by Yuk Ding - Tuesday, September 5, 2017 8:30 AM -
1 Votes
Visual Studio Trade Mark in Splash Screen gets cut off due to mismatch resolution
I have created one Visual Studio Extension application. I have added my Splash Screen in Package Definition file. But in some systems, Trade Mark of Visual Studio gets cut off in splash screen. Since ...Answered | 1 Replies | 3243 Views | Created by Selvaraj_Jaganathan - Tuesday, August 1, 2017 7:39 AM | Last reply by Yuk Ding - Monday, August 21, 2017 7:51 AM -
0 Votes
Regarding implementing Undo/Redo operation for Adornment in the Visual studio editor.
Hi, I need info on how i can implement undo / redo operations for Adornment in the Visual studio editor. Like i added 10 textbox in the Adornment ...Unanswered | 1 Replies | 3683 Views | Created by SomTiwari - Wednesday, April 26, 2017 10:09 AM | Last reply by Yuk Ding - Tuesday, May 2, 2017 2:34 AM -
0 Votes
How to get the notification in visual studio, when Break point is inserted or removed.
Hi, I need the information regarding which even listener I need to use to get the notification when Break point is inserted or removed in the visual studio. As I am working on ...Unanswered | 2 Replies | 3571 Views | Created by SomTiwari - Tuesday, April 11, 2017 12:28 PM | Last reply by SomTiwari - Wednesday, April 26, 2017 10:05 AM -
0 Votes
Python tools for VS 2015 - Goodbye to Windows Phone Development
Installed Pythontools in VS 2015 prof from the template menu. Everything worked really fine, it even finds different installed python versions and connects them with the ide. Some hours later I wanted ...Unanswered | 1 Replies | 3296 Views | Created by Feleo - Thursday, March 30, 2017 1:35 PM | Last reply by Yuk Ding - Friday, March 31, 2017 8:34 AM -
1 Votes
vs studio extensions
is it possible to use a vs studio 2015 extension in vs studio 2013Unanswered | 1 Replies | 3707 Views | Created by HAOUAT Mohamed - Friday, February 3, 2017 10:57 AM | Last reply by Yuk Ding - Friday, February 10, 2017 8:59 AM -
2 Votes
Visual Studio 2015 Implement Interface snippet not working
I am trying to get Visual Studio 2015 (14.0) to use auto properties when implementing an interface using refactoring for C#. In the past, ...Answered | 7 Replies | 8212 Views | Created by John Fager (JFM) - Tuesday, September 15, 2015 12:19 PM | Last reply by RhaXiel - Friday, January 27, 2017 6:32 AM -
0 Votes
Is possible VSIX install in VS2015, VS2013 which i create from VS2015
Hi Sirs, Is possible VSIX install in VS2015, VS2013(Pro, Community version) , which I create from VS2015? How to set vsixmanifes file(Install ...Answered | 4 Replies | 5808 Views | Created by Tony.SQL - Saturday, August 20, 2016 12:44 AM | Last reply by Tony.SQL - Friday, September 2, 2016 9:44 AM -
2 Votes
Upgrading LightSwitch Extension Projects to Visual Studio 2013
Extensibility projects created with the Visual Studio LightSwitch 2012 Extensibility Toolkit can be upgraded to run in Visual Studio 2013 by making a few modifications to the project ...Unanswered | 4 Replies | 11785 Views | Created by Beth Massi - Microsoft - Thursday, October 17, 2013 11:48 AM | Last reply by vanni63VS - Thursday, August 25, 2016 1:21 PM -
3 Votes
Excel Importer for Visual Studio LightSwitch 2013
Has anyone managed to get the 'Excel Importer for Visual Studio LightSwitch' extension working with Visual Studio 2013?Answered | 8 Replies | 12278 Views | Created by Kevin Bates -GeekwithSpecks- - Thursday, November 28, 2013 3:51 PM | Last reply by ITPSB - Saturday, May 14, 2016 8:56 AM -
1 Votes
Styling commands on custom collection control
Hey experts, I'm building a custom LS Collection control. To display the commands (add, edit, delete) I've added a CommandGroupPresenter as per the Cosmo ...Answered | 10 Replies | 6528 Views | Created by Jan Van der Haegen - Monday, October 21, 2013 11:29 AM | Last reply by Jan Van der Haegen (Blue Breeze Software) - Tuesday, February 16, 2016 7:56 AM - Items 1 to 20 of 643 Next ›
Visual Studio LightSwitch Extensibility announcement
-
Link
We've just uploaded the updated version of the Extensibility Toolkit to the MSDN Extensions Gallery: LightSwitch Extensibility Toolkit for VS 2012
The toolkit provides project types for creating new LightSwitch Extension Libraries that target Visual Studio 11 and includes templates for creating the following LightSwitch extensions: LightSwitch Business Type, LightSwitch Control, LightSwitch Data Source, LightSwitch Screen Template, LightSwitch Shell, and LightSwitch Theme.
Updated versions of the eight extensibility samples have been uploaded to the LightSwitch Extensibility Samples for VS 2012 as well.
Enjoy
-
Link
Microsoft Visual Studio LightSwitch gives you a simpler and faster way to create high-quality business applications for the desktop and the cloud. Professional developers can extend the functionality of LightSwitch by creating extensions using Visual Studio 2010 Professional, the Visual Studio SDK, and the Visual Studio LightSwitch 2011 Extensibility Toolkit. The toolkit provides project types for creating new LightSwitch Extension Libraries and includes templates for creating your own themes, shells, business types, controls, screen templates, and data sources.
You can access the toolkit plus walkthroughs, samples and documentation here on the Developer Center. Please make sure you follow the instructions carefully for installing the toolkit and the prerequisites.
Extending Visual Studio LightSwitchHAVE FUN!
-
Link
Thank you for your interest in Visual Studio LightSwitch! This forum is for questions related to extending Visual Studio LightSwitch which is now available as of July 26th. For general questions and install troubleshooting please see the LightSwitch General forum.
To get started learning how to extend LightSwitch please see :
-
Extending Visual Studio LightSwitch page on the Developer Center where you can download the LightSwitch Extensibility Toolkit and read walkthroughs on how to get started
-
LightSwitch Team Extensibility Samples that you can download to learn how to build many of the supported extension types
-
Advanced hands-on labs in the LightSwitch Training Kit where you will build and package an extension that can be reused by the Visual Studio LightSwitch end user
Also make sure to visit the following resources:
If you have a bug to report or just want to make a suggestion please enter them through Connect: http://connect.microsoft.com/lightswitch
Have fun!
-