shixiaowei783 发表于 2018-6-22 15:38:47

FarPoint.Web.Spread 异常 LicenseException: License for the Spread cannot be f...

刚接手一个老web项目某一个页面出现了bug

用户未处理的异常
System.Web.HttpUnhandledException:“Exception_WasThrown
内部异常
LicenseException: License for the Spread cannot be found.

查找后发现 页面引用了如下控件
<%@ Import Namespace="FarPoint.Mvc.Spread" %>
<%@ Register Assembly="FarPoint.Web.Spread, Version=9.40.20153.0, Culture=neutral, PublicKeyToken=327c3516b1b18457"
Namespace="FarPoint.Web.Spread" TagPrefix="FarPoint" %>


屏蔽控件后页面正常。请问这个问题如何解决 ,我的开发工具是vs2017。net4.0

Clark.Pan 发表于 2018-6-22 16:42:23

您的项目应该是引用了spread for asp.net, 而您的机器是否有安装spread for asp.net ,并且激活了该产品

shixiaowei783 发表于 2018-6-22 16:46:48

本帖最后由 shixiaowei783 于 2018-6-22 17:24 编辑

ClarkPan 发表于 2018-6-22 16:42
您的项目应该是引用了spread for asp.net, 而您的机器是否有安装spread for asp.net ,并且激活了该产品

shixiaowei783 发表于 2018-6-22 17:25:49

ClarkPan 发表于 2018-6-22 16:42
您的项目应该是引用了spread for asp.net, 而您的机器是否有安装spread for asp.net ,并且激活了该产品

刚才 同事给了我一个错误的激活码,现在好了,激活成功了,请问激活成功了还需要做 其他什么操作吗?我看的我的代码调试后还报相同的错误?

shixiaowei783 发表于 2018-6-25 09:59:37

ClarkPan 发表于 2018-6-22 16:42
您的项目应该是引用了spread for asp.net, 而您的机器是否有安装spread for asp.net ,并且激活了该产品

你好 打扰一下~!请问激活成功了还需要做 其他什么操作吗?我看的我的代码调试后还报相同的错误?

dexteryao 发表于 2018-6-25 12:18:57

参考http://www.grapecity.com.cn/blogs/spread-cleartrialinfo
重新生成下授权。

shixiaowei783 发表于 2018-7-16 17:21:26

dexteryao 发表于 2018-6-25 12:18
参考http://www.grapecity.com.cn/blogs/spread-cleartrialinfo
重新生成下授权。

谢谢谢谢 已经 找到原因了, 因为刚接手的维护项目,我本机没有安装葡萄城 控件包未激活导致的。谢谢

Clark.Pan 发表于 2018-7-17 11:02:16

那就结帖了,有什么问题欢迎另开新帖进行询问。
页: [1]
查看完整版本: FarPoint.Web.Spread 异常 LicenseException: License for the Spread cannot be f...