需求:解决两个bug:
bug1:
Parser Error Message: Could not load file or assembly 'FastReport.Web, Version=2020.1.2.0, Culture=neutral, PublicKeyToken=db7e5ce63278458c' or one of its dependencies. The system cannot find the file specified.
Line 1: <%@ page language="VB" autoeventwireup="false" inherits="PrintContractPreviewDiscount, Root" %>
Line 2: <%@ Register Assembly="FastReport.Web, Version=2020.1.2.0, Culture=neutral, PublicKeyToken=db7e5ce63278458c"
Line 3: Namespace="FastReport.Web" TagPrefix="cc1" %>
Line 4: <!DOCTYPE html>
bug2:在测试服务器可正常打印文件,在生产环境不能打印,使用fastreport.
后台是VB.NET.
teamviewer远程协助。