Skip to content
Merged
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
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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": ');
Expand Down
4 changes: 1 addition & 3 deletions aspnetmvc/Applying-patches/Applying-patches.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion aspnetmvc/Licensing/generating-license-keys.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
10 changes: 5 additions & 5 deletions aspnetmvc/Licensing/licensing-errors.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,39 +15,39 @@ 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.

## Invalid key

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.

## Trial Expired

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.

## Platform Mismatch

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.

## Version Mismatch

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.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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/).
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
6 changes: 3 additions & 3 deletions aspnetmvc/installation-and-upgrade/Download.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down
6 changes: 3 additions & 3 deletions aspnetmvc/installation-and-upgrade/Installation-Errors.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <salessupport@syncfusion.com>.
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 <sales@syncfusion.com>.
4. You can also extend the 30-day trial period after your trial license has expired.

## Unable to find a valid license or trial

Expand Down Expand Up @@ -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 <clientrelations@syncfusion.com> to request a license.
4. You can reach out to our sales team by emailing <salessupport@syncfusion.com>.
4. You can reach out to our sales team by emailing <sales@syncfusion.com>.

## Unable to install because of another installation

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions aspnetmvc/installation-and-upgrade/Upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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/).

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.
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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.