Skip to content

Older versions of Visual Studio in documentation #604

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: hotfix/hotfix-v26.2.4
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: post
title: Downloading Syncfusion Essential Studio Source Code Add-on installer - Syncfusion
title: Downloading Essential Studio Source Code Add-on installer - Syncfusion
description: Learn here about how to download the Syncfusion Essential Studio Source Code Add-on installer from our Syncfusion website with license.
platform: common
control: Essential Studio
Expand Down Expand Up @@ -124,7 +124,7 @@ cd {ProgramFilesFolder}\Syncfusion\Essential Studio\Source Code Add On\{versio

![Package Generator](Source-code-images/pack-generator.png)

2.Make sure that you have installed **Node.js version 16.20.0** or above on your machine. If not, install Node.js from [here](https://nodejs.org/en/download/).
2.Make sure that you have installed **Node.js version 16.20.0** or above on your machine. If not, install Node.js from [here](https://nodejs.org/en/download/package-manager).

3.Run the below command in the command prompt to install the required packages.

Expand Down Expand Up @@ -197,10 +197,6 @@ This window contains several sections.

* When Visual Studio 2017 is not installed in your system, the .NET 4.6 option is selected by default.

* When Visual Studio 2015 is not installed in your system, the .NET 4.5.1 option is selected by default.

* When Visual Studio 2013 is not installed in your system, the .NET 4.5 option is selected by default.

* When Visual Studio 2012 is not installed in your system, the .NET 4.0 option is selected by default.

You can change the default option by clicking the other button. The version of the .NET Framework that the assemblies should be built with is specified here and is used automatically to rebuild the assemblies.
Expand Down
10 changes: 5 additions & 5 deletions Common/Essential-Studio/System-Requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -372,8 +372,8 @@ The system requirements for using our Syncfusion Windows Forms platform are as f

### Development Environment

* Microsoft Visual Studio 2008/2010/2012/2013/2015/2017/2019/2022
* .NET Framework 2.0/3.5/4.0/4.5/4.5.1/4.6
* Microsoft Visual Studio 2015/2017/2019/2022
* .NET Framework 4.0/4.6.2
* Lower Syncfusion .NET frameworks can be used in applications because they are compatible with .NET 4.7, .NET 4.7.1, .NET 4.7.2, and .NET 4.8. For example, in the application, the Syncfusion 4.6 .NET framework assembly can be referred to as 4.7 or higher target versions.
* .NET Core supported from [2019 Volume 1 release](https://help.syncfusion.com/windowsforms/release-notes) (17.1.0.32).

Expand All @@ -399,8 +399,8 @@ The system requirements for using our Syncfusion WPF platform are as follows.

### Development Environment

* Microsoft Visual Studio 2008/2010/2012/2013/2015/2017/2019/2022
* .NET Framework 2.0/3.5/4.0/4.5/4.5.1/4.6
* Microsoft Visual Studio 2015/2017/2019/2022
* .NET Framework 4.0/4.6.2
* .NET Core 3.1
* .NET 5.0

Expand Down Expand Up @@ -430,7 +430,7 @@ The following IDEs can be used for development that are [compatible](https://www

The following frameworks are supported:

* Microsoft .NET Framework 4.6
* Microsoft .NET Framework 4.6.2


## WinUI
Expand Down
20 changes: 7 additions & 13 deletions Common/Essential-Studio/Utilities.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,11 +186,8 @@ You can also open the Assembly Manager from {Installed location}\Syncfusion\Esse

The Framework group box comprises of check boxes for the .NET Framework versions based on the Visual Studio SDK installed in the machine. The following check boxes are available:

* 4.6 - Selecting **4.6** ensures installation of 4.6 assemblies into the GAC and assemblies folder. In cases where only Visual Studio 2015 SDK is installed, the 4.6 assemblies have to be deployed.
* 4.5.1 - Selecting **4.5.1** ensures installation of 4.5.1 assemblies into the GAC and assemblies folder. In cases where only Visual Studio 2013 SDK is installed, the 4.5.1 assemblies have to be deployed.
* 4.5 - Selecting **4.5** ensures installation of 4.5 assemblies into the GAC and assemblies folder. In cases where only Visual Studio 2012 SDK is installed, the 4.5 assemblies have to be deployed.
* 4.0 - Selecting **4.0** ensures installation of 4.0 assemblies into the GAC and assemblies folder. In cases where only Visual Studio 2010 SDK is installed, the 4.0 assemblies have to be deployed.
* All – Selecting **All** ensures installation of all Frameworks installed in the machine, and assemblies into the GAC and assemblies folder.
* 4.6.2 - Selecting **4.6.2** ensures installation of 4.6.2 assemblies into the GAC and assemblies folder. In cases where only Visual Studio 2017 SDK is installed, the 4.6.2 assemblies have to be deployed.


N> * From 2018 Volume 4, Syncfusion has removed the .NET Framework 4.5.1 and MVC3 assemblies from installer. Refer to [this](https://help.syncfusion.com/common/essential-studio/installation/essential-studio-platform-framework-add-ons) topic to enable 4.5.1 checkboxes.
* By default 2.0 is enabled in a system where Visual Studio 2008 SDK is installed.
Expand Down Expand Up @@ -315,14 +312,11 @@ To launch Toolbox configuration utility, follow the steps given below:
![Toolbox Installer](Utilities_images/Toolbox-Configuration_img2.png)

The following options are available in Toolbox Configuration:

* Install VS2010 – Configures Framework 4.0 Syncfusion controls in VS 2010 toolbox.
* Install VS2012 – Configures Framework 4.5 Syncfusion controls in VS 2012 toolbox.
* Install VS2013 – Configures Framework 4.5.1 Syncfusion controls in VS 2013 toolbox.
* Install VS2015 – Configures Framework 4.6 Syncfusion controls in VS 2015 toolbox.
* Install VS2017 – Configures Framework 4.6 Syncfusion controls in VS 2017 toolbox.
* Install VS2019 – Configures Framework 4.6 Syncfusion controls in VS 2019 toolbox
* Install VS2022 – Configures Framework 4.6 Syncfusion controls in VS 2022 toolbox

* Install VS2015 – Configures Framework 4.6.2 Syncfusion controls in VS 2015 toolbox.
* Install VS2017 – Configures Framework 4.6.2 Syncfusion controls in VS 2017 toolbox.
* Install VS2019 – Configures Framework 4.6.2 Syncfusion controls in VS 2019 toolbox
* Install VS2022 – Configures Framework 4.6.2 Syncfusion controls in VS 2022 toolbox

N> You can also configure Syncfusion controls from a lower version Framework assembly to higher version of Visual Studio.

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.