需求:解決兩個(gè)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:在測試服務(wù)器可正常打印文件,在生產(chǎn)環(huán)境不能打印,使用fastreport.
后臺(tái)是VB.NET.
teamviewer遠(yuǎn)程協(xié)助。