diff --git a/Jenkinsfile b/Jenkinsfile index 0dbab85f3..6c3d527e8 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -17,7 +17,7 @@ String platform='ASP.NET MVC'; { checkout scm - def branchCommit = '"' + 'https://api.gitlab.com/repos/syncfusion-content/asp.netmvc-docs/pulls/' + env.pullRequestId + '/files' + def branchCommit = '"'+'https://api.github.com/repos/syncfusion-content/asp.netmvc-docs/pulls/'+env.pullRequestId+'/changes' String branchCommitDetails = bat returnStdout: true, script: 'curl -H "Accept: application/vnd.github.v3+json" -u SyncfusionBuild:' + env.GithubBuildAutomation_PrivateToken + " " + branchCommit def ChangeFiles= branchCommitDetails.split('"filename": '); diff --git a/aspnetmvc/Applying-patches/Applying-patches.md b/aspnetmvc/Applying-patches/Applying-patches.md index 021499d62..e6fe9be52 100644 --- a/aspnetmvc/Applying-patches/Applying-patches.md +++ b/aspnetmvc/Applying-patches/Applying-patches.md @@ -55,9 +55,7 @@ I> Before installing the patch, ensure that corresponding Essential Studio versi ![Finish Wizard](Patches_images/Installing-a-Patch-Setup_img7.png) -6. Click Finish.  - - The new assemblies are placed in the Pre-Compiled Assemblies folder. These new assemblies can be referenced in your project. +6. Click Finish. The new assemblies are placed in the Pre-Compiled Assemblies folder. These new assemblies can be referenced in your project. ## Patch Assembly Version Format diff --git a/aspnetmvc/Licensing/generating-license-keys.md b/aspnetmvc/Licensing/generating-license-keys.md index 95879bbdf..a745bdb56 100644 --- a/aspnetmvc/Licensing/generating-license-keys.md +++ b/aspnetmvc/Licensing/generating-license-keys.md @@ -9,7 +9,7 @@ documentation: ug # License Key Generation -License keys for ASP.NET MVC can be generated from the [License & Downloads](https://syncfusion.com/account/downloads) or [Trail & Downloads](https://www.syncfusion.com/account/manage-trials/downloads) section from your Syncfusion account. +License keys for ASP.NET MVC can be generated from the [License & Downloads](https://syncfusion.com/account/downloads) or [Trial & Downloads](https://www.syncfusion.com/account/manage-trials/downloads) section from your Syncfusion account. ![Get License Key](licensing-images/generate-license.png) diff --git a/aspnetmvc/Licensing/licensing-errors.md b/aspnetmvc/Licensing/licensing-errors.md index e14491fd6..45ef25b60 100644 --- a/aspnetmvc/Licensing/licensing-errors.md +++ b/aspnetmvc/Licensing/licensing-errors.md @@ -15,7 +15,7 @@ Licensing error popup is displayed with various messages under different circums The following error message will be shown if a Syncfusion license key has not been registered in your application. -**Error message:** This application was built using a trial version of Syncfusion Essential Studio. Please include a valid license to permanently remove this license validation message. You can also obtain a free 30 day evaluation license to temporarily remove this message during the evaluation period. Please refer to this help topic(https://help.syncfusion.com/es/licensing/) for more information. +**Error message:** This application was built using a trial version of Syncfusion Essential Studio. Please include a valid license to permanently remove this license validation message. You can also obtain a free 30 day evaluation license to temporarily remove this message during the evaluation period. Please refer to this [help topic](https://help.syncfusion.com/aspnetmvc/licensing/licensing-errors#license-key-not-registered) for more information. **Solution:** Generate a valid license key from here [Licensed users](https://www.syncfusion.com/account/downloads) or [Trial users](https://www.syncfusion.com/account/manage-trials/downloads) for a specific version and platform. @@ -23,7 +23,7 @@ The following error message will be shown if a Syncfusion license key has not be If the application is registered with an invalid key, another version of license key, or another platform's license key, the following error message will pop up when launching the application. -**Error Message:** The included Syncfusion license is invalid. Please refer to this help topic(https://help.syncfusion.com/es/licensing/invalid/) for more information. +**Error Message:** The included Syncfusion license is invalid. Please refer to this [help topic](https://help.syncfusion.com/aspnetmvc/licensing/licensing-errors#invalid-key) for more information. **Solution:** Generate a valid license key from here [Licensed users](https://www.syncfusion.com/account/downloads) or [Trial users](https://www.syncfusion.com/account/manage-trials/downloads) for a specific version and platform. @@ -31,7 +31,7 @@ If the application is registered with an invalid key, another version of license The following error message will be shown if the trial key has expired after 30 days. -**Error Message:** Your Syncfusion trial license has expired. Please refer to this help topic(https://help.syncfusion.com/es/licensing/expired) for more information. +**Error Message:** Your Syncfusion trial license has expired. Please refer to this [help topic](https://help.syncfusion.com/aspnetmvc/licensing/licensing-errors#trial-expired) for more information. **Solution:** Purchase from [here](https://www.syncfusion.com/sales/products) to get a valid Syncfusion license. @@ -39,7 +39,7 @@ The following error message will be shown if the trial key has expired after 30 If the application is registered with another platform's license key, the following error message will pop up when launching the application. -**Error Message:**The included Syncfusion license is invalid (Platform mismatch). Please refer to this help topic(https://help.syncfusion.com/es/licensing/platform-mismatch/) for more information. +**Error Message:**The included Syncfusion license is invalid (Platform mismatch). Please refer to this [help topic](https://help.syncfusion.com/aspnetmvc/licensing/licensing-errors#platform-mismatch) for more information. **Solution:** Generate a valid license key from here [Licensed users](https://www.syncfusion.com/account/downloads) or [Trial users](https://www.syncfusion.com/account/manage-trials/downloads) for a specific version and platform. @@ -47,7 +47,7 @@ If the application is registered with another platform's license key, the follow If the application is registered with another version's license key, the following error message will pop up when launching the application. -**Error Message:**The included Syncfusion license ({Registered Version}) is invalid for version {Required version}. Please refer to this help topic(https://help.syncfusion.com/es/licensing/version-mismatch/) for more information. +**Error Message:**The included Syncfusion license ({Registered Version}) is invalid for version {Required version}. Please refer to this [help topic](https://help.syncfusion.com/aspnetmvc/licensing/licensing-errors#version-mismatch) for more information. **Solution:** Generate a valid license key from here [Licensed users](https://www.syncfusion.com/account/downloads) or [Trial users](https://www.syncfusion.com/account/manage-trials/downloads) for a specific version and platform. Kindly follow the [KB](https://www.syncfusion.com/kb/8976/how-to-generate-license-key-for-licensed-products) to generate license key. diff --git a/aspnetmvc/Licensing/licensing-faq/how-to-upgrade-from-trial-version-after-purchasing-a-license.md b/aspnetmvc/Licensing/licensing-faq/how-to-upgrade-from-trial-version-after-purchasing-a-license.md index 7bf997550..f70d1fd22 100644 --- a/aspnetmvc/Licensing/licensing-faq/how-to-upgrade-from-trial-version-after-purchasing-a-license.md +++ b/aspnetmvc/Licensing/licensing-faq/how-to-upgrade-from-trial-version-after-purchasing-a-license.md @@ -12,6 +12,6 @@ documentation: ug To upgrade from trial version, there are two possible solutions. * Uninstall the trial version and install the fully licensed build from the [License & Downloads](https://www.syncfusion.com/account/downloads) section of our website. -* If you are using Syncfusion controls from [nuget.org]((https://www.nuget.org/packages?q=syncfusion)), replace the currently used trial license key with a paid license key that can be generated from the [License & Downloads](https://www.syncfusion.com/account/downloads) section of our website. Refer to [this](https://help.syncfusion.com/common/essential-studio/licensing/license-key#how-to-register-the-syncfusion-license-key) topic for more information regarding registering the license in the application. +* If you are using Syncfusion controls from [nuget.org](https://www.nuget.org/packages?q=syncfusion), replace the currently used trial license key with a paid license key that can be generated from the [License & Downloads](https://www.syncfusion.com/account/downloads) section of our website. Refer to [this](https://help.syncfusion.com/common/essential-studio/licensing/license-key#how-to-register-the-syncfusion-license-key) topic for more information regarding registering the license in the application. N> License registration is not required if you reference Syncfusion assemblies from Licensed installer. These licensing changes applicable to all evaluators who refers the Syncfusion assemblies from evaluation installer and those who use Syncfusion NuGet packages from [nuget.org](https://www.nuget.org/). \ No newline at end of file diff --git a/aspnetmvc/Licensing/licensing-faq/registering-syncfusion-account-for-nuget-org-user.md b/aspnetmvc/Licensing/licensing-faq/registering-syncfusion-account-for-nuget-org-user.md index 24236399b..93d522c06 100644 --- a/aspnetmvc/Licensing/licensing-faq/registering-syncfusion-account-for-nuget-org-user.md +++ b/aspnetmvc/Licensing/licensing-faq/registering-syncfusion-account-for-nuget-org-user.md @@ -13,5 +13,5 @@ If you have directly obtained Syncfusion assemblies from [NuGet.org](http://nuge * Register for a free Syncfusion account [here](https://www.syncfusion.com/account/register) * Go to the start trials [page](https://syncfusion.com/account/manage-trials/start-trials) and start a trial -* Finally proceed to the [Trail & Downloads section](https://www.syncfusion.com/account/manage-trials/downloads) to obtain the [license key](https://help.syncfusion.com/aspnetmvc/licensing/generating-license-keys) +* Finally proceed to the [Trial & Downloads section](https://www.syncfusion.com/account/manage-trials/downloads) to obtain the [license key](https://help.syncfusion.com/aspnetmvc/licensing/generating-license-keys) diff --git a/aspnetmvc/Licensing/licensing-faq/where-can-i-get-a-license-key.md b/aspnetmvc/Licensing/licensing-faq/where-can-i-get-a-license-key.md index 059400f6f..d84eef576 100644 --- a/aspnetmvc/Licensing/licensing-faq/where-can-i-get-a-license-key.md +++ b/aspnetmvc/Licensing/licensing-faq/where-can-i-get-a-license-key.md @@ -9,7 +9,7 @@ documentation: ug # Where can I get a license key? -License keys can be generated from the [License & Downloads](https://syncfusion.com/account/downloads) or [Trail & Downloads](https://www.syncfusion.com/account/manage-trials/downloads) section of the Syncfusion website. +License keys can be generated from the [License & Downloads](https://syncfusion.com/account/downloads) or [Trial & Downloads](https://www.syncfusion.com/account/manage-trials/downloads) section of the Syncfusion website. ![Get License Key](licensing-images/generate-license.png) diff --git a/aspnetmvc/installation-and-upgrade/Download.md b/aspnetmvc/installation-and-upgrade/Download.md index 7b686f801..829fce529 100644 --- a/aspnetmvc/installation-and-upgrade/Download.md +++ b/aspnetmvc/installation-and-upgrade/Download.md @@ -25,13 +25,13 @@ Our 30-day trial can be downloaded in two ways. ### Download Free Trial Setup 1. You can evaluate our 30-day free trial by visiting the [Download Free Trial](https://www.syncfusion.com/downloads) page and select the ASP.NET MVC platform. -2. After completing the required form or logging in with your registered Syncfusion account, you can download the ASP.NET MVC (Essential JS1) trial installer from the confirmation page. (See the screenshot below.) +2. After completing the required form or logging in with your registered Syncfusion account, you can download the ASP.NET MVC (Essential JS1) trial installer from the confirmation page. (as shown in belowscreenshot.) ![Trial and downloads of Syncfusion Essential Studio](download-images/trial-confirmation.png) 3. With a trial license, only the latest version’s trial installer can be downloaded. 4. After downloading, the Syncfusion ASP.NET MVC (Essential JS1) trial installer can be unlocked using either the trial unlock key or the Syncfusion registered login credential. More information on generating an unlock key can be found in [this](https://www.syncfusion.com/kb/8069/how-to-generate-unlock-key-for-essentials-studio-products) article. -5. Before the trial expires, you can download the trial installer at any time from your registered account’s [Trials & Downloads](https://www.syncfusion.com/account/manage-trials/downloads) page (See the screenshot below.) +5. Before the trial expires, you can download the trial installer at any time from your registered account’s [Trials & Downloads](https://www.syncfusion.com/account/manage-trials/downloads) page (as shown in belowscreenshot.) 6. Click the Download (element 1 in the screenshot below) button to get the Syncfusion Essential Studio ASP.NET MVC web installer. ![Trial and downloads of Syncfusion Essential Studio](download-images/trail-download.png) @@ -55,7 +55,7 @@ You should initiate an evaluation if you have already obtained our components th N> If you've already used the trial products and they haven't expired, you won't be able to start the trial for the same product again. -4. After you've started the trial, go to the [Trials & Downloads](https://www.syncfusion.com/account/manage-trials/downloads) page to get the latest version trial installer. You can generate the [unlock](https://www.syncfusion.com/kb/8069/how-to-generate-unlock-key-for-essentials-studio-products) key here at any time before the trial period expires. (See the screenshot below.) +4. After you've started the trial, go to the [Trials & Downloads](https://www.syncfusion.com/account/manage-trials/downloads) page to get the latest version trial installer. You can generate the [unlock](https://www.syncfusion.com/kb/8069/how-to-generate-unlock-key-for-essentials-studio-products) key here at any time before the trial period expires. (as shown in belowscreenshot.) ![License and downloads of Syncfusion Essential Studio](download-images/start-trial-download-installer.png) diff --git a/aspnetmvc/installation-and-upgrade/Install-using-the-Offline-Installer.md b/aspnetmvc/installation-and-upgrade/Install-using-the-Offline-Installer.md index 48528d59f..6bad27401 100644 --- a/aspnetmvc/installation-and-upgrade/Install-using-the-Offline-Installer.md +++ b/aspnetmvc/installation-and-upgrade/Install-using-the-Offline-Installer.md @@ -17,7 +17,7 @@ You can refer to the [**Download**](https://help.syncfusion.com/aspnetmvc/instal The steps below show how to install the Essential Studio ASP.NET MVC installer. -1. Open the Syncfusion ASP.NET MVC offline installer file from downloaded location by double-clicking it. The Installer Wizard automatically opens and extracts the package +1. Open the Syncfusion ASP.NET MVC offline installer file from downloaded location by double-clicking it. The Installer Wizard automatically opens and extracts the package. ![Installer extraction wizard](Platform_images/Step-by-Step-Installation_img1.png) diff --git a/aspnetmvc/installation-and-upgrade/Install-using-the-Web-Installer.md b/aspnetmvc/installation-and-upgrade/Install-using-the-Web-Installer.md index 61826b060..de841e390 100644 --- a/aspnetmvc/installation-and-upgrade/Install-using-the-Web-Installer.md +++ b/aspnetmvc/installation-and-upgrade/Install-using-the-Web-Installer.md @@ -12,7 +12,7 @@ documentation: ug You can refer to the [**Download**](https://help.syncfusion.com/aspnetmvc/installation-and-upgrade/download) section to learn how to get the ASP.NET MVC trial or licensed installer. -### Overview +## Overview For the Essential Studio ASP.NET MVC product, Syncfusion offers a Web Installer. This installer alleviates the burden of downloading a larger installer. You can simply download and run the online installer, which will be smaller in size and will download and install the Essential Studio products you have chosen. You can get the most recent version of Essential Studio Web Installer [here](https://www.syncfusion.com/downloads/latest-version). diff --git a/aspnetmvc/installation-and-upgrade/Installation-Errors.md b/aspnetmvc/installation-and-upgrade/Installation-Errors.md index f29ccf59e..b5e83ffc5 100644 --- a/aspnetmvc/installation-and-upgrade/Installation-Errors.md +++ b/aspnetmvc/installation-and-upgrade/Installation-Errors.md @@ -56,8 +56,8 @@ You can choose from the options listed below. 1. You can renew your subscription [here](https://www.syncfusion.com/account/my-renewals). 2. You can get a new license [here](https://www.syncfusion.com/sales/products). -3. You can reach out to our sales team by emailing . -4. You can also extend the 30-day trial period after your license has expired. +3. You can reach out to our sales team by emailing . +4. You can also extend the 30-day trial period after your trial license has expired. ## Unable to find a valid license or trial @@ -89,7 +89,7 @@ You can choose from the options listed below. 1. You can get a new license [here](https://www.syncfusion.com/sales/products). 2. Contact your account administrator. 3. Send an email to to request a license. -4. You can reach out to our sales team by emailing . +4. You can reach out to our sales team by emailing . ## Unable to install because of another installation diff --git a/aspnetmvc/installation-and-upgrade/Upgrade-images/upgrade-control-panel.png b/aspnetmvc/installation-and-upgrade/Upgrade-images/upgrade-control-panel.png index 306037110..8d37eb17e 100644 Binary files a/aspnetmvc/installation-and-upgrade/Upgrade-images/upgrade-control-panel.png and b/aspnetmvc/installation-and-upgrade/Upgrade-images/upgrade-control-panel.png differ diff --git a/aspnetmvc/installation-and-upgrade/Upgrade.md b/aspnetmvc/installation-and-upgrade/Upgrade.md index ab7ffc1f7..a68f6c128 100644 --- a/aspnetmvc/installation-and-upgrade/Upgrade.md +++ b/aspnetmvc/installation-and-upgrade/Upgrade.md @@ -9,7 +9,7 @@ documentation: ug # Upgrading Syncfusion ASP.NET MVC -Syncfusion releases new volumes once every three months, with exciting new features. There will be one Service Pack release for this volume releases. Service Pack releases are provided to address major bug fixes in the volume releases. +Syncfusion releases new volumes once every three months, with exciting new features. There will be one Service Pack release for these volume releases. Service Pack releases are provided to address major bug fixes in the volume releases. You can upgrade to our latest version from any installed Syncfusion version. @@ -33,7 +33,7 @@ It is not required to install the Volume release before installing the Service P To upgrade from trial version, there are two possible solutions. * Uninstall the trial version and install the fully licensed build from the [License & Downloads](https://www.syncfusion.com/account/downloads) section of our website. -* If you are using Syncfusion controls from [nuget.org]((https://www.nuget.org/packages?q=syncfusion)), replace the currently used trial license key with a paid license key that can be generated from the [License & Downloads](https://www.syncfusion.com/account/downloads) section of our website. Refer to [this](https://help.syncfusion.com/common/essential-studio/licensing/license-key#how-to-register-the-syncfusion-license-key) topic for more information regarding registering the license in the application. +* If you are using Syncfusion controls from [nuget.org](https://www.nuget.org/packages?q=syncfusion), replace the currently used trial license key with a paid license key that can be generated from the [License & Downloads](https://www.syncfusion.com/account/downloads) section of our website. Refer to [this](https://help.syncfusion.com/aspnetmvc/licensing/registering-license-keys) topic for more information regarding registering the license in the application. N> License registration is not required if you reference Syncfusion assemblies from Licensed installer. These licensing changes applicable to all evaluators who refers the Syncfusion assemblies from evaluation installer and those who use Syncfusion NuGet packages from [nuget.org](https://www.nuget.org/). diff --git a/aspnetmvc/installation-and-upgrade/WebInstaller/Step-by-Step-Installation_img19.png b/aspnetmvc/installation-and-upgrade/WebInstaller/Step-by-Step-Installation_img19.png index 3a5b18c14..24f7b63d3 100644 Binary files a/aspnetmvc/installation-and-upgrade/WebInstaller/Step-by-Step-Installation_img19.png and b/aspnetmvc/installation-and-upgrade/WebInstaller/Step-by-Step-Installation_img19.png differ diff --git a/aspnetmvc/installation-and-upgrade/WebInstaller/Step-by-Step-Installation_img22.png b/aspnetmvc/installation-and-upgrade/WebInstaller/Step-by-Step-Installation_img22.png index 91e8e303c..5b7ea3b27 100644 Binary files a/aspnetmvc/installation-and-upgrade/WebInstaller/Step-by-Step-Installation_img22.png and b/aspnetmvc/installation-and-upgrade/WebInstaller/Step-by-Step-Installation_img22.png differ diff --git a/aspnetmvc/installation-and-upgrade/download-images/license-download.png b/aspnetmvc/installation-and-upgrade/download-images/license-download.png index 42b8d438e..e2ca50a39 100644 Binary files a/aspnetmvc/installation-and-upgrade/download-images/license-download.png and b/aspnetmvc/installation-and-upgrade/download-images/license-download.png differ diff --git a/aspnetmvc/installation-and-upgrade/download-images/license-installer.png b/aspnetmvc/installation-and-upgrade/download-images/license-installer.png index 42b8d438e..c4045cb51 100644 Binary files a/aspnetmvc/installation-and-upgrade/download-images/license-installer.png and b/aspnetmvc/installation-and-upgrade/download-images/license-installer.png differ diff --git a/aspnetmvc/installation-and-upgrade/download-images/start-trial-download-offline-installer.png b/aspnetmvc/installation-and-upgrade/download-images/start-trial-download-offline-installer.png index b27785b89..e55912e88 100644 Binary files a/aspnetmvc/installation-and-upgrade/download-images/start-trial-download-offline-installer.png and b/aspnetmvc/installation-and-upgrade/download-images/start-trial-download-offline-installer.png differ diff --git a/aspnetmvc/installation-and-upgrade/download-images/start-trial-download.png b/aspnetmvc/installation-and-upgrade/download-images/start-trial-download.png index 4fe74f54e..588a69db3 100644 Binary files a/aspnetmvc/installation-and-upgrade/download-images/start-trial-download.png and b/aspnetmvc/installation-and-upgrade/download-images/start-trial-download.png differ diff --git a/aspnetmvc/installation-and-upgrade/download-images/trail-download.png b/aspnetmvc/installation-and-upgrade/download-images/trail-download.png index 782a031fc..656b4f7e2 100644 Binary files a/aspnetmvc/installation-and-upgrade/download-images/trail-download.png and b/aspnetmvc/installation-and-upgrade/download-images/trail-download.png differ