刚接手一个老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
|
|