hi.
After updating the package to version 21.1.35, the license key is not authenticated.
The platforms selected are asp.net core, asp.net mvc, blazor, and javascript.
I added the source code below and you are prompted to authenticate the license.
var tooltip = new ej.popups.Tooltip(
{
// default content of tooltip
content: 'Loading...',
// set target element to tooltip
target: '.e-custom-class .e-list-item',
// set position of tooltip
position: 'RightCenter',
// bind beforeRender event
beforeRender: onBeforeRender
});
tooltip.appendTo('body');
function onBeforeRender(args) {
// get the target element
var dropdown = document.getElementById('DropdownProject').ej2_instances[0];
for (var i = 0; i < dropdown.listData.length; i++) {
if (dropdown.listData[i].value === args.target.textContent) {
this.content = dropdown.listData[i].value;
this.dataBind();
break;
}
}
}
Hi Taewook,
We suspect that still Syncfusion old licensing assemblies are being referred in your project. Could you please try cleaning your project, clear the NuGet cache, deleting the bin\obj folders and rebuild your application, then check whether it resolves the issue.
If you are updating to version v21.1.35, please update the
license key for the same version in your application. Please, ensure that all the referenced
Syncfusion assemblies\NuGet packages are all on the same version as
license key’s version in your project.
Syncfusion license keys are version and
platform-specific and the generated license key is just a string that needs to be
registered before any Syncfusion control is initiated.
To know about generating the license key,
https://help.syncfusion.com/common/essential-studio/licensing/how-to-generate
To know about registering the license key,
https://help.syncfusion.com/common/essential-studio/licensing/how-to-register-in-an-application
Refer the below knowledge base article for more
information,
If the reported issue is still
not resolved, please share with us the following details to check issue
from our side,
Regards,
Jeyaseelan M
작성자: Jeyaselan,
말씀하신대로 버전과 플랫폼을 확인하고 재구축했는데도 같은 현상이 발생합니다.
In addition, if you add the attached source code, regardless of the version, a license authentication message is displayed.
Regards,
Taewook, we have requested the details in order to investigate the issue further from our side. Please follow up on the ticket under your account.
제야 셀란,
I've raised a ticket for the project causing the error and a screenshot. Please check.
Taewook, please follow the ticket for further updates which you have created