i have problem again,crystal decision problem
lets see.....
I try to install my program in the win98.
nothing wrong in set up process (thanx :cool: , i found the solution in this forum).
but when i want to execute the printing process in my program. the crystal reports error dialod appear, it says "keycodeV2.dll not found ", but the file is included in my setup project.
Re: i have problem again,crystal decision problem
I m developing one web solution, in which i want to use crystal reports.
I already have created an setup project. But still it is giving me an error as
Parser Error:
Parser Error Message: File or assembly name CrystalDecisions.Web, or one of its dependencies, was not found.
Line 1: <%@ Register TagPrefix="cr" Namespace="CrystalDecisions.Web" Assembly="CrystalDecisions.Web, Version=9.1.5000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304" %>
Line 2: <%@ Page Language="vb" AutoEventWireup="false" Codebehind="WebForm1.aspx.vb" Inherits="WebApplication5.WebForm1"%>
Line 3: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
I think i missing something while uploading this setup.
Plz help me to find out the solution on this.