
如图,估计是net框架版本问题,,开发用的4.7,但是已经安装了net4.7,求助如何处理
1条回答 默认 最新
threenewbee 2020-03-02 18:24关注换成
string.Format("ReportViewer.aspx?templatekey={0}&...", QueryKey, i.TimeStamp)
看看解决 无用评论 打赏 举报
换成
string.Format("ReportViewer.aspx?templatekey={0}&...", QueryKey, i.TimeStamp)
看看