I have a weird problem with Crystal Report in a web application project. I am trying to load an asset tag, but with all attempts, the page comes up blank, like the report itself is not rendering because there are images and texts are static there not require to be loaded from database and still nothing. I am using vb 2022 and already installed CR_sp32 for it, also I designed the tag asset with it in vb.
Any ideas? I would appreciate it.
This is the .aspx page markup in which I load the viewer:
<%@ Page Title="" Language="vb" AutoEventWireup="false" MasterPageFile="~/Site.Master" CodeBehind="PrintLabel.aspx.vb" Inherits="CeerINV.PrintLabelCR" %>
<%@ Register Assembly="CrystalDecisions.Web, Version=13.0.4000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304" Namespace="CrystalDecisions.Web" TagPrefix="CR" %>