未解决 Winform 应用程序 Telerik 引用错误
Winform Application Telerik reference error not resolved
我想将 Telerik 与 Winforms 一起使用。构建项目后,出现错误。我该如何解决?
错误来自 licenses.licx 文件,因此我建议尝试 this Telerik support article 中的以下步骤:
you can solve them by:
- Deleting the contents of the license.licx and making it read only
- Or deleting the whole license.licx file and rebuild
- Or right-clicking the Telerik.Web.UI.dll file in Windows Explorer, select Properties, and then click the 'Unblock' button on the General
tab near the bottom.
- Or if your app is under the source control to make it ignore the license file so any changes on a developer machine won't make it into
the build machine or anywhere elsewhere.
我想将 Telerik 与 Winforms 一起使用。构建项目后,出现错误。我该如何解决?
错误来自 licenses.licx 文件,因此我建议尝试 this Telerik support article 中的以下步骤:
you can solve them by:
- Deleting the contents of the license.licx and making it read only
- Or deleting the whole license.licx file and rebuild
- Or right-clicking the Telerik.Web.UI.dll file in Windows Explorer, select Properties, and then click the 'Unblock' button on the General tab near the bottom.
- Or if your app is under the source control to make it ignore the license file so any changes on a developer machine won't make it into the build machine or anywhere elsewhere.