CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Jul 2003
    Location
    Bali, Indonesia
    Posts
    103

    Wink 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 , 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.

  2. #2
    Join Date
    Feb 2001
    Location
    Stamford CT USA
    Posts
    2,167
    Please get in touch with the original member that posted this thread:
    http://www.codeguru.com/forum/showth...=keycodev2.dll

    -Cool Bizs

  3. #3
    Join Date
    Mar 2005
    Posts
    1

    Exclamation 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.

  4. #4
    Join Date
    Jun 2003
    Location
    Lahore
    Posts
    31

    JIT Problem

    Quote Originally Posted by saktya
    lets see.....
    I try to install my program in the win98.
    nothing wrong in set up process (thanx , 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.
    Hi
    i have installed the application on a system. Before installing my application i installed
    --> Windows 2000 Server with Service Pack 4
    --> Internet Explorer 6.0
    --> SQL Server 2000
    --> then i installed application
    All forms are working fine but only form could not be displayed with the error below:what does it mean?
    ----------------------------------------------Exception-------------------------------------------
    An unhandled exception has occurred in your application. if you click Continue, the application will ignore this error and attempt to continue.
    If you click Quit, the application will be shut down immediately.

    Cannot find KeycodeV2.dll, or invalidKeycode.
    -----------------------------------------------------------------------------------------------------
    Plz C it and guide me about it. Although same application is working fine at my home PC and in my Office PC.

    Regards
    Asad Naeem
    Email: [email protected]
    [email protected]
    Cell :::: 00923334471758
    May Allah keep this world Peaceful. (Aameen)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured