diff --git a/Common/Essential-Studio/Installation/add-on-installers/Source-code-images/Blazor-Build-Manager_img.png b/Common/Essential-Studio/Installation/add-on-installers/Source-code-images/Blazor-Build-Manager_img.png index 0384b978..4c91511e 100644 Binary files a/Common/Essential-Studio/Installation/add-on-installers/Source-code-images/Blazor-Build-Manager_img.png and b/Common/Essential-Studio/Installation/add-on-installers/Source-code-images/Blazor-Build-Manager_img.png differ diff --git a/Common/Essential-Studio/Installation/add-on-installers/Source-code-images/Build-Manager_img2.png b/Common/Essential-Studio/Installation/add-on-installers/Source-code-images/Build-Manager_img2.png index eecb363b..74496bbd 100644 Binary files a/Common/Essential-Studio/Installation/add-on-installers/Source-code-images/Build-Manager_img2.png and b/Common/Essential-Studio/Installation/add-on-installers/Source-code-images/Build-Manager_img2.png differ diff --git a/Common/Essential-Studio/Installation/add-on-installers/Source-code-images/Build-Manager_img3.png b/Common/Essential-Studio/Installation/add-on-installers/Source-code-images/Build-Manager_img3.png index af19c5bf..dace30e9 100644 Binary files a/Common/Essential-Studio/Installation/add-on-installers/Source-code-images/Build-Manager_img3.png and b/Common/Essential-Studio/Installation/add-on-installers/Source-code-images/Build-Manager_img3.png differ diff --git a/Common/Essential-Studio/Installation/add-on-installers/Source-code.md b/Common/Essential-Studio/Installation/add-on-installers/Source-code.md index f7617c3e..5d464681 100644 --- a/Common/Essential-Studio/Installation/add-on-installers/Source-code.md +++ b/Common/Essential-Studio/Installation/add-on-installers/Source-code.md @@ -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 @@ -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. @@ -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. diff --git a/Common/Essential-Studio/System-Requirements.md b/Common/Essential-Studio/System-Requirements.md index 2cd824a9..fc106fe3 100644 --- a/Common/Essential-Studio/System-Requirements.md +++ b/Common/Essential-Studio/System-Requirements.md @@ -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). @@ -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 @@ -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 diff --git a/Common/Essential-Studio/Utilities.md b/Common/Essential-Studio/Utilities.md index 3c9d1a4a..9baf9faf 100644 --- a/Common/Essential-Studio/Utilities.md +++ b/Common/Essential-Studio/Utilities.md @@ -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. @@ -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. diff --git a/Common/Essential-Studio/Utilities_images/Assembly-Manager_img7.png b/Common/Essential-Studio/Utilities_images/Assembly-Manager_img7.png index f1bf1537..97ed511e 100644 Binary files a/Common/Essential-Studio/Utilities_images/Assembly-Manager_img7.png and b/Common/Essential-Studio/Utilities_images/Assembly-Manager_img7.png differ