Solomon Cloud Solutions brings you tips on how to use the Dynamics SL 2015 SDK with VS 2015. UPDATE 9/27/2016: The instructions below show how to use Visual Studio 2015 as a development environment for Dynamics SL 2015. However, you will not have access to the Code Inspector tool - Code Inspector was developed as a Visual Studio add-in, and add-ins are not supported in Visual Studio 2015. Instructions: Install the SL 2015 SDK
Visual Studio 2015 is NOT listed as a choice. Why? When the SDK was originally delivered by Microsoft, Visual Studio 2015 was not targeted. Modify the files to work with VS 2015 The following steps will show you how to get the SL 2015 SDK installed and usable by Visual Studio 2015:
<Vsix xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" Version="1.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2010"> <Identifier Id="ProjectTemplates.SL.Dynamics.Microsoft.965da5b2-ddd1-4c25-bb77-97c123f06cab"> <Name>Microsoft Dynamics SL Project Templates</Name> <Author>Microsoft</Author> <Version>9.0</Version> <Description xml:space="preserve">Microsoft Dynamics SL Project Templates</Description> <Locale>1033</Locale> <Icon>Dynamics_application_square.ico</Icon> <SupportedProducts> <VisualStudio Version="10.0"> <Edition>Ultimate</Edition> <Edition>Premium</Edition> <Edition>Pro</Edition> </VisualStudio> <VisualStudio Version="11.0"> <Edition>Ultimate</Edition> <Edition>Premium</Edition> <Edition>Pro</Edition> </VisualStudio> <VisualStudio Version="12.0"> <Edition>Ultimate</Edition> <Edition>Premium</Edition> <Edition>Pro</Edition> </VisualStudio> <VisualStudio Version="14.0"> <Edition>Ultimate</Edition> <Edition>Premium</Edition> <Edition>Pro</Edition> </VisualStudio> </SupportedProducts> <SupportedFrameworkRuntimeEdition MinVersion="4.0" /> </Identifier> <References /> <Content> <ProjectTemplate>ProjectTemplates</ProjectTemplate> </Content> </Vsix>
Install the Templates and Controls
Load Visual Studio and check for the new project template and the toolbox category for the SL controls. Need assistance? Contact Solomon Cloud Solutions to explore how we can help you. Solomon Cloud Solutions is a software publisher and consulting organization that provides development and consulting services to partners. Solomon Cloud Solutions was formed specifically to develop a complete cloud platform to accelerate development and deployment of their cloud based business solutions across their family of companies and their business partners. The Solomon Cloud Solutions companies operate under the brand names of Six Disciplines - publisher of performance management software, methodology and coaching and Beyond Software - publisher of project accounting software and are owned by Gary Harpst, Vernon Strong and Jack Ridge.
1 Comment
9/23/2016 07:04:41 am
This is great and you can open up projects now without errors in VS 2015. How do you get the SL Code Inspector to run as it doesn't appear in the Tools menu??
Reply
Leave a Reply. |