当前位置:网站首页>安装和使用
安装和使用
2022-06-30 09:35:00 【DotNeter-Hpf】
1.下载许可
- 官网 → 上方菜单中的
PRICING
→COMMUNITY LICENSE
- 点击许可证中的
Download
按钮,下载相应产品的安装程序(syncfusionessentialstudiowebinstaller.exe),双击安装 - 启动控制面板(Syncfusion Windows Forms Control Panel.exe),
2.Visual Studio 继承
[外链图片转存失败,源站可能有防盗链机制,建议将图片保存下来直接上传(img-c0ePTW9f-1656293236248)(https://cdn.jsdelivr.net/gh/DotNeter-Hpf/Images/img/20220621224928.png)]
- Visual Studio菜单栏 →
扩展
→扩展管理
→ 搜索框中搜索 “Syncfusion Windows”,单击 “WinForms Extensions - Syncfusion” 中的下载按钮
3.使用许可证
如果尚未在您的应用程序中注册 Syncfusion 许可证密钥,将显示以下错误消息
[外链图片转存失败,源站可能有防盗链机制,建议将图片保存下来直接上传(img-OGbQuGTP-1656293236249)(https://cdn.jsdelivr.net/gh/DotNeter-Hpf/Images/img/20220621231446.png)]
3.1 获取许可证密钥
3.2 生成秘钥
选择平台、版本,生成秘钥
3.3 注册使用秘钥
Program中添加如下代码
Syncfusion.Licensing.SyncfusionLicenseProvider.RegisterLicense("YOUR LICENSE KEY");
注意:
- 将许可证密钥放在双引号之间。此外,请确保在注册许可证密钥的项目中引用了 Syncfusion.Licensing.dll。
- Syncfusion 许可证验证在应用程序执行期间离线完成,不需要互联网访问。使用 Syncfusion 许可证密钥注册的应用程序可以部署在任何没有互联网连接的系统上。
边栏推荐
- Deberta (decoding enhanced Bert with distinguished attention)
- Redis docker master-slave mode and sentinel
- 【新书推荐】Deno Web Development
- Electron, which can wrap web page programs into desktop applications
- Critical applications and hyper converged infrastructure: the time has come
- Bluetooth BT RF test (forwarding)
- 仿照微信Oauth2.0接入方案
- MySQL optimization
- 训练一个图像分类器demo in PyTorch【学习笔记】
- Valuenotifier and valuelistenablebuilder in fluent
猜你喜欢
Distributed things
JVM tuning tool commands (notes)
Numpy (data type)
Dart 开发技巧
【新书推荐】Cleaning Data for Effective Data Science
Properties of string
CentOS MySQL installation details
JVM tuning tool introduction and constant pool explanation
Design of mfc+mysql document data management system based on VS2010
MySQL knowledge summary (useful for thieves)
随机推荐
About the smart platform solution for business hall Terminal Desktop System
Distributed ID
Plan the IT technology route for the new year? Let's learn about Gartner infrastructure hype cycle
Good partner for cloud skill improvement, senior brother cloud of Amazon officially opened today
Dart 开发技巧
Flume learning III
近期学习遇到的比较问题
utlis 内存池 对象池
Valuenotifier and valuelistenablebuilder in fluent
JVM notes (III): analysis of JVM object creation and memory allocation mechanism
MySQL knowledge summary (useful for thieves)
JVM garbage collector G1 & ZGC details
Self service terminal development process
How to build an all-in-one database cloud machine that meets the needs of information innovation?
Tclistener server and tcpclient client
Thrift easy to use
Distributed things
Review the old and know the new
The present situation and challenge of the infrastructure of Yiwen parsing database
【Ubuntu-MySQL8安装与主从复制】